can not connect database server in mysql?

KVK

enter image description here

I changed max_connection value is 1 / hour in mysql server.than I close the mySql workbench and I again try to open.It shows the above error what can I do can any one tell how to fix this.

Thanks in advance

KVK

my problem is solved using following way

Actually what i did wrong is i set max_connection_per_hour=1 in my workbench settings.

that's why i can't open the connection for some period of time .now i solved using terminal with the use of following command

$ mysql -u root -p

then i just enter the password for root user than i use the following command

mysql>$ grant usage on . to 'root'@'localhost' with max_connections_per_hour 0;

after than i can open my connection with out any problem.

i tried this command many times but after one hour only it works for me before that it gives me an error

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

can not connect database server in mysql?

From Dev

PHP - Can't connect to a remote MySQL database

From Dev

Can't connect to MySQL database using MySQLConnection

From Dev

Can't connect to MySQL database - PHP

From Dev

Can`t connect MySQL database in phpMyAdmin by python

From Dev

Error: Can't connect to MySQL database

From Dev

Can't connect to Database-MySQL

From Dev

Java can't connect to mysql database

From Dev

MySQL workbench - Can't connect to a specific database

From Dev

Can't connect to Database-MySQL

From Dev

Can not connect to database sonarqube with mysql in docker

From Dev

Can't connect to MySQL server on 'domain' (111)

From Dev

Can't startup and connect to MySQL server

From Dev

Can't connect to MySQL server on 'localhost' (111)

From Dev

Can't connect to Remote MySQL Server (10061)

From Dev

Can't connect to MySQL server on 'domain' (111)

From Dev

MySQL Can't Connect to External Server

From Dev

Can't connect to Mysql server with Laravel 5.2

From Dev

JDBC - can't connect remotely to MySQL Server

From Dev

Can't connect to local MySQL server

From Dev

Can't connect to Mysql server with Laravel 5

From Dev

Can't connect to SQL Server database server on port 1433

From Dev

can AWS Lambda connect to RDS mySQL database and update the database?

From Dev

Elastic Beanstalk Application Can't Connect to Database but Server Can

From Dev

Failed to connect to a remote MySQL database via an Ubuntu server

From Dev

How to connect to a remote MySQL from an Azure SQL server/database

From Dev

How do I Connect to My Database Server Using MySQL Workbench?

From Dev

How to connect to MYSQL database on server via Terminal on Macbook?

From Dev

Can't start MySQL server (database corruption)

Related Related

  1. 1

    can not connect database server in mysql?

  2. 2

    PHP - Can't connect to a remote MySQL database

  3. 3

    Can't connect to MySQL database using MySQLConnection

  4. 4

    Can't connect to MySQL database - PHP

  5. 5

    Can`t connect MySQL database in phpMyAdmin by python

  6. 6

    Error: Can't connect to MySQL database

  7. 7

    Can't connect to Database-MySQL

  8. 8

    Java can't connect to mysql database

  9. 9

    MySQL workbench - Can't connect to a specific database

  10. 10

    Can't connect to Database-MySQL

  11. 11

    Can not connect to database sonarqube with mysql in docker

  12. 12

    Can't connect to MySQL server on 'domain' (111)

  13. 13

    Can't startup and connect to MySQL server

  14. 14

    Can't connect to MySQL server on 'localhost' (111)

  15. 15

    Can't connect to Remote MySQL Server (10061)

  16. 16

    Can't connect to MySQL server on 'domain' (111)

  17. 17

    MySQL Can't Connect to External Server

  18. 18

    Can't connect to Mysql server with Laravel 5.2

  19. 19

    JDBC - can't connect remotely to MySQL Server

  20. 20

    Can't connect to local MySQL server

  21. 21

    Can't connect to Mysql server with Laravel 5

  22. 22

    Can't connect to SQL Server database server on port 1433

  23. 23

    can AWS Lambda connect to RDS mySQL database and update the database?

  24. 24

    Elastic Beanstalk Application Can't Connect to Database but Server Can

  25. 25

    Failed to connect to a remote MySQL database via an Ubuntu server

  26. 26

    How to connect to a remote MySQL from an Azure SQL server/database

  27. 27

    How do I Connect to My Database Server Using MySQL Workbench?

  28. 28

    How to connect to MYSQL database on server via Terminal on Macbook?

  29. 29

    Can't start MySQL server (database corruption)

HotTag

Archive