Jump to content
TrinityCore

Addition to Linux Core Installation guide


FiftyTifty
 Share

Recommended Posts

At the end of the guide, where it says to install MySQL and check to see if MyISAM and InnoDB engines are enabled. But it doesn't tell you how to check that. Nor does it tell you that you have to make a new root account for MySQL.

The way that's done:

Open the terminal

Type in: MySQL

If it's the first time you're installing MySQL, you'll be given various prompts about default settings. The one we're interested in, is adding a password to the root MySQL account. Remember it, and you'll be given two prompts. One to input the password, and a second one to retype it.

Once that's done, you'll have access to the MySQL terminal.

In the new prompt, type:

SHOW ENGINES;

And that will show a list of the installed database engines. You may want to copy the text from the Linux terminal to a text editor, to have it formatted properly.

Link to comment
Share on other sites

 Share

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...