SA-MP Forums Archive
MYSQL hosting wiht xampp - 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 hosting wiht xampp (/showthread.php?tid=474135)



MYSQL hosting wiht xampp - Moneymachine - 06.11.2013

I've tried the xampp, to host my servers MYSQL. But the SQL file is too big to import to xampp the max is 2,043kt and my sql file is 2,315kt. Got any ideas where i could host it? I want to use localhost for the mysqldatabase!


Re: MYSQL hosting wiht xampp - iJumbo - 06.11.2013

Change php settings in php.ini


find these
Код:
post_max_size
upload_max_filesize
change the size as you wish and restart all...

or you can import sql file in other way

Код:
mysql -u user -p database < file.sql



Re: MYSQL hosting wiht xampp - Moneymachine - 06.11.2013

Didnt understand, where do i find those?


Re: MYSQL hosting wiht xampp - iZN - 06.11.2013

You can find that in XXAMP folder, also check the settings, I believe there is settings about the file size in PhpMyAdmin.


Re: MYSQL hosting wiht xampp - Vince - 06.11.2013

E:\xampp\php\php.ini


Re: MYSQL hosting wiht xampp - Wizzy951 - 06.11.2013

You can use .zip file too, so it won't be a problem.