log-bin option question

2003-12-07 Thread Brian Leung
hi, i enable option log-bin in my mysql db server so that i can use the log to recover the transaction which did not backup. But, except for the binary log file hostname-bin, i found another file hostname-bin.index. What is the function of it? Thanks Brian

Mysql 4.0 and ssl

2003-01-15 Thread Brian Leung
hi all, i know some GUI mysql client software can support SSL. Then, i try to install mysql 4.0 with |--with-vio --with-openssl| options. i haven't install the openssl 0.9.6 again as i found my redhat 7.3 box already has the /usr/include/openssl and /usr/lib/libssl.a. After i followed the docs in

Re: Mysql 4.0 and ssl

2003-01-15 Thread Brian Leung
:45:40 InnoDB: Shutdown completed 030116 14:45:40 /usr/local/mysql-4.0.9-gamma/libexec/mysqld: Shutdown Complete Although i set the variables according the above error log, the daemon seems crash too. Brian Leung Brian Leung wrote: hi all, i know some GUI mysql client software can support