I am unable to set thread_cache_size via the mysql tool.
Should I be able to?
Am I doing something wrong?

Ver: 3.23.51




mysql> set option thread_cache_size=4M;
ERROR 1064: You have an error in your SQL syntax near
'thread_cache_size=4M' at line 1
mysql> set thread_cache_size=4M;
ERROR 1064: You have an error in your SQL syntax near
'thread_cache_size=4M' at line 1
mysql> status;
--------------
mysql  Ver 11.18 Distrib 3.23.51, for portbld-freebsd4.6 (i386)





-Michael

"It is only by action in the present that we can change what otherwise will come to 
pass."  -Shota


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to