How To View Players MySQL - 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: How To View Players MySQL (
/showthread.php?tid=301859)
How To View Players MySQL -
xMichaelx - 06.12.2011
Hey,
I was wondering how would i view players info on my MySQL server?
Thanks
Re: How To View Players MySQL -
JamesC - 06.12.2011
MySQL is not a server, its a database. If you have PhpMyAdmin installed on your server, you can use it to view tables. If not, you're going to have to fetch the data from MySQL using Php.