Reliable Way To Transfer A MySQL Database From My LocalHost To A Hosted Server?

Posted by Joshua on Stack Overflow See other posts from Stack Overflow or by Joshua
Published on 2010-03-30T22:02:06Z Indexed on 2010/03/30 22:13 UTC
Read the original article Hit count: 236

Filed under:

I've just developed a large database, and am trying to put it online. I want to make sure that all the foreign keys, defaults, constraints, views etc, are preserved. When I try to export from my development PC using phpMyAdmin and then import on my hosted server, it errors out on all the views. Is there any other way to clone a database?

© Stack Overflow or respective owner

Related posts about mysql