You are displaying your strings in hexadecimal format.
Sergio Barbosa Villas-Boas wrote:
>Hi, all
>
>I need help on this.
>I'm testing mysql.
>I did a very simple table and I'm writing a C++ application to read data
>from it.
>The connection/authentication/query part of the application seems to work
>fine.
>However, the text data I'm getting from the database seems encrypted by some
>simple algorithm.
>If I see the data from mysql console, I get it right.
>But if I read from my application and place it to the console, I get it
>"encrypted",
>like shown below.
>
>(in mysql) => (read from application)
>"Rio" => "53722e"
>"Rio2" => "53722e32"
>"Rio3" => "53722e33"
>
>I suspect that there's some kind of command that if placed at mysql console
>should
>solve the problem.
>
>Any help will be appreciated (to me or to this list).
>
>---------------------------------------------------------
> +------+ Sergio Barbosa Villas-Boas
>/------/| villas@stripped
>| sbVB |/ http://www.del.ufrj.br/~villas
>+------+ ICQ: 15360729
>
>
>
>
>
>
>---------------------------------------------------------------------
>Before posting, please check:
> http://www.mysql.com/manual.php (the manual)
> http://lists.mysql.com/ (the list archive)
>
>To request this thread, e-mail <mysql-thread117651@stripped>
>To unsubscribe, e-mail
> <mysql-unsubscribe-gerald_clark=suppliersystems.com@stripped>
>Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php
>
>
| Thread |
|---|
| • encrypted data ? | Sergio Barbosa Villas-Boas | 20 Aug |
| • Re: encrypted data ? | Gerald Clark | 20 Aug |