[PHP-DB] Obj : [PHP-DB] Renaming a database name...

2001-09-20 Thread Fabien ILLIDE
Hi Arief ! Well, you should use PhpMyAdmin who can do many usefull things. Like rename, optimize, make requests etc ... (If you're in local. Some providers refuse this.) http://phpmyadmin.sourceforge.net/ Or see the ALTER TABLE function in the doc. bye Fabien. Arief Fajar Nursyamsu a écrit :

[PHP-DB] Renaming a database name...

2001-09-19 Thread Arief Fajar Nursyamsu
Dear All... Can I rename a database name ? Regards rief -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP-DB] Renaming a database name...

2001-09-19 Thread Jason Stechschulte
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