Artur K. Shakirov system administrator

Mysql: ограничение по числу коннектов в час.

[root@srv ~]# mysql -uroot -p
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 4014
Server version: 5.0.45-log MySQL Community Edition (GPL)

Type 'help;' or '\h' for help. Type '\c' to clear the buffer.

mysql> use mysql
Database changed
mysql> UPDATE user SET max_questions=28800;

Слова: Linux, MySQL
Dec. 31, 2007 // 22:52 [ permalink ]

Комментарии Отключены

avmm

Ну и не забываем сделать flush privileges; чтобы изменения вступили в действие.

29.02.2008 // 14:39 [ ссылка ]