按照这里的指示..。但当我这么做的时候,我会发现一些错误。有谁知道为什么吗?这是一个非常整洁的程序,我非常喜欢,并希望它能再次运行。
W: Failed to fetch http://ppa.launchpad.net/pj-assis/ppa/ubuntu/dists/karmic/Release.gpg Could not connect to ppa.launchpad.net:80 (91.189.90.217). - connect (111: Connection refused)
W: Failed to fetch http://ppa.launchpad.net/pj-
16.04.6服务器的常规升级失败,有以下错误:
Preconfiguring packages ...
Setting up util-linux (2.27.1-6ubuntu3.8) ...
insserv: warning: script is corrupt or invalid: /etc/init.d/../rc0.d/K01php7.0-fpm
insserv: warning: script is corrupt or invalid: /etc/init.d/../rc0.d/K01urandom
insserv: warning: script is corrupt or
在这之后它就会停下来并结冰。
The following packages will be upgraded:
libmysqlclient15off mysql-client mysql-client-5.0 mysql-common
4 packages upgraded, 4 newly installed, 0 to remove and 49 not upgraded.
Need to get 38.0MB of archives. After unpacking 91.1MB will be used.
Do you want to conti
我试图在LinuxUbuntu16.04中打开Mysql,但我得到了一个错误:
ilqar@ubuntu:~$ mysql -u root -p
Enter password:
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
然后我尝试启动mysql服务器:
ilqar@ubuntu:~$ sudo service mysql start
Job for mysql.service failed becaus
我有两个更新不能被自动安装。
当我尝试使用:sudo apt upgrade进行升级时,我收到了以下消息:
以下软件包被保存在后面: mysql-client mysql-server
因此,当我尝试手动安装它(比如:sudo apt install mysql-client )时,我得到了以下消息:
The following packages have unmet dependencies:
mysql-common : Conflicts: mysql-client-8.0 but 8.0.31-0ubuntu0.22.04.1 is to be installed
我确实有一个问题,即使我完全卸载mysql并重新启动,它仍然没有安装mysql。这是我得到的错误:
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut
Statusinformationen werden eingelesen... Fertig
Die folgenden zusätzlichen Pakete werden installiert:
libdbd-mysql-perl libmysqlclient18 mysql-client-5.5 mysql-client-core-5.5
自动安全更新破坏了我的mysql安装,我不知道如何修复它。据我所知,5.5和mysql包都在同一个versio0n 5.5.31上。但是核心要求客户端保持在旧版本上。
apt-get upgrade
You might want to run 'apt-get -f install' to correct these.
The following packages have unmet dependencies:
mysql-client-core-5.5 : Breaks: mysql-client (< 5.5.31-0ubuntu0.12.04.1)
E: Unm
当我尝试sudo apt-get install mysql-server时,我一直收到以下错误:
The following packages have unmet dependencies:
mysql-server : Depends: mysql-community-server (= 5.7.12-1ubuntu15.10) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
也不知道该怎么处理
当我试图安装mysql社区服务器时,
我试图在Ubuntu20.04中安装/删除和重新安装/修复Mysql和Workbench,但是始终得到以下消息:
Building dependency tree
Reading state information... Done
mysql-server is already the newest version (8.0.20-2ubuntu20.04).
You might want to run 'apt --fix-broken install' to correct these.
The following packages have unmet de
apt没有升级mysql-client。相反,得到消息:
$ sudo apt upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The following packages have been kept back:
mysql-client
The following packages will be upgraded:
libqt5concurrent5 libqt5co
当我运行命令sudo apt-get install mysql-server时,我会得到以下错误.
Building dependency tree
Reading state information... Done
The following additional packages will be installed:
libevent-core-2.0-5 mysql-client-5.7 mysql-common mysql-server-5.7
Suggested packages:
mailx tinyca
The following NEW packages
有人能帮我吗?
pradeep 22:36:19 pradeep $ dpkg -l | grep mysql | grep ii
ii dbconfig-mysql 2.0.4ubuntu1 all dbconfig-common MySQL/MariaDB support
ii mysql-client-5.7 5.7.15-0ubuntu0.16.04.
如果我可以为debian设置密码,那么我可以安装phpmyadmin包,这将是很棒的!但是,有了mySQL 5.7和一些随机的本地配置,设置密码就不那么容易了,因为我应该与哪个身份验证模块交谈并不明显。我试过:
mysql> alter user 'debian-sys-maint'@'localhost' identified with mysql_native_password as 'MyNewPass';
ERROR 1396 (HY000): Operation ALTER USER failed for 'debia