Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
c:\xampplite\mysql\bin\mysql.exe -u openaudit -popenauditpassword openaudit < c:\xampplite\open-audit\other\openaudit_mysql.sql

 

If you would like to completely drop the database, before running the above, run the below command then run the above.

 

Linux

mysql -u root -popenauditrootuserpassword -e "drop database openaudit; create database openaudit;"

 

Windows

Code Block
c:\xampplite\mysql\bin\mysql.exe -u root -popenauditrootuserpassword -e "drop database openaudit; create database openaudit;"