How to run mysql_upgrade when using xampp?

6,898

You can do this if you follow this steps:

  1. Go to the xampp directory: cd /opt/lampp/

  2. Go to the bin directory: cd bin

  3. Execute the script: ./mysql_upgrade

Share:
6,898

Related videos on Youtube

Lynob
Author by

Lynob

Updated on September 18, 2022

Comments

  • Lynob
    Lynob over 1 year

    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.