Search results
Download esplugin_mysql. Make sure you have 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 ...
- Issues 3
Contribute to kanersps/esplugin_mysql development by...
- Pull requests 1
Contribute to kanersps/esplugin_mysql development by...
- Actions
Linux, macOS, Windows, ARM, and containers. Hosted runners...
- Issues 3
6 lut 2017 · Installing esplugin_mysql. importing a .sql database into your MySQL Server. Download the MySQL Community edition from here from the windows mysql installer or just google ‘Download SQL Community Edition’. In that link there are two options, use the top one its 1.7mb and is an auto-installer just keep everything default.
Download esplugin_mysql. Make sure you have mysql-async installed and working. Utilize FXMigrant if that doesn't work use the below one. Import the SQL file provided with this project, esplugin_mysql.sql (Also be sure to remove the dependency from __resource.lua)
7 sty 2017 · How to use MySQL. Download esplugin_mysql; Make sure you have MySQL-Async installed and working; Import the SQL file that comes with esplugin_mysql; Set this convar in your server configuration: set es_enableCustomData 1; Make sure that your load order is correct, make sure essentialmode starts before esplugin_mysql and MySQL-Async starts ...
20 mar 2018 · Enjoy the new faster async plugin for Essential Mode. This plugin was made using the new Mysql Async for FiveM by zr0iq which can be found at this link: FiveM-MySQL. The plugin is included in the libs folder along with all other dependencies. Modify this as you see fit. Github. 3 Likes.
Import the SQL file that comes with esplugin_mysql. Set this convar in your server configuration: set es_enableCustomData 1. Make sure that your load order is correct, make sure essentialmode starts before esplugin_mysql and MySQL-Async starts before essentialmode.
Download esplugin_mysql. Extract the zip file and copy the files to resources/esplugin_mysql. Import the SQL file that comes with esplugin_mysql in to your database with any tool you like (phpmyadmin, HeidiSQL, ..). 3. Prepare your server. You need to add your mysql user credentials into the server.cfg.