[issue] No such export mysql_fetch_all in resource mysql-async

Looking at the title you would think I am using the wrong export, but I am not.(This is server side)

And this is the error I get. The resource has the correct name.

I dont know what is up or how to fix it. I am using the latest version of mysql-async. Thanks in advance for the help

if you using lua you don’t need to export

you can add this to the manifest resource (__resouce.lua)

server_script '@mysql-async/lib/MySQL.lua'

Then Do MySQL.fetchAll(…)

1 Like