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
structure compare change "Ñ" for "ña"
Re: structure compare change "Ñ" for "ña"
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.
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"
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
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.
Re: structure compare change "Ñ" for "ña"
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"
ok, solved.
Thank you, very muchk.
Thank you, very muchk.