Created
November 1, 2019 10:17
-
-
Save Winfidonarleyan/adbdde86f044a620b8dcf39a7f21ddf8 to your computer and use it in GitHub Desktop.
Config MariaDB 10.4
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [mysqld] | |
| datadir=C:/Program Files/MariaDB 10.4/data | |
| port=3306 | |
| innodb-page-size=65536 | |
| innodb_buffer_pool_size=1024M | |
| character-set-server=utf8 | |
| [client] | |
| port=3306 | |
| plugin-dir=C:/Program Files/MariaDB 10.4/lib/plugin |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment