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

phpMyAdmin không thể kết nối với máy chủ MySQL

Bạn có thể xem để giải quyết vấn đề của mình
http://www.youtube. com / watch? v =BgcW4h6ZAro &t =7m21s
p / s:đây là video tiếng Việt :)
trong config.inc.php bạn chỉnh sửa mã sau:

* First server
 */
$i++;
/* Authentication type */
$cfg['Servers'][$i]['verbose'] = 'mysql wampserver';
//uncomment this
$cfg['Servers'][$i]['auth_type'] = 'cookie';
//comment this
//$cfg['Servers'][$i]['auth_type'] = 'config';
$cfg['Servers'][$i]['user'] = 'root';
$cfg['Servers'][$i]['password'] = '';
/* Server parameters */
$cfg['Servers'][$i]['host'] = '127.0.0.1';
$cfg['Servers'][$i]['connect_type'] = 'tcp';
$cfg['Servers'][$i]['compress'] = false;
/* Select mysql if your server does not have mysqli */
$cfg['Servers'][$i]['extension'] = 'mysqli';
$cfg['Servers'][$i]['AllowNoPassword'] = true;

sau đó thoát wampserver, mở lại wampserver, mở PHPMyadmin, bạn sẽ thấy biểu mẫu đăng nhập :)



  1. DBeaver
  2.   
  3. phpMyAdmin
  4.   
  5. Navicat
  6.   
  7. SSMS
  8.   
  9. MySQL Workbench
  10.   
  11. SQLyog
  1. phpMyAdmin - # 1267 - Kết hợp bất hợp pháp các đối chiếu cho hoạt động '<'

  2. Mối quan hệ cơ sở dữ liệu sử dụng phpmyAdmin (các khóa tổng hợp)

  3. làm thế nào để thay đổi công cụ lưu trữ của cơ sở dữ liệu trong phpmyadmin?

  4. Không thể mở phpmyadmin, request_once (./ architects / common.inc.php):không mở được luồng:Không có tệp hoặc thư mục nào như vậy

  5. Mysql - Không thể kết nối cơ sở dữ liệu không xác định lỗi 'tên cơ sở dữ liệu'