hoangminh.kiet
New member
** Tại sao PHPMyAdmin có lỗi này khi tôi cài đặt nó trên Ubuntu 12.04? **
Khi tôi cài đặt phpmyadmin trên Ubuntu 12.04, tôi sẽ gặp lỗi sau:
`` `
[Lỗi] không thể tạo cơ sở dữ liệu 'phpmyadmin';Người dùng 'PHPMyAdmin'@'LocalHost' không có quyền tạo đặc quyền
`` `
Điều này là lạ vì tệp cấu hình cho phpmyadmin cấp cho người dùng và mật khẩu cho người dùng và mật khẩu trong tệp cấu hình.Người dùng là `phpmyadmin` và mật khẩu là một loạt các số và chữ cái.
Tôi không hiểu điều gì khác là sai và dường như tôi không thể khắc phục lỗi này.Bất cứ ai có thể giải thích những gì đang xảy ra và làm thế nào để sửa chữa nó?
** Lỗi màu đỏ là do tiện ích mở rộng `mysqli` không được tải. **
Để khắc phục lỗi này, hãy chạy lệnh sau:
`` `
sudo apt-get cài đặt php5-mysqli
`` `
Điều này sẽ cài đặt tiện ích mở rộng `mysqli`, được yêu cầu để phpmyadmin hoạt động.
Khi tiện ích mở rộng được cài đặt, hãy khởi động lại máy chủ web của bạn và cố gắng truy cập lại phpmyadmin.Lỗi nên biến mất.
=======================================
**Why does phpMyAdmin have this error when I install it on Ubuntu 12.04?**
When I install phpMyAdmin on Ubuntu 12.04, I get the following error:
```
[ERROR] Can't create database 'phpmyadmin'; user 'phpmyadmin'@'localhost' doesn't have CREATE privileges
```
This is strange because the config file for phpMyAdmin grants the user and password to the user and password in the config file. The user is `phpmyadmin`, and the password is a range of numbers and letters.
I don't understand what else is wrong, and I can't seem to fix this error. Can anyone explain what's going on and how to fix it?
**The red error is because the `mysqli` extension is not loaded.**
To fix this error, run the following command:
```
sudo apt-get install php5-mysqli
```
This will install the `mysqli` extension, which is required for phpMyAdmin to work.
Once the extension is installed, restart your web server and try to access phpMyAdmin again. The error should be gone.
Khi tôi cài đặt phpmyadmin trên Ubuntu 12.04, tôi sẽ gặp lỗi sau:
`` `
[Lỗi] không thể tạo cơ sở dữ liệu 'phpmyadmin';Người dùng 'PHPMyAdmin'@'LocalHost' không có quyền tạo đặc quyền
`` `
Điều này là lạ vì tệp cấu hình cho phpmyadmin cấp cho người dùng và mật khẩu cho người dùng và mật khẩu trong tệp cấu hình.Người dùng là `phpmyadmin` và mật khẩu là một loạt các số và chữ cái.
Tôi không hiểu điều gì khác là sai và dường như tôi không thể khắc phục lỗi này.Bất cứ ai có thể giải thích những gì đang xảy ra và làm thế nào để sửa chữa nó?
** Lỗi màu đỏ là do tiện ích mở rộng `mysqli` không được tải. **
Để khắc phục lỗi này, hãy chạy lệnh sau:
`` `
sudo apt-get cài đặt php5-mysqli
`` `
Điều này sẽ cài đặt tiện ích mở rộng `mysqli`, được yêu cầu để phpmyadmin hoạt động.
Khi tiện ích mở rộng được cài đặt, hãy khởi động lại máy chủ web của bạn và cố gắng truy cập lại phpmyadmin.Lỗi nên biến mất.
=======================================
**Why does phpMyAdmin have this error when I install it on Ubuntu 12.04?**
When I install phpMyAdmin on Ubuntu 12.04, I get the following error:
```
[ERROR] Can't create database 'phpmyadmin'; user 'phpmyadmin'@'localhost' doesn't have CREATE privileges
```
This is strange because the config file for phpMyAdmin grants the user and password to the user and password in the config file. The user is `phpmyadmin`, and the password is a range of numbers and letters.
I don't understand what else is wrong, and I can't seem to fix this error. Can anyone explain what's going on and how to fix it?
**The red error is because the `mysqli` extension is not loaded.**
To fix this error, run the following command:
```
sudo apt-get install php5-mysqli
```
This will install the `mysqli` extension, which is required for phpMyAdmin to work.
Once the extension is installed, restart your web server and try to access phpMyAdmin again. The error should be gone.