Page 1 of 1

structure compare change "Ñ" for "ña"

Posted: Tue 02 Sep 2014 18:16
by webycam
when I compare and synchronize two databases for command line, the destination field names, change Ñ for "ña"

the two databases are

ENGINE = INNODB
CHARACTER SET utf8
COLLATE utf8_general_ci


How I can fix it?
excuse my english, is google traslator

Than you

Re: structure compare change "Ñ" for "ña"

Posted: Wed 03 Sep 2014 14:41
by alexa
Could you please provide us a screenshot displaying the issue and the *.scomp schema comparison document with your specific settings?

You can send a reply straight to our support system at supportATdevartDOTcom, so we will keep further correspondence with you on this issue via e-mail.

Re: structure compare change "Ñ" for "ña"

Posted: Wed 03 Sep 2014 15:25
by webycam
But with other software looks good

problem not compare.

C:\Program Files\Devart\dbForge Studio for MySQL>dbforgemysql /schemacompare /source host:10.0.0.64 database:QF user:root password:******* charset:utf8 /target host:localhost database:QF user:root password:******* charset:utf8 /sync /log:f:\sync\log.txt

Re: structure compare change "Ñ" for "ña"

Posted: Wed 03 Sep 2014 16:07
by alexa
Please try specifying the UTF8 encoding on the 'Advanced' tab of the 'Database Connection Properties' dialog box (right-click the connection in Database Explorer of dbForge Studio for MySQL and select 'Modify Connection' from the popup menu).

Re: structure compare change "Ñ" for "ña"

Posted: Wed 03 Sep 2014 16:34
by webycam
ok, solved.

Thank you, very muchk.