MySql ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)

前端 未结 9 2384
借酒劲吻你
借酒劲吻你 2020-12-13 13:19

I\'ve tried multiple solutions from StackOverflow but haven\'t had any success. I\'m on Mac OSX (Sierra 10.12.3) trying to create a new database and user. From terminal I

9条回答
  •  無奈伤痛
    2020-12-13 13:45

    You must run your mysql by xampp-controle.exe in folder XAMPP. After that login:

    mysql -u root
    

提交回复
热议问题