Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to publish MySQL database?

Status
Not open for further replies.

Andris007

Instructor
Jun 17, 2005
15
LV
Hi I am a newbie to MySql database. I recently installed a WAMP 2.0 server and use localhost settings and phpMyAdmin to create database. I connect to my database with Dreamweaver 8 locally, create queries, created repeating regions to display data. Everything works ok on localhost. I created new database on my remote host. However, I can`t understand know how to publish MySQL database to remote server!!! Can someboy be so kind to explain this step-by-step.[sadeyes]
Thanks in advance.
 
You need to transfer your DB. using PHPmyAdmin you should be abel to create a dump file of your database, and then run that
on the online host's database to recreate the databases tables and their contents.




----------------------------------
Ignorance is not necessarily Bliss, case in point:
Unknown has caused an Unknown Error on Unknown and must be shutdown to prevent damage to Unknown.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top