SunQuest
 
           MySQL Development
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
User Name:
Password:
Remember me
 
Go Back   Dev Articles Community ForumsDatabasesMySQL Development

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Display Modes
 
Unread Dev Articles Community Forums Sponsor:
Stay one step ahead of the competition. Evaluate and give feedback on some of the hottest web development tools on the market today. Make your opinion heard! Click Here
  #1  
Old February 20th, 2003, 05:28 AM
ange ange is offline
Junior Member
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Feb 2003
Posts: 2 ange User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Upload my Database Mysql on the web ?

Hello,

I have done my database. Everything is working perfectly on my local pc (using easyphp,...). Now on my web hosting, I use a SSH software Secure CRT.. but the thing is that I don't have any idea tu put (upload) my database file from my Hard Disk to the database server... which command to use? mysqldump? I am newbie with the command. I have donne everything with phpmyadmin... but I can't connect to my web server with this one. So I have to use Secure CRT or another SSH soft...

Thank you for your help..

Reply With Quote
  #2  
Old February 20th, 2003, 06:38 PM
laidbak laidbak is offline
you know how we do
Dev Articles Novice (500 - 999 posts)
 
Join Date: Jun 2002
Location: In Tha IE -- San Bernardino COUNTY
Posts: 788 laidbak User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 2 h 4 m 2 sec
Reputation Power: 7
Send a message via ICQ to laidbak Send a message via AIM to laidbak Send a message via MSN to laidbak Send a message via Yahoo to laidbak
On the command line:

Issue the command: (this is the information on your local pc)

mysqldump -u<username> -h<hostname> --password=<yourpassword> <dbname> > backup.sql


Now Issue the command: (use the information for your remotely hosted mysql account)

mysql -u<username> -h<hostname> --password=<yourpassword> -D<dbname> < backup.sql


Make sure the bracket is facing the correct way
__________________
__________________________________________________ _
Wil Moore III, MCP | Integrations Specialist | Senior Consultant
Are You Listed...? | DigitallySmooth Inc.

Reply With Quote
  #3  
Old February 21st, 2003, 02:03 AM
ange ange is offline
Junior Member
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Feb 2003
Posts: 2 ange User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Thumbs up

Thx a lot

I ll try that...

Reply With Quote
Reply

Viewing: Dev Articles Community ForumsDatabasesMySQL Development > Upload my Database Mysql on the web ?


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 5 hosted by Hostway