multitheftauto / mtasa-blue

Multi Theft Auto is a game engine that incorporates an extendable network play element into a proprietary commercial single-player game.
https://multitheftauto.com
GNU General Public License v3.0
1.38k stars 424 forks source link

MySQL module error #3280

Open sousateew opened 8 months ago

sousateew commented 8 months ago

Describe the bug

Before Windows format, i install MTA and try connect to my MySQL database, but return this: image

Saying it couldn't find the specified module, but I have it. I tried reinstalling but nothing changed.

Connecting to SQLite works normally.

Steps to reproduce

dbConnect("mysql", ...)

Version

MTA:SA Server v1.6-release-22345

Additional context

No response

Relevant log output

MTA Diag result: https://pastebin.multitheftauto.com/5938454137

Security Policy

sousateew commented 8 months ago

This occurred when I installed MTA Full (client and server). I uninstalled it, installed only the MTA Server (Nightly) and it worked.

gta191977649 commented 8 months ago

I've also encounter this issue, latest nightly 22361 not work for me :(

TracerDS commented 6 months ago

Following https://discord.com/channels/278474088903606273/278521065435824128/1208519954400415845 did you try connecting to mysql with latest nightly?

Did you also install c++ vc_redist?