Re: help with mysql

2006-08-22 Thread Fabrice Pipart
Hi !You can also addcharacter-set-server=utf8to your my.cnfor change the content of /usr/local/mysql/support-files/mysql.serverto something like thiscase "$mode" in  'start')    # Start daemon    if test -x $bindir/mysqld_safe    then      # Give extra arguments to mysqld with the my.cnf file. This

Re: help with mysql

2006-08-21 Thread Gennady Kushnir
You should insert into the beginning of your dump file the statement pointing its encoding:SET NAMES utf8; Regards,Gennady Kushnir On 19.08.2006, at 16:05, Gino Pacitti wrote:Hi allI have a database with 5 different languages used for products in different tables.I did a mysql dump and loaded that

Re: help with mysql

2006-08-20 Thread Yann Bizeul
Hi, I guess this is more a subject for mysql mailing lists, since completely WO unrelated :-) And I'm not sure cross-posting is allowed on different mailing lists at once Anyways, did you take a look at MySql documentations ? I'm pretty sure there are a couple of keywords when defining d

help with mysql

2006-08-19 Thread Gino Pacitti
Hi all I have a database with 5 different languages used for products in different tables. I did a mysql dump and loaded that into a new database on new machine - all the foreign charaters are weird now... how can I get a correct set of characters? Gino _