My web hosting company uses MySQL version 5.0.67 but in the corresponding MySQL variable they state it with a suffix inode like "5.0.67inode". Consequently the version comparison fails. Since they don't want to change this, can I update the db_version check to remove this suffix? Where can I find the corresponding script? Any other suggestions?
During the install some months back I hardcoding the version into one of the scripts which worked, but this is not the solution for the upgrade, The version compare seems to take place more often.
thank you for help and suggestions!
Oliver