Главная ›
Transferring MySQL database to another server with the add/change the prefix
Скрыть все описания
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_ - Войдите или зарегистрируйтесь, чтобы получить возможность отправлять комментарии
- Русский
Новые пользователи
- Marat Farkhulin
Сейчас на сайте
Сейчас на сайте 0 пользователей и 2 гостя.
Поиск
Рабочий график
Обратная связь
Рабочие дни
с понедельника по пятницу
Рабочее время
с 10 до 18 по Московскому времени, GMT+3
Технический перерыв
с 13 до 14
