08-24-2021 07:40 PM
I tried to create a mysql account using localhost. I get the following error, can you please help.
Failed to validate account: Failed to retrieve a database connection. Cause: Communications link failure The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. (Reason: Communications link failure The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.; Resolution: Address the reported issue.)
hostname :localhost
port number : 3306
db name : employees
user name :root
pw :XXXXXX
jdbc driver class :com.mysql.jdbc.Driver
added mysql-connector-java-8.0.26.jar as jar file.
Please let me know if I miss anything.
Thanks
Sangeetha
08-24-2021 11:04 PM
@Sangeethak As your DB hosted on your local, did you install groundplex as well on your local?
08-25-2021 12:59 PM
Thanks for the input. I havent installed it yet.