phpMyAdmin
 sql >> Cơ Sở Dữ Liệu >  >> Database Tools >> phpMyAdmin

Đồng bộ hóa cơ sở dữ liệu từ xa và cục bộ MySQL bằng phpMyAdmin

Mở phpMyAdmin/config.inc.php và thêm các dòng này về "Cấu hình máy chủ" .

$i++;
$cfg['Servers'][$i]['host']          = '<remote-server-address>'; // Remote MySQL hostname or IP address
$cfg['Servers'][$i]['port']          = '';          // MySQL port - leave blank for default port
$cfg['Servers'][$i]['socket']        = '';          // Path to the socket - leave blank for default socket
$cfg['Servers'][$i]['connect_type']  = 'tcp';       // How to connect to MySQL server ('tcp' or 'socket')
$cfg['Servers'][$i]['extension']     = 'mysql';     // The php MySQL extension to use ('mysql' or 'mysqli')
$cfg['Servers'][$i]['compress']      = FALSE;       // Use compressed protocol for the MySQL connection
$cfg['Servers'][$i]['auth_type']     = 'config';    // Authentication method (config, http or cookie based)?
$cfg['Servers'][$i]['user']          = '<db-username>';     // Remote MySQL user
$cfg['Servers'][$i]['password']      = '<db-password>';     // Remote MySQL password

Bây giờ có một trình đơn thả xuống 'máy chủ' trên trang đầu phpMyAdmin của bạn. Chọn máy chủ của bạn và chơi lô tô!

Tín dụng: codejourneymen

Và, có rất nhiều ví dụ, có thể hữu ích:

cơ sở dữ liệu từ xa phpadmin



  1. DBeaver
  2.   
  3. phpMyAdmin
  4.   
  5. Navicat
  6.   
  7. SSMS
  8.   
  9. MySQL Workbench
  10.   
  11. SQLyog
  1. Lỗi MySQL:Mục nhập trùng lặp cho Khóa chính

  2. Làm cách nào để tạo mối quan hệ giữa hai bảng bằng PHPMyAdmin?

  3. Làm thế nào để tìm ra bộ ký tự của cơ sở dữ liệu và bảng với PHPmyAdmin?

  4. mysql:ĐẶT HÀNG THEO số lần xuất hiện của một phần tử trong một cột của bảng mysql

  5. Tại sao tôi nhận được giá trị NULL trên Left Join?