MySQL Problems - 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 Problems (
/showthread.php?tid=474199)
MySQL Problems -
AchievementMaster360 - 06.11.2013
Well recently i got this script and it has an advanced MySQL system, I now basic scripting but i never really used MySQL so i want to start using it now. The only problem is my gamemode compiles just fine but when i start the samp-server.exe it sends error 19 it cannot read the gamemode. So after that i added nativechecker and i got the following errors.
-I use MySQL Plugin R7 by BlueG
Errors for MySQL i get:
Код:
[17:56:41] Error: Function not registered: 'cache_get_data'
[17:56:41] Error: Function not registered: 'cache_get_field_content'
[17:56:41] Error: Function not registered: 'mysql_function_query'
[17:56:41] Error: Function not registered: 'mysql_debug'
[17:56:41] Error: Function not registered: 'mysql_connect'
[17:56:41] Error: Function not registered: 'mysql_ping'
[17:56:41] Error: Function not registered: 'mysql_close'
[17:56:41] Error: Function not registered: 'mysql_real_escape_string'
[17:56:41] Error: Function not registered: 'cache_get_row'
[17:56:41] Error: Function not registered: 'mysql_stat'
[17:56:41] Error: Function not registered: 'mysql_affected_rows'
I'm pretty sure i installed everything right. I added mysql.dll to the plugins folder, a_mysql to the pawno\includes folder, added libmysql.dll to the server folder, and added mysql.dll to server.cfg not sure what the problem is. THanks for the help. Thank you
Re: MySQL Problems -
iJumbo - 06.11.2013
Try to update your plugin to a newer version
Re: MySQL Problems -
AchievementMaster360 - 06.11.2013
Quote:
Originally Posted by iJumbo
Try to update your plugin to a newer version
|
I'm pretty sure I'm using the newest version because i downloaded it today and tried to re-install it
Re: MySQL Problems - Patrick - 06.11.2013
That means you're missing a plugin on Folder Name/Plugins/mysql.so or .dll Download the MySQL r7
Re: MySQL Problems -
AchievementMaster360 - 06.11.2013
Quote:
Originally Posted by pds2k12
That means you're missing a plugin on Folder Name/Plugins/mysql.so or .dll Download the MySQL r7
|
I said above i use BlueG R7
Re: MySQL Problems -
iJumbo - 07.11.2013
The last version is R34 as you can see there (
https://code.******.com/p/sa-mp-mysq...in/source/list)
Re: MySQL Problems -
AchievementMaster360 - 07.11.2013
Quote:
Originally Posted by iJumbo
|
I went to the following link and updated the MySQL.dll and a_mysql.inc but i get the same errors
Re: MySQL Problems -
AchievementMaster360 - 09.11.2013
bump
Re: MySQL Problems -
SAMProductions - 09.11.2013
Hmm, Do you have libmySQL.dll in your Server Directory ? ;
Server Directory (Not Plugins Folder)
Re: MySQL Problems -
AchievementMaster360 - 09.11.2013
Yes i do have it in my directory