problem with importing database into mysql.
Posted: Fri Jan 19, 2007 12:53 am
Hi every body ...
I'm beginner in using LAMPP,
I got the error while try to import a big SQL (184 MB) in to SQLMyAdmin ,
Fatal error: Maximum execution time of 300 seconds exceeded
I try to change the value of memory_limit = 184M and max_execution_time = 0 in Php.ini file and restart the lampp. But still got the problem,
Now using the option of partial import, its consuming more time .
And I try to import the database through terminal window.
while use this command I got error as mysql : command not found
mysql -u "username" root -p "password" < filename.sql
can any one help to overcome this .
I'm beginner in using LAMPP,
I got the error while try to import a big SQL (184 MB) in to SQLMyAdmin ,
Fatal error: Maximum execution time of 300 seconds exceeded
I try to change the value of memory_limit = 184M and max_execution_time = 0 in Php.ini file and restart the lampp. But still got the problem,
Now using the option of partial import, its consuming more time .
And I try to import the database through terminal window.
while use this command I got error as mysql : command not found
mysql -u "username" root -p "password" < filename.sql
can any one help to overcome this .