Lynob Asked: 2019-09-07 12:34:19 +0800 CST2019-09-07 12:34:19 +0800 CST 2019-09-07 12:34:19 +0800 CST How to run mysql_upgrade when using xampp? 772 Ubuntu 16.04 64 bit, unity, latest version of xampp. How to run mysql_upgrade -u root -p I tried running it in home directory and /opt/lampp/bin and /opt/lampp/, nothing worked. mysql xampp 16.04 mariadb bitnami 1 Answers Voted Best Answer Inma 2019-10-30T02:44:57+08:002019-10-30T02:44:57+08:00 You can do this if you follow this steps: Go to the xampp directory: cd /opt/lampp/ Go to the bin directory: cd bin Execute the script: ./mysql_upgrade
You can do this if you follow this steps:
Go to the xampp directory: cd /opt/lampp/
Go to the bin directory: cd bin
Execute the script: ./mysql_upgrade