Posts: 166
Threads: 39
Joined: May 2016
Reputation:
0
1.My samp always crashes. lal
2.How to use mySQL for offline? how do i use the SQL file?
Posts: 1,506
Threads: 13
Joined: Jun 2015
This is not the right section.
Posts: 3,002
Threads: 86
Joined: Jul 2010
Reputation:
0
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...
Posts: 4,759
Threads: 33
Joined: Dec 2013
Reputation:
0
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
Posts: 3
Threads: 1
Joined: Mar 2011
Reputation:
0
2. Import the SQL file, duhh