Access denied for user: (from perl script)
Hi, I have a problem accessing MySQL database. I have a database changes_db and when I access it with mysql -h jon -u join -p changes_db, I have no problems. But if I use Perl script to access same database I get: DBI->connect(database=changes;host=jon;port=) failed: Access denied for user: 'join
Re: How to convert non latin characters?
No ð is not Japanese letter. It is Iclandic letter with ISO 8859-1 0xf0 or 240. Jon Ingason "andy"