I am attempting to connect MySQL server to MySQL Workbench but receive the following error:
I believe I have my server running, when I run 'mysqld --console' in 'C:\Program Files\MySQL\MySQL Server 8.0\bin', I receive the following output:
The last line seems to indicate that it is listening on the correct port... but I am also not unconvinced that my server is even starting properly. Shouldn't I be able to access MySQL from the terminal one the server starts?