All public logs

Combined display of all available logs of Linux Infrastructure Advisory. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 05:45, 20 December 2024 Adminforsysengwiki talk contribs created page Mysql Commands (Created page with "=Installation= *Installation on ubuntu server through terminal : <code> sudo apt install mariadb-server </code> : <code> sudo mysql_secure_installation </code> : <code> sudo systemctl status mariadb </code> *Start or stop mariadb server services : <code> sudo systemctl stop mariadb </code> : <code> sudo systemctl start mariadb </code> =Database Management= *Create database: param **Using defaults :: <code> MariaDB [(none)]> CREATE DATABASE param; </code> :*Using specif...")