Trouble configuring mysql-nt as a service with --skip-.* switches

2005-08-21 Thread Maxim Vexler
C:\mysql\bin>mysqld-nt.exe --skip-bdb --skip-isam --install MySQL --defaults-file=%windir%\my.ini 050821 12:50:39 mysqld-nt.exe: unknown option '--isam' What am I doing wrong ? -- Cheers, Maxim Vexler (hq4ever). Do u GNU ? -- MySQL General Mailing List For list archives: http:/

Can I use the information from "SHOW STATUS" in a SELECT statment ?

2005-08-16 Thread Maxim Vexler
Hello to everyone on [EMAIL PROTECTED], In 2 words, what I wish to do is something like : mysql> SELECT @@Qcache_queries_in_cache / @@Qcache_hits; Is it possible ? Thank you. -- Cheers, Maxim Vexler (hq4ever). Do u GNU ? -- MySQL General Mailing List For list archives: h

A little help with mysql's "Query Cache" configuration

2005-08-14 Thread Maxim Vexler
--+-+ | Variable_name | Value | +---+-+ | query_cache_limit | 5242880 | | query_cache_size | 3145728 | | query_cache_type | ON | +---+-+ 3 rows in set (0.00 sec) Thank you. -- Cheers, Maxim Vexler (hq4ever).

Implication and usage of character sets for i18n data (?)

2005-08-06 Thread Maxim Vexler
s it comes into effect for me, as an application developer relaying on mysql (or similar database software) for the storage of my data? Thank you very much, Maxim Vexler. -- Cheers, Maxim Vexler (hq4ever). Do u GNU ?