SA-MP Forums Archive
Help About 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: Help About MySQL (/showthread.php?tid=560938)



Help About MySQL - SWAT4 - 31.01.2015

Hello , i got some Questions
1)What is MySQL
2)Is It Safe To use On Gta Usage?
3)If i use it , Something Called PhpmyAdmin There or something ,
*How does It Work
*IS it secured?
*AnyOne Can Enter It? or Its With Net Pass? or Its Protected by ip?
----
Thanks ,
If this helped me i'll Think to give u a reward if my server works



Re: Help About MySQL - CalvinC - 31.01.2015

1. MySQL is a very popular and widespread SQL database system, that's used for many things, such as SA-MP.
It works by creating tables, and storing information in them, with wide arrange of integers, strings and such.

2. Im not really sure what you mean safe? There's alot of factors about how your script is, and what host you have it on.
If someone else is hosting it, they can ofcourse access your database, but if you're localhosting it with a program, then other's shouldn't be able to connect.

3. PHPMyAdmin is a way to access your MySQL database, and manage it, i don't think there's other methods, but i could be wrong.
It's accessed by going to "localhost/phpmyadmin" in your web browser.