MYSQL Register - 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: MYSQL Register (
/showthread.php?tid=654747)
MYSQL Register -
DerickClark - 04.06.2018
What's the lastest MYSQL. I been looking around to see r41 MYSQL but gave me errors.. but i already have it set in phpadmin.. just need the register for r41 which of them the best to use.
Re: MYSQL Register -
Eoussama - 04.06.2018
R41-4 is currently the latest so far, you can find all of the releases
here.
Re: MYSQL Register -
DerickClark - 04.06.2018
Quote:
Originally Posted by Eoussama
R41-4 is currently the latest so far, you can find all of the releases here.
|
Thanks but do they got register code?
Re: MYSQL Register -
Eoussama - 04.06.2018
Quote:
Originally Posted by DerickClark
Thanks but do they got register code?
|
What do you mean by
code?
Re: MYSQL Register -
DerickClark - 04.06.2018
Quote:
Originally Posted by Eoussama
What do you mean by code?
|
I'm trying to create a register with MYSQL R41.. i already set it up. i got the plugins already and it's all done but i need register and login inside my gamemode.
Re: MYSQL Register -
Eoussama - 04.06.2018
Quote:
Originally Posted by DerickClark
I'm trying to create a register with MYSQL R41.. i already set it up. i got the plugins already and it's all done but i need register and login inside my gamemode.
|
If you're talking about making a login/registration system, then it has nothing to do with the plugin being not working.
Re: MYSQL Register -
DerickClark - 04.06.2018
i meant should i use ?
https://sampforum.blast.hk/showthread.php?tid=627520
Re: MYSQL Register -
Eoussama - 04.06.2018
All tutorials that use R40+ would be good at your case.
Re: MYSQL Register -
DerickClark - 04.06.2018
Код:
[17:18:47] [plugins/mysql] mysql_connect: handle error: no database specified
[17:18:47] [plugins/mysql] mysql_errno: invalid connection handle '1'
Код:
#define MYSQL_HOST "127.0.0.1"
#define MYSQL_USER "root"
#define MYSQL_DATABASE "test"
#define MYSQL_PASSWORD "admin"
Код:
[17:18:47] [MySQL] The connection has failed.
My XAMPP is open. and the phpadmin is open
//fixed