MYSQL hosting wiht xampp
#1

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!
Reply
#2

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
Reply
#3

Didnt understand, where do i find those?
Reply
#4

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

E:\xampp\php\php.ini
Reply
#6

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


Forum Jump:


Users browsing this thread: 1 Guest(s)