Home › Transferring MySQL database to another server with the add/change the prefix
Transferring MySQL database to another server with the add/change the prefix
Hide all descriptions
It's enough to make a backup of the database on the source server, then open the backup in the editor and using the command "Find and replace" to make the following changes:
CREATE TABLE ` changing to CREATE TABLE `myprefix_
INSERT INTO ` changing to INSERT INTO `myprefix_ Where myprefix_ - is the desired table prefix database. Just occasionally you may need to rename these tables here:
REPLACE ` changing to REPLACE `myprefix_
ALTER TABLE ` changing to ALTER TABLE `myprefix_ Who's new
- rkd
- buharovvn
- regsat2010
- Marat Farkhulin
Who's online
There are currently 0 users and 3 guests online.
Search
Work schedule
Feedback
Workdays
Monday to Friday
Working time
from 10 to 18 Moscow time, GMT +3
Break
from 13 to 14