Re: NEWBIE QUESTION: Copying Databases from local to server

2003-06-05 Thread Becoming Digital
] To: [EMAIL PROTECTED] Sent: Wednesday, 04 June, 2003 00:49 Subject: NEWBIE QUESTION: Copying Databases from local to server Hello, I have several databases currently located on my local machine that I need to copy to a remote server. Con someone explain the process and details of how this is done

RE: NEWBIE QUESTION: Copying Databases from local to server

2003-06-05 Thread Tim Winters
Message- From: Becoming Digital [mailto:[EMAIL PROTECTED] Sent: June 4, 2003 3:35 PM To: [EMAIL PROTECTED] Subject: Re: NEWBIE QUESTION: Copying Databases from local to server I'd suggest using phpMyAdmin on the remote server for your setup. Depending on the application, it might make further

RE: NEWBIE QUESTION: Copying Databases from local to server

2003-06-05 Thread Christensen, Dave
can dink around with the GUI's, but the std command line tools will get you there just fine... :-) -Original Message- From: Tim Winters [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 04, 2003 3:09 PM To: [EMAIL PROTECTED] Subject: RE: NEWBIE QUESTION: Copying Databases from local to server

NEWBIE QUESTION: Copying Databases from local to server

2003-06-04 Thread Creative Solutions New Media
Hello, I have several databases currently located on my local machine that I need to copy to a remote server. Con someone explain the process and details of how this is done? Thanks, Tim Winters Manager, Creative Development Sampling Technologies Incorporated (STI) [EMAIL PROTECTED] [EMAIL

Re: NEWBIE QUESTION: Copying Databases from local to server

2003-06-04 Thread Kirby Lynx
Try to use FTP to upload them. -- Hello, I have several databases currently located on my local machine that I need to copy to a remote server. Con someone explain the process and details of how this is done? Thanks, Tim Winters Manager, Creative Development

Re: NEWBIE QUESTION: Copying Databases from local to server

2003-06-04 Thread Stefan Hinz
Tim, I have several databases currently located on my local machine that I need to copy to a remote server. You can dump the contents of your databases with mysqldump, and load those contents on your other server, using the mysql client program or another tool like phpMyAdmin. You can even