I installed test server for LinkSQL 3.0.0 on Win XP SP2 with ActivePerl 5.8.6.811, mySQL 4.1.11 & IIS 5.1 running...
hmmm... LinkSQL unable to connect to mySQL... after some researching... looks like linksql does not support new password hash used by mySQL 4.X version. I unstalled it & reinstall latest 3.X verion of mySQL... worked fine. NO issues
Message: Error: Could not connect to database: Client does not support authentication protocol requested by server; consider upgrading MySQL client
Is this an issue with Unix system also?
btw... when I backup LinkSQL from production & tried to restore to local LinkSQL... issues came along... some fields were not their with original 3.X cause some plugins in production created new fields... I tried creating... no luck... I think LinkSQL need to create new fields as needed when restoring... that way it corrects the problem...
anyway... after hrs of researching on the net found a MS DOS command...
backup database using myphpAdmin... creating .sql file...
coping locally & running command to restore it... worked like charm
here is the command for starter if needed...
mysql -udbuser -p < dump.sql
dbuser is a username most likely "root" & dump.sql is a name of backup file.
hmmm... LinkSQL unable to connect to mySQL... after some researching... looks like linksql does not support new password hash used by mySQL 4.X version. I unstalled it & reinstall latest 3.X verion of mySQL... worked fine. NO issues
Message: Error: Could not connect to database: Client does not support authentication protocol requested by server; consider upgrading MySQL client
Is this an issue with Unix system also?
btw... when I backup LinkSQL from production & tried to restore to local LinkSQL... issues came along... some fields were not their with original 3.X cause some plugins in production created new fields... I tried creating... no luck... I think LinkSQL need to create new fields as needed when restoring... that way it corrects the problem...
anyway... after hrs of researching on the net found a MS DOS command...
backup database using myphpAdmin... creating .sql file...
coping locally & running command to restore it... worked like charm
here is the command for starter if needed...
mysql -udbuser -p < dump.sql
dbuser is a username most likely "root" & dump.sql is a name of backup file.


IIS + MySQL 4.XX + LinkSQL issue