Knowledgebase
Articles
- Database connections from ASP fail with 'Client does not support authentication protocol requested by server'.
- My CGI/ASP/PHP script is giving an error when trying to write to a file.
- My CGI/Perl scripts are failing with error 500 (Internal Server Error)
- This applies to Linux hosting accounts only. Sun ONE ASP does not support the default authentication method used by MySQL 5. Instead it is necessary to make MySQL use the 'old-style' authentication. To do that, first log in to MySQL via phpMyAdmin or another MySQL administration program and then use the 'old_password' function to change the authentication style by running the SQL query: set password = old_password('password');
- Why does my script produce a 'file permissions error'?
- Why is my scheduled task (CRON job) not running?