我试图在 debian 上更新 Mysql 但没有成功,互联网上的所有教程都失败了。
我有 Debian 6.0.6 挤压,我的 mysql 版本是mysql Ver 14.14 Distrib 5.1.63
.
我做到了apt-get update
,apt-get upgrade
它说没有什么可以升级的。
所以我下载了最后一个版本wget --content-disposition http://www.mysql.com/get/Downloads/MySQL-5.5/mysql-5.5.28-debian6.0-x86_64.deb/from/http://cdn.mysql.com/
并安装了它
# dpkg -i mysql-5.5.28-debian6.0-x86_64.deb
(Reading database ... 41264 files and directories currently installed.)
Preparing to replace mysql 5.5.28 (using mysql-5.5.28-debian6.0-x86_64.deb) ...
Unpacking replacement mysql ...
Setting up mysql (5.5.28) ...
没事了...
我删除了以前的包sudo apt-get --purge remove mysql
,apt-get --purge remove mysql-server
然后像上面一样重新安装它,同样的消息,没有安装任何东西。
我什么时候mysql -V
有version mysql Ver 14.14 Distrib 5.1.63, for debian-linux-gnu (x86_64) using readline 6.1
,什么时候dpkg -l mysql
我得到版本5.5.28
......在phpinfo上我得到了5.1.63
是否缺少执行此安装的步骤?
非常感谢