Setting up a Local MySQL on a Linux Server
|
Step |
Instruction |
Command |
|---|---|---|
|
1 |
Install MySQL. |
|
|
2 |
Allow external connections. |
|
|
3 |
Start the MySQL service. |
|
|
4 |
Enable the MySQL server at startup. |
|
|
5 |
Start the MySQL shell. |
|
|
6 |
Create an Sonitrol CORE user. |
Replace <username> and <password> with the actual username and password of the user. |
|
7 |
Flush privileges. |
|
|
8 |
Grant access vis IP. |
|
|
9 |
Flush privileges. |
|
|
10 |
Open |
|
|
11 |
If it does not exist, open |
|
|
12 |
Enter the bind address to the server's IP address. |
|
|
13 |
Restart the MySQL service. |
|