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: MYSQL :) (
/showthread.php?tid=626181)
MYSQL :) -
Clergy - 11.01.2017
For once and all. How to connect to a ready made gamemode who has MYSQL in it? Alot of people don't seem to get it and Don't send my links to tutorials. I've tried everything guys but nothing seems to work

<3
Re: MYSQL :) - iLearner - 11.01.2017
Your question itself is confusing... and its wrong section for that.
Re: MYSQL :) -
Vince - 11.01.2017
That's because a lot of people seem to think that they can just run the server .exe and be done with it. A lot of people also don't understand that a MySQL server is separate entity that must be installed beforehand. The database and a login thereto need to be manually created and changed in the script. Depending on the script the tables may need to be imported as well.
Edit: this all means that you need to ******:
- How to install a MySQL server
- How to create a user in MySQL
- How to create a database in MySQL
- How to assign a user permissions to a database in MySQL
Re: MYSQL :) -
YouHack - 11.01.2017
Quote:
Originally Posted by Clergy
For once and all. How to connect to a ready made gamemode who has MYSQL in it? Alot of people don't seem to get it and Don't send my links to tutorials. I've tried everything guys but nothing seems to work  <3
|
You must get a MySQL hosting / use XAMPP,
also follow this
tutorial.
Joke note: Your question query took me
48.092 seconds to understand.
Next time try to include more explaining titles / posts , and a good grammar so we'll understand what you exactly mean, just read the sticky post in this forum called "[READ BEFORE POSTING]Asking Good Questions"