Posts: 966
	Threads: 5
	Joined: Jul 2011
	
Reputation: 
0
	 
	
	
		Yeah, my bad... I had the newer documentation open in front of me. The next 10 minutes I spent looking for a version dated August 2007 for the implementer's guide but all I got was a Scribd page requiring registration through ******** and a ****** Code repository that didn't load.
If you get hands on the right version of this doc, please do let me know and share.
I'll edit my previous posts.
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 94
	Threads: 11
	Joined: Jul 2010
	
Reputation: 
0
	 
	
	
		It would be a nice to write out the FAQ by plugin.
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 230
	Threads: 2
	Joined: Aug 2010
	
Reputation: 
0
	 
	
	
		I updated, but to no avail. A version 2.2 works for me perfectly)
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 365
	Threads: 97
	Joined: Aug 2010
	
Reputation: 
0
	 
	
	
		For the people who have problems with dynamic version on Linux (missing libmysqlclient.so.18 dependency).
I've been struggling for days to find a solution, and finally succeed. I took the file libmysql.so from the plugin source (directory /lib/mysql/), renamed it to libmysqlclient.so.18 and placed in the directory /usr/lib/ on my server.
-----
I'd like to report a bug, too. I've been using the plugin for about 20 days on my local server on Windows, and I've noticed that a log file was never created. Errors and warnings are printed neither in a file nor the console, but OnSQLError is called, although not always. The callback is not called when you specify wrong data in sql_connect().
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 2,938
	Threads: 162
	Joined: May 2010
	
	
 
	
	
		" "OnPlayerLogin", "ri", playerid);" ? huh?
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 118
	Threads: 4
	Joined: Feb 2009
	
Reputation: 
0
	 
	
	
		"r" stands for "Result-ID". 
sql_query returns the result, but i can't give OnPlayerLogin the result id, if sql_query has to be executed first.
This is the reason, why i have to write down two format parameters but only one variable.
Later I use the result id ("queryid") in OnPlayerLogin