简体   繁体   中英

Can't install/start mysql server

I can't install mysql server 5.5 on Debian system. Getting this error. I tried 5 times but same problem :( I'm also in superuser 错误图片

apt-get install mysql-server-5.5

apt-get install mysql-server mysql-client

and got the error after password setup wizard for root user.
Please help

apt-get purge mysql*
apt-get autoremove
apt-get autoclean
apt-get update
apt-get dist-upgrade
apt-get install mysql-server mysql-client

If this is not be helpful, you can try install mysql from MySQL Repository, but you must remember - in this moment server have stable version: 5.7.x!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM