ubuntu16.04 mysql报错The program ‘mysql’ can be found in the following packages:

╰半夏微凉° 2022-05-09 16:04 296阅读 0赞
  • 运行mysql -u root -p时报错信息,已经安装mysql-client:

The program ‘mysql’ can be found in the following packages:
* mysql-client-core-5.7
* mariadb-client-core-10.0

  • 解决办法:

    sudo apt-get purge mysql-client-core-5.6
    sudo apt-get autoremove
    sudo apt-get autoclean
    sudo apt install mysql-client-core-5.7
    sudo apt install mysql-server

  • 参考:

https://askubuntu.com/questions/489815/cannot-install-mysql-server-5-5-the-following-packages-have-unmet-dependicies/489817

发表评论

表情:
评论列表 (有 0 条评论,296人围观)

还没有评论,来说两句吧...

相关阅读