Versions Compared

Key

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

...

  1. Setup mysql in BPI controller (One time process)
    Panel
    borderColorblack
    borderStyledashed
    titleSetup

    → Input command mysql in prompt, enter into mariadb console
    → CREATE USER 'bananapi'@'localhost' IDENTIFIED BY 'root';
    → ALTER USER 'bananapi'@'localhost' IDENTIFIED BY 'root';
    → GRANT ALL PRIVILEGES ON *.* TO 'bananapi'@'localhost' IDENTIFIED BY 'root';
    → FLUSH PRIVILEGES;
    → SELECT User, Host, plugin FROM mysql.user;

    Ref: code
    Gallery
    columns2
    titleSetup


  2. asas

  3. asas
  4. asas
  5. asas


References

...