Database Error Setup in Macbook Localhost
Hi all,
I have been trying to installing Joget in my Macbook by following the steps as below, accessible at Installation on Mac OSX
Notably, at step 5, since there is no tomcat8.sh file in the folder, only tomcat.sh is available, I thus run the ./tomcat.sh start command in the terminal and it seems like the server is running since I am able to proceed to the next steps, which is to setting up the database.
However, at the step, I encounter error as shown below. I have tried changing the host from localhost to 127.0.0.1 for testing but still face same errors.
Cannot create PoolableConnectionFactory (Could not connect to address=(host=localhost)(port=3306)(type=master) : Protocol exchange error. Expect login success or RSA login request message)
Any ideas on how to fix this?
Thanks!

