MySQL
On this page you can get information about the mysql database system.
System
The plugin works with YAML as the default database. Users who want to can also use MySQL. There is no advantage or disadvantage to either option. In the settings configuration, you need to set the dbType
option to mysql
.
Configuration File
mysql_settings:
ip: localhost # MySQL Host
port: 3306 # MySQL Port
dbname: CEP # MySQL Database Name
username: root # MySQL Username
password: '' # MySQL Password
settings:
dbType: 'mysql' # Sets the database to MySQL
Last updated