Can't open MySQL Database

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • SayedHasni
    New Member
    • Oct 2017
    • 1

    Can't open MySQL Database

    Our tasks to manage mysql databases via MySQL 8.0. Usually we haven't problems. Nevertheless today we haven't been able to open it. And now we need any fresh thought.
  • Luuk
    Recognized Expert Top Contributor
    • Mar 2012
    • 1043

    #2
    You need to provide more info, if you want some new thoughts

    What happends when you try to connect?
    What errors do you receive?

    Some info like below (from your site) might be needed to give valuable input:
    Code:
    C:\Program Files\MySQL\MySQL Server 5.7\bin>mysql -u root
    ERROR 2003 (HY000): Can't connect to MySQL server on 'localhost' (10061)
    
    C:\Program Files\MySQL\MySQL Server 5.7\bin>mysql -h server -u root
    ERROR 1045 (28000): Access denied for user 'root'@'192.168.*.*' (using password: NO)
    
    C:\Program Files\MySQL\MySQL Server 5.7\bin>mysql -h opensuse -u root -p
    Enter password: ******
    ERROR 1045 (28000): Access denied for user 'root'@'192.168.*.*' (using password: YES)
    
    C:\Program Files\MySQL\MySQL Server 5.7\bin>

    Comment

    Working...