RE: NEWBIE QUESTION: Copying Databases from local to server

2003-06-05 Thread Christensen, Dave
nk 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 s

RE: NEWBIE QUESTION: Copying Databases from local to server

2003-06-05 Thread Tim Winters
-Original 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, i

Re: NEWBIE QUESTION: Copying Databases from local to server

2003-06-05 Thread Becoming Digital
I'd suggest using phpMyAdmin on the remote server for your setup. Depending on the application, it might make further transfers easier in the future. Edward Dudlik Becoming Digital www.becomingdigital.com - Original Message - From: "Creative Solutions New Media" <[EMAIL PROTECTED]> To:

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 co

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 Deve