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;

Dec. 31, 2007 // 22:52 | Комментарии (1)