How to detect leak connections to database in Java ? Of course, one can use particular monitoring tools like Zabbix, but there is one more...
нотатки на полях
How to detect leak connections to database in Java ? Of course, one can use particular monitoring tools like Zabbix, but there is one more...
Recently I have got such error: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: SELECT command denied to user 'someuser'...
First of all use root login and password to run mysql: mysql -u root -p Create database: CREATE DATABASE dbname; Set it as acti...