简体   繁体   English

在cpanel的phpmyadmin服务器中找不到复制菜单

[英]replication menu not found in phpmyadmin server of cpanel

I want to make database synchronization using phpmyadmin with the help of replication,but i am not getting replication button in phpmyadmin of Cpanel. 我想在复制的帮助下使用phpmyadmin进行数据库同步,但是我没有在Cpanel的phpmyadmin中获得复制按钮。 What i need to do to get that replication button in cpanel ? 我需要做什么才能在cpanel中获得该复制按钮?

Assuming that your phpMyAdmin and cPanel are the same as mine and assuming you're trying to COPY a database and assuming your other database is not yet set up, you need to do the following: 假设您的phpMyAdmin和cPanel与我的相同,并假设您试图复制数据库并假设尚未建立其他数据库,则需要执行以下操作:

  1. Log into cPanel 登录到cPanel
  2. Go to databases and click 'MySQL Databases' 转到数据库,然后单击“ MySQL数据库”
  3. Create a new database. 创建一个新的数据库。
  4. Create a new user. 创建一个新用户。
  5. Add user to database. 将用户添加到数据库。
  6. Go Back to the main cPanel area and head for phpMyAdmin. 返回主cPanel区域并前往phpMyAdmin。
  7. Log into phpMyAdmin and click your database to open the structure. 登录phpMyAdmin并单击您的数据库以打开结构。
  8. Click the 'operations' tab at the top. 点击顶部的“操作”标签。
  9. Look for 'copy database to:' 查找“将数据库复制到:”
  10. Click 'structure and data' 点击“结构和数据”
  11. Type your new db name into the text box. 在文本框中输入新的数据库名称。
  12. Press 'Go'. 按“开始”。

If you already have your database set up, skip to step 7. 如果您已经设置了数据库,请跳到步骤7。

If the database where you're dumping the data is not empty, I would advise truncating it first to prevent any issues. 如果要转储数据的数据库不为空,建议您先将其截断以防止出现任何问题。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM