Change A My Sql Database Prefix

Posted By Weston Ganger

<p>First Backup your Database:</p>

mysqldump -u root -p yourDatabaseName < dumpFileName.sql

<p>Lastly be sure to update your application with the new prefix name, for wordpress this is wp-config.php</p>

Article Topic:Software Development - Linux

Date:June 07, 2014