Re: copy one database to another

2002-10-12 Thread Paul DuBois
inal Message - >From: "Scott Pippin" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Sent: Friday, October 11, 2002 4:25 AM >Subject: copy one database to another > > >> I have one database(test) i would like to copy over to (test1). Ehat is >> th

RE: copy one database to another

2002-10-11 Thread Ed Carp
> I dont think that there is any SQL statement to do that. No, just use mysqldump to do it. sql, query. - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the

RE: copy one database to another

2002-10-11 Thread Simon Green
SELECT INTO TABLE! Simon -Original Message- From: Insanely Great [mailto:[EMAIL PROTECTED]] Sent: 11 October 2002 06:31 To: Scott Pippin; [EMAIL PROTECTED] Subject: Re: copy one database to another Greetings... I dont think that there is any SQL statement to do that. As of changing

Re: copy one database to another

2002-10-11 Thread Insanely Great
nt: Friday, October 11, 2002 4:25 AM Subject: copy one database to another > I have one database(test) i would like to copy over to (test1). Ehat is > the syntax to do this? Is there any to just change the name of the > database? > &

copy one database to another

2002-10-10 Thread Scott Pippin
I have one database(test) i would like to copy over to (test1). Ehat is the syntax to do this? Is there any to just change the name of the database? Thanks in advance (query, mysql) - Before posting, please check: http://ww