I have some problems trying to access a database in my localhost:
C:Program FilesMySQLMySQL Server 8.0bin>mysql -u finanzas -h localhost -p
Enter password: ********
ERROR 2003 (HY000): Can’t connect to MySQL server on ‘localhost:3306’ (10061)
It was working several minutes ago and I didn’t do anything rare.