Mailing List
Home
Forum Home
MySQL General - General MySQL discussion
MaxDB - Everything about MaxDB, formerly known as SAP DB
MySQL++ - Programming with the C++ API to MySQL
MySQL on Win32 - Runing MySQL on Windows 9x/Me/NT/2000/XP
ODBC - ODBC with the MySQL Connector/ODBC driver
Java Help - Mostly related to the MySQL Connector/J driver
Perl - Perl support for MySQL with DBI and DBD::mysql
GUI - MySQL GUI Tools
Announcement
Subjects
mysql openssl Question
mysql:it 's a db not a dbms how it 's possible?!
Does the binary log enabling affect the MySQL performances?
Strange behavior, Table Level Permission
FULLTEXT query format question
Preventing Duplicate Entries
Comparing and writing out BLOBS
Executing MySQL Commands From Within C Program
Can 't access mysql after kernel upgrade
Mysql 4 0 Oracle Stored Procedure Trigger Conversion
Downgrade Mysql from 4 to 3 23
MySQL Cluster Software
mysql test 4 1 fails with the gis test
ERROR 2002: Can 't connect to local MySQL server through socket
Getting Identity after INSERT
Update one field with more fields from another table
ERROR 1045: Access denied for user: 'root@localhost ' (Using
password: NO)
mysql have same function mthod as Oracle decode()
 
after upgrade from mysql 4.1.5 to 4.1.8 polish fonts dissapear

after upgrade from mysql 4.1.5 to 4.1.8 polish fonts dissapear

2004-12-29       - By Slawomir Orlowski

 Back
Hello everybody,

I used to have mysql-4 (See http://sql-4.ora-code.com).1.5 (gamma version) on Linux RH7.2.
I compiled it from source with gcc 2.96-98:
shell> ./configure --with-charset=latin2
next I compiled and installed DBI-1 (See http://DBI-1.ora-code.com).43 and DBD-mysql-2 (See http://sql-2.ora-code.com).9004,

I have perl 5.8.5
in my perl cgi script I have:
print "Content-type: text/html; charset=iso-8859 (See http://iso-8859.ora-code.com)-2\n\n";

Everything was working I coud see polish fonts on my web pages and could
save through html FORM-s to the mysql database.
Everything worked just fine.
But because mysql crased one day I decided to upgrade to
mysql-standard-4 (See http://ard-4.ora-code.com).1.8 (binnary distribution) (I had to recompile and install
(DBI-1 (See http://DBI-1.ora-code.com).46 and DBD-mysql-2 (See http://sql-2.ora-code.com).9004) too.
Unfortunately polish fonts disappear,

After I have set up latin2 charset:
mysql> show variables like "char%";
character_set_client = latin2;
character_set_connection = latin2;
character_set_database = latin2;
character_set_results = latin2;
character_set_server = latin2;
character_set_system = utf8;
I could see in mysql (Select * from tablename) polish fonts, but they are
not visible in my perl cgi web pages.

I do not know what to do, do I have to recompile mysql from source with
shell> ./configure --with-charset=latin2
to have them working again?
Or there is one more setting I'm missing ?

Please help anybody. I believe it must be mysql configuration problem
because I using the some perl version5.8.5 only DBI was upgraded to DBI-1 (See http://DBI-1.ora-code.com).46
from DBI-1 (See http://DBI-1.ora-code.com).43 nothing else was changed.

Best regards
Slawomir Orlowski




--
MySQL Perl Mailing List
For list archives: http://lists.mysql.com/perl
To unsubscribe:    http://lists.mysql.com/perl?unsub=mysql@(protected)