@'red51 Yes, how can I have my server on MySQl ?
You need a MySQL server for that. If you have a MySQL server, create a new database there (the name doesn't matter, for example "risingworlddb"), then go to your RW server directory, open the server.properties file and change these parameters:
| database_mysql_connections | max. numbers of connections the server is allowed to establish to MySQL. It's recommendable to keep it at 10 |
| database_mysql_database | the name of your MySQL database (e.g. "risingworlddb") |
| database_mysql_password | the password to login to your MySQL server |
| database_mysql_server_ip | the ip of your MySQL server. If it runs on the same machine, use "127.0.0.1" (without quot. marks) |
| database_mysql_server_port | the port of your MySQL server (usually it is 3306) |
| database_mysql_user | the login name to login on your MySQL server |
| database_type | put a "mysql" here (without quot. marks) |