Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Uploading MySql database to remote ftp

New Here ,
Aug 16, 2010 Aug 16, 2010

I have - thanks to great Adobe tutorials - set up a local server, WordPress and created my MySql database.

I have now completed my website.

With my hosting company, I created an account, install WordPress and created a database.

How do I now upload the database to my remote server? Can I just use the synchronize button?
Won't it create a mess and add an unnecessary copy of WordPress?

TOPICS
Server side applications
1.4K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Enthusiast ,
Aug 16, 2010 Aug 16, 2010

A MySQL database is not a file that can be uploaded. You'll need to use a MySQL admin tool to transfer your local MySQL database data over to your Server MySQL database.  There are a number of ways to do this... You can use your local MySQL admin to create a backup SQL file of your database then run this on the admin for your server database to "restore" your data to you server database, thus creating the tables fields and data in that database.

No, here's a tip that, if you are going to be dealing with MySQL databases, will save you tons of time and generally make your like easier.

Get Navicat MySQL.  This is by far my favorite MySQL admin tool. Yo can use it to administer all your local and remote databases, and the paid version (which will be a very well spent hundred bucks) allows you to connect to your local MySQL database and to your remote database, then "Drag and Drop" you local database over to the one on your server.  This one function alone pays for the cost of the app time and again.

To answerer what you may be thinking - No I have no stake in the Navicat whatsoever - I know there are many free admin tools and have tried a great many of them. None I've tried so far come close to the ease and functionality of Navicat.

Hope you find this helpful.

--
Lawrence Carmer - *Adobe Community Professional*
http://www.Cartweaver.com
Complete Shopping Cart Application for
Dreamweaver, available in PHP and ColdFusion

Stay updated - http://blog.cartweaver.com

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Aug 19, 2010 Aug 19, 2010
LATEST

Thanks. I uploaded Navicat for a trial, but I have to say I could not find clear instructions on how to use it, and the support desk did not give me a clear answer either. Probably because it's for techies (which I am not). But I am persevering!!

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Aug 16, 2010 Aug 16, 2010

Strong 2nd to Navacat.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines