chiprivers Posted December 28, 2006 Share Posted December 28, 2006 I have a database in MySQL already set up but I was want to change the database name, is there a way to change the name of an existing database? Link to comment https://forums.phpfreaks.com/topic/32096-change-name-of-existing-mysql-database/ Share on other sites More sharing options...
printf Posted December 29, 2006 Share Posted December 29, 2006 It depends on the system, as there are different ways to do this, most are not database related, because not all databases have this internal type function.printf Link to comment https://forums.phpfreaks.com/topic/32096-change-name-of-existing-mysql-database/#findComment-149101 Share on other sites More sharing options...
fenway Posted December 30, 2006 Share Posted December 30, 2006 Easiest way it just to get at the file system and rename the directory... I think MySQL 5 might have a function for this. Remember, all your user permissions will be broken. Link to comment https://forums.phpfreaks.com/topic/32096-change-name-of-existing-mysql-database/#findComment-149977 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.