Wondering if anyone knows the proper steps for doing an upgrade of MySQL and PHP for use with the new UBBT 7.01?
I have UBBT 6.5.1.1 MySQL 3.23.58 and PHP 4.4.1
I updated MySQL to 5.0.27 but now I get errors on UBBT 6.5.1.1
Quote:
Warning: mysql_connect(): Client does not support authentication protocol requested by server; consider upgrading MySQL client
Quote:
Warning: table_wrapper(c:/data/www/sitename/html/ubbthreads/templates//tbopen.tmpl): failed to open stream: No such file or directory in c:\data\www\sitename\html\ubbthreads\ubbt.inc.php on line 1419
What is the appropriate way to upgrade to the latest versions of MySQL and PHP in order to use with UBBT 7.01 on Windows Server 2003 and then run the import scripts to bring over my older posts.
Express Hosting
"We are the official hosting company of UBB.threads. Ask us about our free migration services to migrate your UBB.threads installation."
#168054 - 11/10/0607:01 PMRe: MySQL and PHP upgrade steps
[Re: ntdoc]
Registered: 06/05/06
Posts: 14994
Loc: Portland, OR; USA
Simply put, the way that MySQL stores user passwords changed in version 4.0; you have a couple of choices: 1. Reset your password, all is well. 2. Set MySQL to run passwords how it used to; its again fairly easy and an edit in the my.cnf, although I'm not sure of the exact steps, just google it for a full answer.
As for the PHP error, I'm not entirely sure off hand, but I'm guessing its due to the double // before tbopen.tmpl
The config.inc.php file has the password already. I dropped my user and recreated and gave a password with Grant in MySQL and gave all permissions to the local database after upgrading to 5.027
Registered: 06/05/06
Posts: 14994
Loc: Portland, OR; USA
Your config.inc.php doesn't need updating unless you change what it is, the password in MySQL has to be updated as they changed the format of how passwords are stored in MySQL4.