Forum Index

It appears you have not yet registered with our community which limits what you can do & see. It's Free To register, please click here.





Website | development Anything from website development to maintenance.

Reply
 
Thread Tools Display Modes
  #1  
Old 01-04-2006, 08:05 PM
Mobo's Avatar
Mobo Mobo is offline
Thinking outside the box
 
Join Date: Sep 2004
Location: Cape Breton
Posts: 4,584
Send a message via ICQ to Mobo Send a message via AIM to Mobo Send a message via MSN to Mobo Send a message via Yahoo to Mobo Send a message via Skype™ to Mobo
Importing and Exporting Your MySQL Databases via SSH

Import via SSH:
  1. Upload the .sql file to your home directory (where public_html, public_ftp, and mail reside.)
  2. Login via SSH (I recommend PuTTY for windows and Mac OS X has it's Terminal application, and linux has it's own also.)
  3. In SSH type:
  4. mysql -uPutYourUserHere -pPutYourPasswordHere PutYourUserHere_databaseName < database.sql

    NOTE: That is a one line command.
Export/dump The Database
Export/dump via SSH:
  1. Login via SSH (I recommend PuTTY for windows and Mac OS X has it's Terminal application, and Linux has it's own also.)
  2. In SSH type in the following command:
    mysqldump -uPutYourUserHERE -pPutYourPasswordHERE PutYourUserHERE_databasename > database.sql
Reply With Quote
Posted


  #2  
Old 01-04-2006, 08:08 PM
Mobo's Avatar
Mobo Mobo is offline
Thinking outside the box
 
Join Date: Sep 2004
Location: Cape Breton
Posts: 4,584
Send a message via ICQ to Mobo Send a message via AIM to Mobo Send a message via MSN to Mobo Send a message via Yahoo to Mobo Send a message via Skype™ to Mobo
Please Note:
The name database.sql can be named to anything you wish, but make it so that you can tell which is the latest dump in the event you find the day you need to restore a backup.
Reply With Quote
Reply

  • Submit Thread to Digg Digg
  • Submit Thread to del.icio.us del.icio.us
  • Submit Thread to StumbleUpon StumbleUpon
  • Submit Thread to Google Google
  • Bookmarks

    Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
     
    Thread Tools
    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 On
    HTML code is Off
    Forum Jump



    All times are GMT -5. The time now is 07:43 PM.


    Firefox 2