Geavanceerd zoeken

6 zoekresultaten

  • CentOS
    Upgrade MariaDB 5.5 to MariaDB 10.0 on CentOS 7
    [root@backup02 ~]# mysql -u root -p Enter password: Welcome to the MariaDB monitor.  Commands end with ; or \g. Your ...
  • Ubuntu
    Install Homer Dashboard
    # update and install software repositoriessudo apt update && apt upgrade -yapt install vim ncdu mlocate net-tools -y#install prerequisitessudo apt ...
  • Ubuntu
    Install phpIPAM on Linux [Open source IP Address Management System]
    Link naar de youtube video Install phpIPAM on Linux [Open source IP Address Management System] - YouTube -------------------------------------------------------------------- Installation --------------------------------------------------------------------      ...
  • CentOS
    MYSQL / MARIADB commandos
    [Inloggen in Mariadb] mysql -u root -p CREATE USER 'username'@'localhost' IDENTIFIED BY 'password'; GRANT ALL PRIVILEGES ON *.* TO 'username'@'localhost' WITH GRANT ...
  • Ubuntu
    Install LAMP and PHPMYADMIN on Ubuntu 22.04
    Step 1: Install Apachesudo apt install apache2 -ysudo systemctl status apache2sudo systemctl enable --now apache2http://server-ip Step 2: Install MariaDB database serversudo ...
  • CentOS
    How to reset root and user passwords mariadb
    If you have an existing data directory and wish to reset the root and user passwords, and to create a ...