Hi... I know it's possible to change a table name, but is there any way to change a database name? I've looked through documentation but I didn't really find anything.
Thanks
depends on your db system. mysql can't for instance change the name of a database as far as i know
Actually you can change the DB name in mysql...
I just had a flash of brilliance and changed the directory name 😉 of course then you have to reassign the grants, but that's alright with me.
or you make an sqldump text file, change database name in the text file and import it back 🙂