upgrade mysql

  1. K

    After upgrade Mysql password not working

    We are getting error “Error establishing a database connection” after up gradation to MySQL 5.6.5 or newer version; the reason is new hashing method. Mysql older version used a hashing method to store password but newer version does not support hash method. You have to delete your current user...
  2. K

    Error: YOU SHOULD UPGRADE TO MYSQL 5.5.0 OR LATER

    If you are getting error “YOU SHOULD UPGRADE TO MYSQL 5.5.0 OR LATER” in phpmyadmin then you can follow steps to resolve this issue. First check and go to below path to locate common.inc.php file. Windows server - C:\inetpub\wwwroot\phpMyAdmin\libraries\common.inc.php Linux server -...
Top