SA-MP Forums Archive
Help! - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Help! (/showthread.php?tid=600989)



Help! - qRazor - 15.02.2016

I put the gamemode on phpMyAdmin(it's MySQL GM) and doesn't work. Look at this photo: http://i.imgur.com/dfuCvmv.png


Re: Help! - FreAkeD - 15.02.2016

The dialog is telling you what may be the causes.

Go over and check all those and try.


Re: Help! - qRazor - 15.02.2016

But I completed all...
Look: http://imgur.com/a/YgnsC


Re: Help! - AmigaBlizzard - 15.02.2016

Seems you used the wrong IP.
You're connecting to 188.241.14.148 while your phpmyadmin screen shows 188.241.14.222 in the address bar.
You need to supply the IP where the databases are located, not your samp-server.

I'm also wondering why some tables use MyIsam and some InnoDB.
Why not use the same system for all tables?