Redirect |
---|
delay | 2 |
---|
filename | |
---|
location | 1558436717 |
---|
|
Supported Databases
...
Code Block |
---|
|
CREATE USER 'zephyrDBuser@'localhost' IDENTIFIED BY 'zephyrDBuserPass'; |
Step 3: Set permissions for remote access
Now type the below command to make the Database accessible remotely.
...
Set the following values for the parameters:
Parameter | Minimum value |
---|
innodb_buffer_pool_size= | 4096M |
query_cache_size= | 1M |
key_buffer_size= | 8M |
max_connections= | 500 |
If no lines contain these parameters, then create new lines for them.
...
Info |
---|
|
MySQL Logging If you are having problems with your MySQL database after making these changes, please consult your OS's application logs for issue details. |
Back to Top ^