Welcome to the Revenue Source affiliate marketing forums.
You are viewing our internet marketing and SEO forums as a guest which gives you limited access to most of our discussions. By joining our free community, you will have access to post affiliate marketing topics, communicate privately with other members (PM), exchange SEO strategies, and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!
If you have any problems, please don't hesitate to contact us.
Need help moving MySQL db from one server to another -
12-25-2006
Hello to all members
I have some qustion
I'm trying to move a db from a shared hosting account to a dedicated server. I exported the DB; but I can't get it to import.
I am using SSL to run bash. This is the first time I have ever done this. If anyone can tell me what the command line is to import the db I'd appreciate it.
Re: Need help moving MySQL db from one server to another -
12-27-2006
phpMYAdmin is useful, but it can time out if the database is too large. If you're working with a small database that is only a few megabytes, you should be fine.
You can also transfer the database files directly from server to server and initiate repairs on them to fix any index issues.