Versions Compared

Key

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

Image RemovedImage Added

MySQL tutorial:

https://www.tutorialspoint.com/mysql/index.htm

Image Added

1- log into the mysql database

...

mysql -u root -psecret radius


mysql> show database;

Image Added


mysql> use radius;
Database changed


mysql> show tables;

Image Added

mysql> desc userinfo;

...