Jump to content

moving db to another server


Ninjakreborn

Recommended Posts

Ok I have to move my database to another server.
I went into mysql to get a dump, and it locked up.
I had to wait until someone at bluehost could actually go in and back it up for me.
They did that, and I see it's 25.5 megabyte .sql file, I can't even seem to open the damn thing on my computer.

Much less export it over to the sql, so I finally get it opened, and when I try to paste a little sql at a time into the sql box for the other server, it starts telling me, improper syntax, can someone please help me figure out how to get it from that database to me new database, on my new server.
Link to comment
Share on other sites

[quote]can someone please help me figure out how to get it from that database to me new database, on my new server.[/quote]

Seems like a good question to ask your host.

Possible sources of problem are the collation, character set, and how the table type is defined.  Maybe you're trying to use reserved words as table names or field types. That's  why actual error messages are so helpful in solving these things.

Take [b]one small table[/b] from the database and try to add it on the new server. Report the exact message(s) you get.
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.