今晚,我的MySQL数据库消失了。我说的是SHOW DATABASES;只返回“默认”数据库(information_shema、mysql和dbispconfig 我的配置面板)。
我看了/var/data/mysql,所有的数据都还在。所以,备份之后,我做了一个service mysql restart,一切都恢复正常了。
现在,为什么会发生这种事呢?cat syslog.1 | grep mysql节目
Jun 15 00:03:30 ns222201 named[3699]: built with '--prefix=/usr' '--mandir=/usr/s
我的客户的应用程序昨天运行良好,但今天出现了一个未处理的异常。我打电话给Bluehost (主机提供商),最终发现他们今天升级了MySQL。在我的日志中看到连接错误之后。
OperationalError: (2002, "Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)")
我的理论是Django现在正试图连接一个过时的驱动程序。我试过了
pip install MySQL-python --upgrade
但没有效果。
对于如何让Dja
这个错误呢?用plesk从mariadb 10.1到10.2对debian 9进行升级
知道如何修复它并继续升级吗?
apt install mariadb-server-10.2
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following additional packages will be installed:
libmariadb3 libmariadbclient18 mariadb-client-10.2 mariadb
我已经运行了Ubuntu 16.04 (全新安装-无需升级)。MySQL运行得很好--但是当我试图更新MySQL时,我得到了这个错误:
apt-get install
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
2 not fully installed or removed.
After this operation, 0
APT无法为我升级mySQL。我相信1045错误是由于登录细节。我能够运行mysql_upgrade -uroot -p并手动完成它,但是我如何告诉apt它已经完成了,请停止尝试?
Setting up mysql-server-5.7 (5.7.24-0ubuntu0.16.04.1) ...
update-alternatives: warning: forcing reinstallation of alternative /etc/mysql/mysql.cnf because link group my.cnf is broken
update-alternatives: warni
问题
我的MySQL数据库适用于我的web应用程序。但是,当我尝试用phpMyAdmin打开数据库时,我会收到以下错误消息:
#2006 - MySQL server has gone away
phpMyAdmin断开与登录屏幕的连接。其他数据库运行良好。我的ax_allowed_packet设置为16,我也尝试了64,但它没有工作。
这个错误最终也发生了。数据库大小约为3MB,所以不太大。
使用的软件
Debian挤压x64
MySQL (当前版本)
phpMyAdmin (当前版本)
问题
如何修复此错误以便再次查看和编辑phpMyAdmin中的数据库?
我正在尝试安装fpart,但是有mysql错误:
# apt install fpart
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
linux-aws-headers-4.4.0-1090 linux-aws-headers-4.4.0-1092 linux-aws-headers-4
有人能帮我吗?
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.
我正在运行MySQLdb v1.2.3并获得以下错误:
LookupError: unknown encoding: utf8mb4
建议将MySQLdb更新到1.2.5版本。我进行了更新,现在收到了以下错误:
ImportError: this is MySQLdb version (1, 2, 5, 'final', 1), but _mysql is version (1, 2, 3, 'final', 0)
我不知道如何更新_mysql,或者这将如何改变我的设置。这只是一个python模块,还是以某种方式连接到我的MySQL服务器?
编辑:我尝试运行以下