📜  mysql.proc 的列数错误.预期 21,发现 20.使用 MariaDB 100108 创建,现在运行 100419.请使用 mysql_upgrade 修复此错误 xampp - Html 代码示例

📅  最后修改于: 2022-03-11 14:53:20.540000             🧑  作者: Mango

代码示例2
These are the steps you need to follow(linux/xampp)
1) go to terminal and type /opt/lampp/bin/mysql -u root -p
2) after that enter the mysql user password if it worked well 
then type exit (if it doesn't have password hit enter without
typing anything)
3)after that type cd /opt/lampp/bin and now type
       sudo ./mysql_upgrade -u root -p 
, enter your password and tadam , here is your mysql upgraded