SA-MP Forums Archive
Some probs - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Other (https://sampforum.blast.hk/forumdisplay.php?fid=7)
+--- Forum: Everything and Nothing (https://sampforum.blast.hk/forumdisplay.php?fid=23)
+--- Thread: Some probs (/showthread.php?tid=617070)



Some probs - SeanDenZYR - 15.09.2016

1.My samp always crashes. lal

2.How to use mySQL for offline? how do i use the SQL file?


Re: Some probs - Logic_ - 15.09.2016

This is not the right section.


Re: Some probs - HeLiOn_PrImE - 15.09.2016

Search of WAMP SQL tutorials.
You can start the server locally and connect to it via the localhost ip 127.0.0.1

I don't know why your samp crashes, tho...


Re: Some probs - Duck - 15.09.2016

install wamp
click phpmyadmin
import sql file
ur now hackerman




Re: Some probs - SickAttack - 15.09.2016

1. Install XAMPP
2. Start Apache and MySQL server
3. Open browser and go to "localhost/phpmyadmin"
4. Create database
5. Import dump file
6. Change your script's connection details (username: root; password is blank; database name is the one you named the database)
7. Recompile
8. Start server


Re: Some probs - vlone - 15.09.2016

2. Import the SQL file, duhh