MariaDB

From Han Wiki
Revision as of 18:53, 22 April 2018 by Mhan (talk | contribs) (iwu)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
  • Last tested on CentOS 7 (2018/4/22)
  1. Install required packages
    $ sudo yum -y install mariadb-server mariadb
    
  2. Enable and start service
    $ sudo systemctl start mariadb
    $ sudo systemctl enable mariadb
    
  3. Update root password
    $ mysqladmin --user=root password "password172634"