Rename a MediaWiki database
From Organic Design wiki
Rename a MediaWiki database Organic Design procedure |
The simplest approach is to take a sql dump of a database;
|
and manually edit the line in backupfile.sql
CREATE DATABASE /*!32312 IF NOT EXISTS*/ [database]
then restore the mysqldump file with;
|