T turifungia New member Joined Oct 9, 2009 Messages 4 Oct 9, 2009 #1 I need to import but I get error : any suggestion, please? Thanks Turifungia
R RHS-Chris Verified User Joined Sep 2, 2009 Messages 10 Oct 9, 2009 #4 Fastest, and easiest way is through the command line. If you have shell access, use this: mysql dbname < filename.sql -u user --password=pass Make sure you run that in the directory where the filename.sql is located.
Fastest, and easiest way is through the command line. If you have shell access, use this: mysql dbname < filename.sql -u user --password=pass Make sure you run that in the directory where the filename.sql is located.
T turifungia New member Joined Oct 9, 2009 Messages 4 Oct 9, 2009 #5 I use Phpmyadmin and i can't find this..
R RHS-Chris Verified User Joined Sep 2, 2009 Messages 10 Oct 9, 2009 #6 If you do not have shell access, you can ask your host to import the database for you, or, try alternate means, one being big dump: http://www.ozerov.de/bigdump.php I've not used it, however, I have heard it works. Another would be MySQLDumper: http://www.mysqldumper.net/ Again, I've not used it, however, I have heard that it works.
If you do not have shell access, you can ask your host to import the database for you, or, try alternate means, one being big dump: http://www.ozerov.de/bigdump.php I've not used it, however, I have heard it works. Another would be MySQLDumper: http://www.mysqldumper.net/ Again, I've not used it, however, I have heard that it works.
T turifungia New member Joined Oct 9, 2009 Messages 4 Oct 13, 2009 #7 Great!! Chris ..u save my life!! This tool is awesome!! Many thanks