Egor Egorov wrote:
> > Why do I still get all these character sets and how to get rid of them ?
> If you want to have only latin1 configure MySQL with --with-charset=latin1
option,
> additional character sets you can define with --with-extra-charsets
option.
This was the first what I did. And the result is the same:
./configure --prefix=/usr \
--with-mysqld-user=mysql \
--with-unix-socket-path=/var/run/mysql/mysql.sock \
--localstatedir=/var/lib/mysql \
--enable-assembler \
--without-debug \
--enable-thread-safe-client \
--without-bench \
--with-charset=latin1 \
--program-prefix="" \
--program-suffix="" \
--without-innodb \
--without-isam \
--disable-shared \
--with-client-ldflags=-all-static \
--with-mysqld-ldflags=-all-static \
pentium4-slackware-linux
SHOW VARIABLES:
| character_set | latin1
| character_sets | latin1 dec8 dos german1 hp8 koi8_ru latin2 swe7 usa7
cp1251
danish hebrew win1251 estonia hungarian koi8_ukr win1251ukr greek win1250
croat cp1257 latin5
--
./ premax
./ [EMAIL PROTECTED]
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]