1 Answer
mysql_upgrade works Well for the Following Problem
Go to the mysql bin Folder & Run the Following command in terminal
#mysql_upgrade -u root -p --force
After restarting Mysql Db connection Issue will be Resolved.
Your Answer
x