0

after connecting phpmyadmin with eclipse, error help me

WARNING: The web application [AuthShop] registered the JDBC driver [com.mysql.jdbc.Driver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered. thg 3 15, 2022 9:11:44 CH org.apache.catalina.loader.WebappClassLoaderBase clearReferencesThreads WARNING: The web application [AuthShop] appears to have started a thread named [Abandoned connection cleanup thread] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread: java.base@17.0.2/java.lang.Object.wait(Native Method) java.base@17.0.2/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:155) com.mysql.jdbc.AbandonedConnectionCleanupThread.run(AbandonedConnectionCleanupThread.java:64) java.base@17.0.2/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) java.base@17.0.2/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) java.base@17.0.2/java.lang.Thread.run(Thread.java:833)

  • You aren't connecting to PHPMyAdmin, but to MySQL. PHPMyAdmin is a web frontend to query a MySQL database, it is not involved in connections between Java and MySQL. – Mark Rotteveel Mar 15 '22 at 14:23

0 Answers0