I've noticed that MySQL accepts only 2,048kb size of database but mine is 3.45mb. Does anyone know how to import the database? I'm only using phpmyadmin.
相关问题
- sqlyog export query result as csv
- NOT DISTINCT query in mySQL
- MySQL: conduct a basic search
- Why sometimes there is one of more gap(s) in the v
- mySQL alter table on update, current timestamp
Use command line interface to do the import . I don't think there is such small limit for database size in MySQL . From MySQL documentation SIZE LIMITS
The limit may be if you are using phpmyadmin which may limit file upload size according to settings specified in php.ini file
Syntax
If you want do import using phpmyadmin change settings in php.ini file
Here are simple steps:
Now wait for sometime.....