veeraa2003 Posted January 19, 2007 Share Posted January 19, 2007 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 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.sqlcan any one help to overcome this . Link to comment https://forums.phpfreaks.com/topic/34849-problem-with-importing-database-into-mysql-through-the-terminal/ Share on other sites More sharing options...
trq Posted January 19, 2007 Share Posted January 19, 2007 Is the mysql database on this same machine? Link to comment https://forums.phpfreaks.com/topic/34849-problem-with-importing-database-into-mysql-through-the-terminal/#findComment-164320 Share on other sites More sharing options...
veeraa2003 Posted January 19, 2007 Author Share Posted January 19, 2007 Hello sir ,,Thank you for your instant reply. Yes sir , My database is in the same machine . Its in a text file with the extension of .sql.its a 184MB database. And how can I import through terminal window. using mysql command I got the error of " mysql command not found . for more details refer my previous question,Thanks in advance Link to comment https://forums.phpfreaks.com/topic/34849-problem-with-importing-database-into-mysql-through-the-terminal/#findComment-164322 Share on other sites More sharing options...
trq Posted January 21, 2007 Share Posted January 21, 2007 Have you got mysql installed on this same machine? If the command [i]mysql[/i] is not found, chances are you don't have mysql installed. Link to comment https://forums.phpfreaks.com/topic/34849-problem-with-importing-database-into-mysql-through-the-terminal/#findComment-165259 Share on other sites More sharing options...
veeraa2003 Posted January 21, 2007 Author Share Posted January 21, 2007 [quote author=thorpe link=topic=123104.msg509417#msg509417 date=1169347661]Have you got mysql installed on this same machine? If the command [i]mysql[/i] is not found, chances are you don't have mysql installed.[/quote]Hello ,Thank you for ur kind reply, I found the problem with your help , The problem is due to some configuration mismatch . Now I reinstalled mysql and now working properlyonce again thank you for kind and very useful replies Link to comment https://forums.phpfreaks.com/topic/34849-problem-with-importing-database-into-mysql-through-the-terminal/#findComment-165530 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.