Mathias,
[...]
I changed my.ini (.my.cnf) like this :
[mysqld]
# The TCP/IP Port the MySQL Server will listen on
port=3306
log-bin = "C:/Program Files/MySQL/MySQL Server 4.1/Data/binlog"
#Path to installation directory. All paths are usually resolved relative
to this.
basedir="C:/Program Files/MySQL/MySQL Server 4.1/"
#Path to the database root
datadir="C:/Program Files/MySQL/MySQL Server 4.1/Data/"
# The default character set that will be used when a new schema or table
is
# created and no character set is defined
### default-character-set=latin1
default-character-set=latin2
C:\Program Files\MySQL\MySQL Server 4.1\data>net stop mysql41
Le service MySQL41 s'arrête.
Le service MySQL41 a été arrêté.
C:\Program Files\MySQL\MySQL Server 4.1\data>net start mysql41
Le service MySQL41 démarre.
Le service MySQL41 a démarré.
mysql> show variables like 'character%';
+--------------------------+--------------------------------------------
-------------+
| Variable_name | Value
|
+--------------------------+--------------------------------------------
-------------+
| character_set_client | latin1
|
| character_set_connection | latin1
|
| character_set_database | latin1
|
| character_set_results | latin1
|
| character_set_server | latin2
|
| character_set_system | utf8
|
| character_sets_dir | C:\Program Files\MySQL\MySQL Server
4.1\share\charsets/ |
+--------------------------+--------------------------------------------
-------------+
Thank you, but... erm... you still have all variables set to latin1,
except for character_set_server... I have character_set_server set to
latin2, too, but it does not help.
- Cs.
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]