Assuming 'yourpassword' is required, the following 2 results were found.
should be same. grant create, select, insert, update, delete, lock tables on wikidb.* to wiki@localhost identified by 'YourPassword' ; MediaWiki Upgrade copy all the new files to wiki folder and then run php update.php from maintenance folder after...
pre 4.1.1 passwords and the hashing algorithm: SET session old_passwords = 0; SET PASSWORD for 'youruser' = PASSWORD('yourpassword'); Method #2 (useless fix - unlikely to change anything): Another solution has been advised that you have to tell MySQL...