Mysql
 sql >> Cơ Sở Dữ Liệu >  >> RDS >> Mysql

Cài đặt MySQL trên Ubuntu mà không có lời nhắc mật khẩu

sudo debconf-set-selections <<< 'mysql-server mysql-server/root_password password your_password'
sudo debconf-set-selections <<< 'mysql-server mysql-server/root_password_again password your_password'
sudo apt-get -y install mysql-server

Đối với các phiên bản cụ thể, chẳng hạn như mysql-server-5.6 , bạn sẽ cần chỉ định phiên bản như sau:

sudo debconf-set-selections <<< 'mysql-server-5.6 mysql-server/root_password password your_password'
sudo debconf-set-selections <<< 'mysql-server-5.6 mysql-server/root_password_again password your_password'
sudo apt-get -y install mysql-server-5.6

Đối với mysql-community-server, các khóa hơi khác một chút:

sudo debconf-set-selections <<< 'mysql-community-server mysql-community-server/root-pass password your_password'
sudo debconf-set-selections <<< 'mysql-community-server mysql-community-server/re-root-pass password your_password'
sudo apt-get -y install mysql-community-server

Thay thế your_password bằng mật khẩu gốc mong muốn. (có vẻ như your_password cũng có thể để trống đối với mật khẩu gốc trống.)

Nếu trình bao của bạn không hỗ trợ here-string ( zsh , ksh93 bash hỗ trợ họ), sử dụng:

echo ... | sudo debconf-set-selections 


  1. Database
  2.   
  3. Mysql
  4.   
  5. Oracle
  6.   
  7. Sqlserver
  8.   
  9. PostgreSQL
  10.   
  11. Access
  12.   
  13. SQLite
  14.   
  15. MariaDB
  1. Cách tạo blog trong cơ sở dữ liệu PHP và MySQL - Thiết kế DB

  2. chuyển đổi chuỗi ngày thành trường datetime của mysql

  3. Làm cách nào để xem tất cả các khóa ngoại cho một bảng hoặc cột?

  4. Sử dụng nhóm theo hai trường và đếm trong SQL

  5. Cách lưu trữ ngày giờ trong MySQL với thông tin múi giờ