Page 1 of 1

Accent problems after restore database

Posted: Thu 02 Apr 2015 14:30
by vincentg38
Hello,

I use dbForge Studio to backup a MySQL database (on a Linux server).

It create a .sql file, with correct text inside (with french accents).

In this file is a line "SET NAMES 'utf8';".

But after I restore the database with dbForge Studio, the accents in the table are wrong, looking as in ANSI (with @ inside).

Can someone help me ?

Thanks.

Vincent

Re: Accent problems after restore database

Posted: Thu 02 Apr 2015 15:14
by alexa
Please select 'utf8 -> Unicode (UTF-8)' on the 'Advanced' tab of the 'Database Connection Properties' dialog box that can be opened by right-clicking the connection in Database Explorer and selecting 'Modify Connection' from the popup menu.

Re: Accent problems after restore database

Posted: Thu 02 Apr 2015 15:20
by vincentg38
Many many many thanks, Alexa ! (It works perfectly now)

I was turning mad !

Vincent

Re: Accent problems after restore database

Posted: Thu 02 Apr 2015 15:51
by alexa
Please let us know if any questions arise.