I'm just getting started with MySql and need to run simple queries on the local database file. But I keep running into the same error: "Can't connect to MySql server on '127.0.0.1'" So wierd since you would think the machine can connect to itself...
I started with this tutorial, but got stuck at step 15. When I test the connection, it gives me the error.
I don't have the the mysqld process running and when trying to start a server instance (hopefully starting said process) I get the error.
There is no my.cnf or my.ini located in my installation folder. I never specified a database file that should be used as data source, for a connection or server, so maybe that's missing?
I'm probably doing something very stupid wrong, but please help me.
[rage]This is so frustrating! Why can't I simply run an sql query while doing data modeling? MySql is a requirement :([/rage]
Edit: The SQL server is up an running, I can connect to it and get in the SQL development part of Workbench. But I cannot select the database I need to connect to, "use DataBaseName" results in "Unknown database 'DataBaseName'". This includes the database name that was auto-generated and is visible in the database modeling view.
This probably has something to do with my server setup, in the configuration wizard at the part "InnoDB Tablespace Settings" everyting is disabled... Seems I'd be able to select my database file here.