MySQL fails on: mysql “ERROR 1524 (HY000): Plugin 'auth_socket' is not loaded”

前端 未结 9 1562
广开言路
广开言路 2020-11-28 00:21

My local environment is:

  • fresh Ubuntu 16.04
  • with PHP 7
  • with installed MySQL 5.7

    sudo apt-get install mysql-common mysql-se         
    
    
            
9条回答
  •  一向
    一向 (楼主)
    2020-11-28 01:21

    You can try with the below commands:

    hduser@master:~$ sudo /etc/init.d/mysql stop
    [ ok ] Stopping mysql (via systemctl): mysql.service.
    hduser@master:~$ sudo /etc/init.d/mysql start
    [ ok ] Starting mysql (via systemctl): mysql.service.
    

提交回复
热议问题