At 16:04 +0200 3/7/03, Tonu Samuel wrote:
>On Thu, 2003-03-06 at 17:52, tommy liu wrote:
>
>> anyways, yes I did run
>> # ./configure --with-vio --with-openssl --prefix=/usr/local/mysql
>> and also tried the max version
>>
>> I also ran mysql_fix_privilege_tables.sh (one along 3.23.46 source)because
>> we have MySQL 3.23.46 but I don't think it did anything because the tables
>> did not change before and after running the script.
>>
>> am I missing something ?
>
>Hard to say. I do not remember all details from this development. I
>suspect, something was missing in 3.23.x series at all. Can you try
>latest 4.0.x-Max ? It is highly possible that 3.23 does not contain
>working SSL code and it was switched off from somewhere.
Indeed, SSL does not work properly until about 4.0.3 or 4.0.4.
>
>I am running 4.0.10 on pretty high volume server with complicated
>configuration and had no problems.
>
>mysql> show status;
>+--------------------------+------------+
>| Variable_name | Value |
>+--------------------------+------------+
>...
>| Questions | 225583189 |
>...
>| Uptime | 2289866 |
>+--------------------------+------------+
>
>
>I believe 4.0 will work for you.
>
> Tõnu