php - Wordpress connection error when update PHP5.4 and having MySQL4.1+ -
i have quite few problems page im helping fix. notice im not experienced in wordpress. right im trying use php5.4 globally on wordpress have installed. comes error database user , password might wrong. changed password instructed in quite few posts time ago. wont fix problem. right wordpress work php5.2 , mysql4.1+ if thats got problem. cant update mysql cause of server wordpress in. read problem having php5.4 , mysql5.1 there compatibility issues hashing of password. can point me in right direction. need upgrade php 5.4 cause need install plugin needs it.
when read error .log, pops up:
[01-jul-2015 16:47:56 utc] php warning: mysql_connect(): mysqlnd cannot connect mysql 4.1+ using old insecure authentication. please use administration tool reset password command set password = password('your_existing_password'). store new, , more secure, hash value in mysql.user. if user used in other scripts executed php 5.2 or earlier might need remove old-passwords flag my.cnf file in /home/hfeuchte/public_html/wp-includes/wp-db.php on line 1142 [01-jul-2015 16:48:00 utc] php warning: mysql_connect(): mysqlnd cannot connect mysql 4.1+ using old insecure authentication. please use administration tool reset password command set password = password('your_existing_password'). store new, , more secure, hash value in mysql.user. if user used in other scripts executed php 5.2 or earlier might need remove old-passwords flag my.cnf file in /home/hfeuchte/public_html/wp-includes/wp-db.php on line 1142
as said ive tried changing password, updating it, , creating new user see if password grabs necessary hash php5.4 read. if there else can try, please suggest :p time :d
well of moderator wordpress. changed password via ssh , made sure password saved in format of 41 characters. activated php5.4 , wala worked :p if version of mysql bit higher maybe changing password via sql query or cpanel might have worked. make sure use ssh. me worked.
Comments
Post a Comment