Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: Encoding issue from DBI to string

by graff (Chancellor)
on Jan 04, 2013 at 01:08 UTC ( [id://1011538]=note: print w/replies, xml ) Need Help??


in reply to Encoding issue from DBI to string

If you haven't tried this yet, see what happens if you change the first arg in your DBI->connect() call from this:
"DBI:mysql:$db_name1:$db_host1:$db_port1"
to this :
"DBI:mysql:$db_name1:$db_host1:$db_port1;mysql_enable_utf8=1"

Replies are listed 'Best First'.
Re^2: Encoding issue from DBI to string
by Anonymous Monk on Jan 04, 2013 at 14:44 UTC
    Gave it a shot, but still no luck. :-\

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1011538]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (4)
As of 2024-04-24 21:19 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found