CoffeeAddict Posted March 5, 2007 Share Posted March 5, 2007 I'm trying to install a program and they only say "import database file" and give no other instructions for that part. Can anyone tell me what I need to do please? Link to comment https://forums.phpfreaks.com/topic/41339-solved-how-do-i-import-a-database-file/ Share on other sites More sharing options...
artacus Posted March 5, 2007 Share Posted March 5, 2007 If its a smaller file < 2M, you can use PHPMyAdmin. If its a larger one, you'll need to do something like this, making the necessary adjustments for OS and file locations. /usr/bin/mysql -u myUser -p myDatabase < /tmp/dbdump.sql Link to comment https://forums.phpfreaks.com/topic/41339-solved-how-do-i-import-a-database-file/#findComment-200299 Share on other sites More sharing options...
CoffeeAddict Posted March 6, 2007 Author Share Posted March 6, 2007 Got it! Thank you. Link to comment https://forums.phpfreaks.com/topic/41339-solved-how-do-i-import-a-database-file/#findComment-200509 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.