phpMyAdmin doesn't allow importing database of huge size, so we have to do it from command prompt.
Here dbname is the name of your database.
Go to command prompt:
cd ".../mysql5.5.16/bin" mysql -u root -p[password if any, otherwise keep blank] use dbname; source .../.../dbname.sql;
Here dbname is the name of your database.
No comments:
Post a Comment