If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > Database upload

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 05-12-08, 16:49
tabexp tabexp is offline
Registered User
 
Join Date: May 2008
Posts: 4
Database upload

Hello all! I have a simple question regarding uploading of a MySQL database to a web server. So far I have made some MySQL databases but I don't know how to upload the whole database when the site is finished, from the (local) production server to the real server in which will be hosted, along with the other files of the site. Any knowledge or experience would be helpful and appreciated.Thanks in advance!
Reply With Quote
  #2 (permalink)  
Old 05-14-08, 15:43
snorp snorp is offline
Registered User
 
Join Date: Apr 2004
Location: Europe->Sweden->Stockholm
Posts: 71
mysqldump

Have a look at the MySQL manual or search for "mysqldump". With mysqldump you will get a file containing the SQL statements needed to restore the dumped schemas/tables.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On