Quote:
Originally Posted by Brandon Sheley
|
Hello Brandon and thank you for your reply.
I've finally resolve my issue following this query on my mysql server:
Quote:
SET old_passwords = 0;
UPDATE mysql.user SET Password = PASSWORD('userpassword') WHERE User = 'username' limit 1;
SELECT LENGTH(Password) FROM mysql.user WHERE User = 'username';
FLUSH PRIVILEGES;
|
bye
--------------- Added [DATE]1364283483[/DATE] at [TIME]1364283483[/TIME] ---------------
hello, i've also found some other issue. Like PHP deprecated language:
Quote:
PHP Deprecated: Assigning the return value of new by reference is deprecated in E:\\\\forums\includes\init.php on line 55
|
i've resolved it replacing where i had this error (in my case):
all '
& new' in '
new'