이 페이지 의 지침 에 따라 Ubuntu 16.04에 mysql을 설치했습니다.
"MySQL 설치 및 구성"섹션에서 해당 페이지의 절반을 내리고 명령을 실행합니다 sudo apt-get install mysql-server
. 그러나 오류가 발생했습니다. 내 터미널에서 해당 오류의 출력이 있습니다.
Preconfiguring packages ...
Selecting previously unselected package mysql-common.
(Reading database ... 41515 files and directories currently installed.)
Preparing to unpack .../mysql-common_5.7.12-0ubuntu1_all.deb ...
Unpacking mysql-common (5.7.12-0ubuntu1) ...
Selecting previously unselected package mysql-client-5.7.
Preparing to unpack .../mysql-client-5.7_5.7.12-0ubuntu1_amd64.deb ...
Unpacking mysql-client-5.7 (5.7.12-0ubuntu1) ...
Processing triggers for man-db (2.7.5-1) ...
Setting up mysql-common (5.7.12-0ubuntu1) ...
update-alternatives: using /etc/mysql/my.cnf.fallback to provide /etc/mysql/my.cnf (my.cnf) in auto mode
Selecting previously unselected package mysql-server-5.7.
(Reading database ... 41563 files and directories currently installed.)
Preparing to unpack .../mysql-server-5.7_5.7.12-0ubuntu1_amd64.deb ...
Unpacking mysql-server-5.7 (5.7.12-0ubuntu1) ...
Selecting previously unselected package mysql-server.
Preparing to unpack .../mysql-server_5.7.12-0ubuntu1_all.deb ...
Unpacking mysql-server (5.7.12-0ubuntu1) ...
Processing triggers for ureadahead (0.100.0-19) ...
Processing triggers for systemd (229-4ubuntu4) ...
Processing triggers for man-db (2.7.5-1) ...
Setting up mysql-client-5.7 (5.7.12-0ubuntu1) ...
Setting up mysql-server-5.7 (5.7.12-0ubuntu1) ...
update-alternatives: using /etc/mysql/mysql.cnf to provide /etc/mysql/my.cnf (my.cnf) in auto mode
mysql_upgrade: Got error: 1045: Access denied for user 'debian-sys-maint'@'localhost' (using password: YES) while connecting to the MySQL server
Upgrade process encountered error and will not continue.
mysql_upgrade failed with exit status 11
dpkg: error processing package mysql-server-5.7 (--configure):
subprocess installed post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of mysql-server:
mysql-server depends on mysql-server-5.7; however:
Package mysql-server-5.7 is not configured yet.
dpkg: error processing package mysql-server (--configure):
dependency problems - leaving unconfigured
Processing triggers for ureadahead (0.100.0-19) ...
Processing triggers for systemd (229-4ubuntu4) ...
Errors were encountered while processing:
mysql-server-5.7
mysql-server
E: Sub-process /usr/bin/dpkg returned an error code (1)
서버를 설정하고 mysql을 설치 한 것은 이번이 처음입니다. 이것이 오류의 원인 일 수 있는지 확실하지 않지만 이전에 mysql을 설치하려고 시도했지만 LAMP 프로세스를 따르지 않았습니다 (이 사실을 파악하고 있습니다). 실패했으며 제거해야했습니다.
debian.cnf
파일로 보입니다 . 이 stackoverflow.com/questions/11644300/…을 발견했습니다. 47 점 (응답이 아님)이있는 답변을 보면 암호가 일치하지 않습니다. 암호가 무엇인지 알 수 없으므로 실패했습니다.
Access denied for user 'debian-sys-maint'@'localhost'
있습니다. 그 사용자는 어디에서 왔습니까? 우분투 시스템에서 찾을 것으로는 기대하지 않습니다.