Hi,
I've set wait_timeout in my.cnf.
In MySQL Administrator, the new value is shown (93600).
In a CLI when logged as root, the new value is also shown.
In MySQL Administrator, when logged as other user, the new value is shown too.
However, in CLI and Query Browser, logged as other user, the old (default 28800) value is shown, see below.
Anyone knows what's going on please?
Thanks,
Ondra
mysql> show variables like 'wait%';
+---------------+-------+
| Variable_name | Value |
+---------------+-------+
| wait_timeout | 28800 |
+---------------+-------+
1 row in set (0.03 sec)
mysql> show variables like 'vers%';
+-------------------------+---------------------------+
| Variable_name | Value |
+-------------------------+---------------------------+
| version | 5.1.51 |
| version_comment | Gentoo Linux mysql-5.1.51 |
| version_compile_machine | x86_64 |
| version_compile_os | pc-linux-gnu |
+-------------------------+---------------------------+
4 rows in set (0.02 sec)
mysql> select user();
+-------------------------------------------+
| user() |
+-------------------------------------------+
| ondra@... |
+-------------------------------------------+
I've set wait_timeout in my.cnf.
In MySQL Administrator, the new value is shown (93600).
In a CLI when logged as root, the new value is also shown.
In MySQL Administrator, when logged as other user, the new value is shown too.
However, in CLI and Query Browser, logged as other user, the old (default 28800) value is shown, see below.
Anyone knows what's going on please?
Thanks,
Ondra
mysql> show variables like 'wait%';
+---------------+-------+
| Variable_name | Value |
+---------------+-------+
| wait_timeout | 28800 |
+---------------+-------+
1 row in set (0.03 sec)
mysql> show variables like 'vers%';
+-------------------------+---------------------------+
| Variable_name | Value |
+-------------------------+---------------------------+
| version | 5.1.51 |
| version_comment | Gentoo Linux mysql-5.1.51 |
| version_compile_machine | x86_64 |
| version_compile_os | pc-linux-gnu |
+-------------------------+---------------------------+
4 rows in set (0.02 sec)
mysql> select user();
+-------------------------------------------+
| user() |
+-------------------------------------------+
| ondra@... |
+-------------------------------------------+