Versions Compared

Key

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

...

#Login to MariaDB monitor
sudo mysql -u root -p

#In MariaDB console
create database OneWifiMesh;
use OneWifiMesh;
show tables;                        ==> should show no tables

        • Reset database and check tables are created

...