MySQL loading - 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 loading (
/showthread.php?tid=422296)
MySQL loading -
Glad2BeHere - 13.03.2013
Besides using a website.... can i like load my MySQL data threw a file in my scriptfiles folder
Just curious question
Re: MySQL loading -
kamzaf - 13.03.2013
What do you mean load your data? Well first of all mysql uses phpmyadmin. In that you can go to the "Export" tab and click on "save as file" and click go. that will export all of the data in phpmyadmin and save it to a .sql file. Which thereafter you can go to anyother phpmyadmin, click on "Import" then browse to the file which you saved. Click "Go" and the server should make the tables/data automatically for you.
I hope that is what your looking for.