Today i guide the way install mariadb on armbian with orangepi server 🙂
The firts we update the os, Update packages on armbian by command line:
$ sudo apt-get update
$ sudo apt-get upgrade
MySQL/MariaDB installation process
$ sudo apt-get install mariadb-server
Serveral munites mariadb was install complete.
Next step we config setting for DB
Setting MySQL/MariaDB root password:
$ sudo mysql_secure_installation
Mình lập blog này với mục đích lưu lại + chia sẻ các các kiến thức mình đã biết hoặc đang tìm hiểu. Cơ bản giúp ích cho mình 🙂 Nhưng hy vọng sẽ mang lại sự khởi đầu thuận lợi cho người mới bắt đầu!