Follow the below steps to upgrade MySQL Server to a newer version.
- First take the backup of all databases in the present MySQL Server.
- Remove the MySQL Server Installed in the server.
- Download the new RPM/Binary Packages from http://www.mysql.com/downloads
- Install the packages in the Server.
- Give the permissions to the server i.e., /var/lib/mysql folder.
- Run mysql_upgrade
- Now Restore the databases on the server.
- Now check the server whether all the database tables have been on the server.
No comments:
Post a Comment