Have built database successfully using workbench - now I want to query it.
Downloaded server and set it up as a Windows service - it's running.
Tried to create a connection but it is not finding my database. A database called "TEST" comes up but not mine:
- used 127.0.0.1 and 3306
- also tried localhost and 3306
- also tried localhost and 8080
Get "unknown database" (my database schema name) when I enter the default DB and test connection. Have used the following for (my database schema name)
- the schema name as defined for the database on the workbench
- .mwb file name
What am I doing wrong? Thanks.
Downloaded server and set it up as a Windows service - it's running.
Tried to create a connection but it is not finding my database. A database called "TEST" comes up but not mine:
- used 127.0.0.1 and 3306
- also tried localhost and 3306
- also tried localhost and 8080
Get "unknown database" (my database schema name) when I enter the default DB and test connection. Have used the following for (my database schema name)
- the schema name as defined for the database on the workbench
- .mwb file name
What am I doing wrong? Thanks.