MYSQL can't upload database
#1

Okay i seem to fixed everything on my script and i can't upload the MYSQL database on my localhost using phpmyadmin is they anyway i can fix this issue


here is what it says ones i try to upload the MYSQL.datebase

You probably tried to upload a file that is too large. Please refer to documentation for a workaround for this limit.
Reply
#2

****** works.

http://forum.wampserver.com/read.php?2,54025,116918
Reply
#3

Look's like you need to make a .htaccess file.

create C:\wamp\apps\phpmyadmin3.5.1\.htaccess (or whatever your directory is).

And inside, write the following values;


php_value upload_max_filesize 120M
php_value post_max_size 120M
php_value max_execution_time 200
php_value max_input_time 200
Reply
#4

Thanks guys. and iZN sorry i know ****** is useful.
Reply
#5

Next time, you could use MySQL CLI (command line interface) to import your database. phpMyAdmin isn't viable for backing up or importing large/medium sized databases. It's very simple.
Reply
#6

use latest phpmyadmin .
Reply
#7

You can use navicat.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)