No matter what I try i keep getting this error:
ERROR 2003 (HY000): Can't connect to MySQL server on 'localhost' (10061).
This goes for: 1) >mysql 2) >mysql -u root 3) >mysql -u root -p 4) >mysqlshow etc....
Mysql version: 8.0.12.0
OS: Windows 10
So the suggested solution I keep encountering is to enable the mysql service manually, but the mysql80 service is running no problem and the port 3307 (i tried both the default 3306 and 3307
) show up in netstat as:
TCP 0.0.0.0:3307 0.0.0.0:0 LISTENING
I don't see anything wrong in my my.ini file
either (skip-=networking= is commented out and there is no bind-address line), but just in case here is a link: https://drive.google.com/file/d/1udfXwvl-W7UI3pCissTTBYD0wNnDTBiT/view?usp=sharing
.
mysqld -u root --skip-grant-tables Doesn't do anything at all, no error messages either.
I disabled firewall as well but still no luck.
I've been looking for a solution for days on end now so any help is much appreciated.
EDIT: to clarify I cannot access the sql shell via the command line, because this also gives me ERROR 2003