Sep 24, 2003 #2 QatQat IS-IT--Management Nov 16, 2001 1,031 IT Read this http://www.mysql.com/doc/en/RENAME_TABLE.html Bye Qatqat Life is what happens when you are making other plans. Upvote 0 Downvote
Read this http://www.mysql.com/doc/en/RENAME_TABLE.html Bye Qatqat Life is what happens when you are making other plans.
Oct 1, 2003 #3 spanky12 Programmer Oct 1, 2003 1 US There are 2 things you can do. 1. stop the mysql server go to the data folder, usually /usr/local/mysql/data find the DB and rename it (mv old new) restart the mysql server 2. dump the database create a new one insert the dump delete the old database hope this helps! Upvote 0 Downvote
There are 2 things you can do. 1. stop the mysql server go to the data folder, usually /usr/local/mysql/data find the DB and rename it (mv old new) restart the mysql server 2. dump the database create a new one insert the dump delete the old database hope this helps!