この問題を解決するにはどうすればよいですか?
root@ip-*******:/# apt-get upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
2 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Do you want to continue? [Y/n] y
Setting up mysql-community-server (5.7.19-1ubuntu16.04) ...
Job for mysql.service failed because the control process exited with error code.
See "systemctl status mysql.service" and "journalctl -xe" for details.
invoke-rc.d: initscript mysql, action "start" failed.
● mysql.service - MySQL Community Server
Loaded: loaded (/lib/systemd/system/mysql.service; enabled; vendor reset: enabled)
Active: activating (auto-restart) (Result: exit-code) since Fri 2017-09-01 12:16:18 UTC; 4ms ago
Main PID: 16929 (code=exited, status=0/SUCCESS)
dpkg: error processing package mysql-community-server (--configure):
subprocess installed post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of mysql-server:
mysql-server depends on mysql-community-server (= 5.7.19-1ubuntu16.04); however:
Package mysql-community-server is not configured yet.
dpkg: error processing package mysql-server (--configure):
dependency problems - leaving unconfigured
No apport report written because the error message indicates its a followup error from a previous failure.
Errors were encountered while processing:
mysql-community-server
mysql-server
E: Sub-process /usr/bin/dpkg returned an error code (1)
そして、すべて同じエラー。
追加:
root@ip-172-31-15-21:/# apt-get update
Hit:1 http://security.ubuntu.com/ubuntu precise-security InRelease
Ign:2 http://archive.ubuntu.com/ubuntu precise InRelease
Ign:3 http://extras.ubuntu.com/ubuntu precise InRelease
Hit:4 http://archive.ubuntu.com/ubuntu precise Release
Hit:6 http://extras.ubuntu.com/ubuntu precise Release
Ign:7 http://archive.canonical.com/ubuntu precise InRelease
Get:8 http://extras.ubuntu.com/ubuntu precise Release.gpg [72 B]
Ign:8 http://extras.ubuntu.com/ubuntu precise Release.gpg
Hit:9 http://archive.canonical.com/ubuntu precise Release
Ign:11 http://it.archive.ubuntu.com/ubuntu precise InRelease
Hit:12 http://it.archive.ubuntu.com/ubuntu precise-updates InRelease
Hit:13 http://it.archive.ubuntu.com/ubuntu precise Release
Fetched 72 B in 2s (25 B/s)
Reading package lists... Done
W: Target Packages (main/binary-AMD64/Packages) is configured multiple times in /etc/apt/sources.list:1 and /etc/apt/sources.list:6
W: Target Packages (main/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:1 and /etc/apt/sources.list:6
W: Target Translations (main/i18n/Translation-en_US) is configured multiple times in /etc/apt/sources.list:1 and /etc/apt/sources.list:6
W: Target Translations (main/i18n/Translation-en) is configured multiple times in /etc/apt/sources.list:1 and /etc/apt/sources.list:6
W: Target Packages (restricted/binary-AMD64/Packages) is configured multiple times in /etc/apt/sources.list:1 and /etc/apt/sources.list:6
W: Target Packages (restricted/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:1 and /etc/apt/sources.list:6
W: Target Translations (restricted/i18n/Translation-en_US) is configured multiple times in /etc/apt/sources.list:1 and /etc/apt/sources.list:6
W: Target Translations (restricted/i18n/Translation-en) is configured multiple times in /etc/apt/sources.list:1 and /etc/apt/sources.list:6
W: http://security.ubuntu.com/ubuntu/dists/precise-security/InRelease: Signature by key 630239CC130E1A7FD81A27B140976EAF437D05B5 uses weak digest algorithm (SHA1)
W: http://archive.ubuntu.com/ubuntu/dists/precise/Release.gpg: Signature by key 630239CC130E1A7FD81A27B140976EAF437D05B5 uses weak digest algorithm (SHA1)
W: GPG error: http://extras.ubuntu.com/ubuntu precise Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 16126D3A3E5C1192
W: The repository 'http://extras.ubuntu.com/ubuntu precise Release' is not signed.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.
W: http://archive.canonical.com/ubuntu/dists/precise/Release.gpg: Signature by key 630239CC130E1A7FD81A27B140976EAF437D05B5 uses weak digest algorithm (SHA1)
W: http://it.archive.ubuntu.com/ubuntu/dists/precise-updates/InRelease: Signature by key 630239CC130E1A7FD81A27B140976EAF437D05B5 uses weak digest algorithm (SHA1)
W: http://it.archive.ubuntu.com/ubuntu/dists/precise/Release.gpg: Signature by key 630239CC130E1A7FD81A27B140976EAF437D05B5 uses weak digest algorithm (SHA1)
W: Target Packages (main/binary-AMD64/Packages) is configured multiple times in /etc/apt/sources.list:1 and /etc/apt/sources.list:6
W: Target Packages (main/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:1 and /etc/apt/sources.list:6
W: Target Translations (main/i18n/Translation-en_US) is configured multiple times in /etc/apt/sources.list:1 and /etc/apt/sources.list:6
W: Target Translations (main/i18n/Translation-en) is configured multiple times in /etc/apt/sources.list:1 and /etc/apt/sources.list:6
W: Target Packages (restricted/binary-AMD64/Packages) is configured multiple times in /etc/apt/sources.list:1 and /etc/apt/sources.list:6
W: Target Packages (restricted/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:1 and /etc/apt/sources.list:6
W: Target Translations (restricted/i18n/Translation-en_US) is configured multiple times in /etc/apt/sources.list:1 and /etc/apt/sources.list:6
W: Target Translations (restricted/i18n/Translation-en) is configured multiple times in /etc/apt/sources.list:1 and /etc/apt/sources.list:6
以前のセッションでインストールが中断されたようです。
Sudo apt-get install -f
を試して、壊れた依存関係が修正されるかどうかを確認してください。
それが失敗した場合は、MySQLサーバーをパージします。
Sudo apt-get purge mysql-server mysql-community-server
次に、クリーンアップして更新します。
Sudo apt-get autoclean && Sudo apt-get clean && Sudo apt-get update
一般的なアップグレードを実行します。
Sudo apt-get upgrade
今すぐ再インストールしてみてください:
Sudo apt-get install mysql-server and mysql-community-server
ルートプロンプトからこれを行う場合は、先頭のSudo
コマンドを先頭に置かないでください。
あなたの更新された質問に関して、私は最初にsources.listでいくつかの冗長性を見ることができます。たとえば、出力に次のエラーがあります。
W: Target Packages (main/binary-AMD64/Packages) is configured multiple times in /etc/apt/sources.list:1 and /etc/apt/sources.list:6
そして、あなたはソースファイルの1行目にこれを持っています
deb http://it.archive.ubuntu.com/ubuntu precise main restricted
これは6行目で重複しています。
したがって、これらのエラーを修正するには、出力に示されているすべての重複行を削除することをお勧めします。 (たくさんあります!)
第二に、このエラーがあります:
W: GPG error: http://extras.ubuntu.com/ubuntu precise Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 16126D3A3E5C1192
これを修正するにはGNUプライバシーガードエラー、そのキーを取得しましょう。これを実行します。
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 16126D3A3E5C1192
次に、dpkg --configure -a
またはapt-get install -f
(あるいはその両方)を実行して、壊れた依存関係を修正します。
そしてもう一度:
apt-get clean && apt-get update
私はUbuntu 16.04 LTS(xenial)でこれにぶつかりました。 MySQLログにもおそらくエラーmysql_upgrade: Got error: 2002: Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) while connecting to the MySQL server Upgrade process encountered error and will not continue.
があります。
これが問題を回避するために私が行っていることです(接続が失敗する理由の実際の問題はまだデバッグしていません)。これは、最後の3つのMySQL更新を通じて機能します。
最初に、MySQLを実行しているrootとして:
# mysql_upgrade --defaults-file=/etc/mysql/debian.cnf
これはエラーなしで完了するはずです。
次に、ファイル/var/lib/dpkg/info/mysql-server-5.7.postinst
を編集します。 320行目あたりのどこかで行を見つけてコメントします。
mysql_upgrade --defaults-file=/etc/mysql/debian.cnf || result=$?
終了してファイルを保存します。 apt-get upgrade
を再度実行すると、クリーンに実行されます。
エラーは、mysql-serverをインストールしようとしたが、問題が発生したことを示しています。パッケージの構成中に問題が発生しましたmysql-community-server
。あなたは走ることを試みることができます:
dpkg --configure mysql-community-server
または:
dpkg-reconfigure mysql-community-server
Mysql-serverを使用したくない場合は、次のコマンドを実行できます。
apt-get remove mysql-community-server mysql-server
システムからそれらのパッケージを完全に削除します。これで問題は解決します。
Postinstスクリプトからの(再度)サーバーの起動が失敗しているようです。これにはさまざまな理由があり、多くの場合、サービスはまだ実行中です(たとえば、実際に停止アクションが失敗する前など)が、問題が発生したためにmysqlを開始できない可能性があります。
/etc/init.d/mysql stop;/etc/init.d/mysql start;
を実行して、エラーがないか確認してください。 mysqlが正しく停止しない場合は、killall
を使用してmysqldを強制終了することができます。
修正した場合は、dpkg --configure -a
を実行して、postinstスクリプトが失敗したときに保留されていたすべてのパッケージを構成します。
もう1つのハックは、/var/lib/dpkg
でpostinstスクリプトを見つけ、exit 0
行の後に#!/bin/sh
を置き、dpkg --configure -a
を実行して、その行を削除することです。 postinstスクリプトの(おそらく重要な)部分は実行されないことに注意してください。
バグのあるMYSQLを削除してMYSQLをインストールするには-> Workbenchが正常に機能しています:
このソリューションを検索する合計時間=1時間40分すべてのフォーラム(mysqlの元のWebサイトから&&中国のフォーラムからも)
1)まずは
Sudo rm /var/lib/mysql/ -R
Sudo rm /etc/mysql/ -R
Sudo apt-get autoremove mysql* --purge
Sudo apt-get remove apparmor
Sudo apt-get install mysql-server mysql-common
Sudo mysql -u root -p
mysql> quit
2)このチュートリアルの手順に従います buntu 18.04にMySQL 8.0をインストールする方法
3)このチュートリアルの手順に従います MySQLを使用するためのクイックガイドAPTリポジトリ
- INSTEAD OF "libmysqlclient18" USE "libmysqlclient21"
- FINISH ON COMMAND "apt-get source -b mysql-server"
- CONTINUE STEP 4
4)Ubuntuソフトウェア(ソフトウェアプラットフォーム)Ubuntu 18.04
- Search "mysql" or "workbench" and find "MySQL Workbench"
- install
5)Sudoを削除しています... =データベースのロード時のエラーを回避
5.1. Sudo mysql -u root -p
5.2. mysql> use mysql;
5.3. mysql> select user, Host, plugin from mysql.user;
5.4. mysql> create user 'gabriel'@'localhost' identified by 'gabriel';
5.5. mysql> grant all privileges on *.* to 'gabriel'@'localhost';
// **all privileges on *asterisk* dot *asterisk** (idk why but it doesn't allow * asterisk)
5.6. mysql> update user set plugin="auth_socket" where User='gabriel';
5.7. mysql> flush privileges;
5.8. mysql> exit
5.9. Sudo service mysql restart
5.10. mysql -u gabriel -p
5.11. mysql> show databases;
5.12. mysql> quit
「MySQL Workbench」を起動し、パスワードを求められたら、「キーチェーン」で「保存」をクリックし、パスワードを入力せずに「Enter」をクリックします。
できました。 :)
追加:(新しいデータベースを追加する場合):
(from new db)
「employees_db」フォルダ(またはそれが何であれ)で、次のコマンドを実行します。
mysql -u root -p -t < employees.sql