i want to install two mysql in my server,
one is from rpm 3.23.36 ,one is from source compile,
mysql1 use rpm to install,(latin1)
mysql2 use gcc compile:
after install mysql1,install perl DBI,DBD-mysql
./configure --prefix=/usr/local/mysql2 --with-charset=gbk --with-unix-socket-path=/usr/local/mysql2/tmp/mysql.sock
in telnet mode,the mysql2 is good
compile apache1.3.19,mod_perl,php
use php or mod_perl to visit mysql2, the error is:
Can't initialize character set 28 (path: default)
but use normal cgi way to visit mysql2,it is good .
you can try it to see the error:
http://www.cnscud.com/test/1.php
my info:
apache 1.3.19
mod_perl1.25
mysql 3.23.36
dbi 1.15
dbd-mysql 1.2216
apache dbi 0.88