Versions Compared

Key

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

...

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

 

Linux

Code Block
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;"