🥯OX-Mysql compatibility
Our phone also supports oxmysql!
Last updated
Our phone also supports oxmysql!
Last updated
If you're using oxmysql database instead of mysql-async, follow this guide:
Open high_phone/fxmanifest.lua
file and locate the server_scripts
line.
Find the line '@mysql-async/lib/MySQL.lua',
and remove it.
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