FAQ
- How to set up email account on iPhone?
- How to login webmail?
- How to login to Email Manager?
- What is IMAP?
- If my Email Service Plan do not include SMTP server, how do I send the Email?
- What is SMTP server (port 25)?
- How can I change FTP password? (For Window Platform)
- How do I create my email account?
- Error Code: 0x800CCC0E, 0x800CCC0F, 0x8004210B or 0x80042108
- Why my Outlook Express keeps trying to send a message but the Outbox appears to be empty?
- What is a DNS Record?
- How to Set Up an Email Account in Outlook 2003?
- How to upload my website to server?
- How to get the login information of Email Manager ?
- Error Code: 0x800CCC6A
- What is Web Control Panel (WCP)?
- What is a Top Level Domain (TLD)?
- What is a Mailing List?
How do I import a MySQL dumpfile into my database?
After you have dumped out your data into a file as dbname.sql, you can upload this database file by FTP to your home directory. (/) Once you have uploaded the dump file to your account, get a shell prompt on our system using telnet. Now import the dump file into MySQL by typing all the following.
ex: mysql -p wcpdemo01 < /home/wcpdemo/dbname.sql
database name: wcpdemo01
username: wcpdemo
the dump file: dbname.sql
The above assumes that your database name on our system is "dbname" and the dumpfile that you uploaded was named "dbname.sql". Replace those with your correct database name and dumpfile filename.
|
Previous Post:Why do I need to Chmod of my files?
Next Post:How to get my mysql information?