I would like to use MySQL query browser to perform some queries. For this reason I have installed MySQL workbench. Now I tried to get connected to my glassfish server using this tutorial
In step 1 (specify Host Machine): I have selected Remote Hoste and entered the url I can see in glasfish Server Additional Properties jdbc:mysql://....
In step 2: I enter the username and password I also found in glassfish server additional properties. When I click on next, get the following error:
Could not connect to MySQL server: Unknown MySQL server host jdbc:mysql://...
What did I do wrong?
*emphasized text*I have resolved the Problem by deleting jdbc:mysql:// and writing only the uri without the schema.