# esplugin_mysql **Repository Path**: flcc/esplugin_mysql ## Basic Information - **Project Name**: esplugin_mysql - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-08-01 - **Last Updated**: 2021-08-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # esplugin_mysql An MySQL plugin for [EssentialMode](https://github.com/kanersps/essentialmode). ## Installation - Download [esplugin_mysql](https://github.com/kanersps/esplugin_mysql/archive/master.zip) - Make sure you have [mysql-async](https://github.com/brouznouf/fivem-mysql-async) installed and working - Import the SQL file provided with this project, `esplugin_mysql.sql` (You can also use FXMigrant by uncommenting lines in fxmanifest.lua) - Add the following convar in your server configuration file: `set es_enableCustomData 1`. Make sure you put it directly under `mysql_connection_string` - Make your load order is correct. Here's how it should look: ```bash start mysql-async start essentialmode start esplugin_mysql ```