Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Redirect
delay2
filename
location1558436717

Anchor
Top
Top

Supported Databases

...

Code Block
languagejs
CREATE USER 'zephyrDBuser@'localhost' IDENTIFIED BY 'zephyrDBuserPass';


Anchor
step3
step3

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:

ParameterMinimum 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
titleNote

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 ^