Installing Mariadb Server on Ubutun 22.04
Installing Mariadb Server on Ubutun 22.04
-
Downlaod the packages in
/var/cache/apt/archivessudo apt-get install --download-only openjdk-11-jdk
sudo apt-get install --download-only mariadb-serverNote: Use
sudo apt-get cleanwill erase downloaded archive files. -
Install packages.
sudo apt install /var/cache/apt/archives/*.deb
-
Improve MySQL installation security
sudo mysql_secure_installation
All articles on this blog are licensed under CC BY-NC-SA 4.0 unless otherwise stated.

