RE: Is it possible to Rename Database

2001-10-03 Thread Daniel Ouellet
en; Brandon Lewis; [EMAIL PROTECTED] > Subject: RE: Is it possible to Rename Database > > > Or, use mysqldump to dump the entire database, edit the CREATE > DATABASE line > at the top to the new name and pipe it all back into mysql, then drop the > old one? > >

Re: Is it possible to Rename Database

2001-10-03 Thread Ken Menzel
It's the only way with InnoDB short of renaming each table in the format: RENAME TABLE olddb.table1 TO newdb.table1 Ken > > That's sort of taking the long way around the barn, isn't it? > > Will > - Before posting, please check

RE: Is it possible to Rename Database

2001-10-03 Thread Will French
ginal Message- > From: Ravi Raman [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, October 03, 2001 6:04 PM > To: Carsten H. Pedersen; Brandon Lewis; [EMAIL PROTECTED] > Subject: RE: Is it possible to Rename Database > > > Or, use mysqldump to dump the entire database, edit the

RE: Is it possible to Rename Database

2001-10-03 Thread Ravi Raman
; [EMAIL PROTECTED] Subject: RE: Is it possible to Rename Database > Is it possible to rename a database? I would assume that the only way to do is is to shut down the server, then rename the directory of the database. / Carsten -- Carsten H. Pedersen keeper and maintainer of the bitbybit

RE: Is it possible to Rename Database

2001-10-03 Thread Carsten H. Pedersen
> Is it possible to rename a database? I would assume that the only way to do is is to shut down the server, then rename the directory of the database. / Carsten -- Carsten H. Pedersen keeper and maintainer of the bitbybit.dk MySQL FAQ http://www.bitbybit.dk/mysqlfaq -

Re: Is it possible to Rename Database

2001-10-03 Thread Ken Menzel
: "Brandon Lewis" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 03, 2001 12:57 PM Subject: Is it possible to Rename Database > Is it possible to rename a database? > > ---

Is it possible to Rename Database

2001-10-03 Thread Brandon Lewis
Is it possible to rename a database? - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail <[EMAIL PROTECTED]>