🥯OX-Mysql compatibility

Our phone also supports oxmysql!

If you're using oxmysql database instead of mysql-async, follow this guide:

  1. Open high_phone/fxmanifest.lua file and locate the server_scripts line.

  2. Find the line '@mysql-async/lib/MySQL.lua', and remove it.

  3. Find the line just below the line you removed -- '@oxmysql/lib/MySQL.lua', and remove the two hyphens (the symbol "-") right before the quotation mark.

If you've done everything correctly that part should look like the picture below

Last updated