On Thu, Sep 20, 2001 at 05:04:37AM +0700, Arief Fajar Nursyamsu wrote:
> Can I rename a database name ?
I don't know what database you are using, but you should be able to do
something like this with most of them.
Do a backup of the database.
Create a new database with the new name.
Restore the
> > Can I rename a database name ?
> There is no command to do so. Have you tried simply renaming
> the files and sub-directory where the database files are located?
> I've not tried that.
Simply renaming could be dangerous.
You can do this:
mysqldump old_database_name > old_database_name.tx
There is no command to do so. Have you tried simply renaming the files and
sub-directory where the database files are located?
I've not tried that.
-Original Message-
From: Arief Fajar Nursyamsu [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, September 19, 2001 5:05 PM
To: PHP-DB
Subject: [