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? Quote Link to comment 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 Quote Link to comment Share on other sites More sharing options...
CoffeeAddict Posted March 6, 2007 Author Share Posted March 6, 2007 Got it! Thank you. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.