From Bugzilla Helper: User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de-AT; rv:1.7.3) Gecko/20040910 Description of problem: When i Qt app try to connect to a MySQL 4.x Server I get the error that I have a old client. Version-Release number of selected component (if applicable): qt-MySQL-3.3.3-0.1 How reproducible: Always Steps to Reproduce: Take a Qt app and try to connect to a MySQL 4.x server Actual Results: Get a error over a old client. Expected Results: working app Additional info: The problem comes for that the MySQL 4.xx Server stores the password of the users in another format that a 3.xx server it do.
We did not ship mysql-4.x in FC2! The mysql plugin in qt has linked against the old mysql-3.x. So it does not work if the format is not compatible! If you want mysql-4.x, you should rebuild it yourself please.