1
votes

I want to import an sql file to phpmyadmin.Its size is 375MB.I have changed upload_max_filesize,memory_limit and post_max_size in php.ini and restarted the wamp server but its not working.

Kindly help me how to do this!

1
thanks for the reply.I am on local host ie local servermuhammad maaz
kindly wriet the query.I am a newbiemuhammad maaz
can you specify all configuration values that you have changed?Ashish Awasthi
Describe "it's not working" in more details. What do you see on-screen?Marc Delisle

1 Answers

1
votes

You can do this easily through command prompt.

Run following command:

mysql -u <user_name> <Database_name>  < <sql_file_name>

Specify full path of your SQL file.