structure compare change "Ñ" for "ña"

Discussion of open issues, suggestions and bugs regarding database management and administration tools for MySQL
Post Reply
webycam
Posts: 8
Joined: Tue 02 Sep 2014 18:07

structure compare change "Ñ" for "ña"

Post by webycam » Tue 02 Sep 2014 18:16

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

alexa

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

Post by alexa » Wed 03 Sep 2014 14:41

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.

webycam
Posts: 8
Joined: Tue 02 Sep 2014 18:07

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

Post by webycam » Wed 03 Sep 2014 15:25

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
Last edited by webycam on Wed 03 Sep 2014 16:37, edited 1 time in total.

alexa

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

Post by alexa » Wed 03 Sep 2014 16:07

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).

webycam
Posts: 8
Joined: Tue 02 Sep 2014 18:07

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

Post by webycam » Wed 03 Sep 2014 16:34

ok, solved.

Thank you, very muchk.

Post Reply