maria_install

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
maria_install [2019/03/15 15:51] – created andonovjmaria_install [2019/10/18 20:04] (current) – external edit 127.0.0.1
Line 157: Line 157:
 </sxh> </sxh>
  
 +
 +===Start/Stop MariaDB===
 +Starting and stopping MariaDB is done via the MySQL service as follows:
 +
 +
 +<sxh bash>
 +[root@****************** yum.repos.d]# service mysql start
 +Starting MariaDB.190315 16:52:54 mysqld_safe Logging to '/var/lib/mysql/ag-se-tlcasdb2.net.tain.com.err'.
 +190315 16:52:54 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
 + SUCCESS!
 +</sxh>
 +
 +This command, will start you the Maria DB (or won't if you have problems :) ).
 +After that connection to the DB is done easily:
 +
 +<sxh bash>
 +[root@ag-se-tlcasdb2 yum.repos.d]# mysql -uroot
 +Welcome to the MariaDB monitor.  Commands end with ; or \g.
 +Your MariaDB connection id is 9
 +Server version: 10.3.13-MariaDB MariaDB Server
 +
 +Copyright (c) 2000, 2018, Oracle, MariaDB Corporation Ab and others.
 +
 +Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
 +
 +MariaDB [(none)]>
 +</sxh>
  • maria_install.1552665100.txt.gz
  • Last modified: 2019/10/18 20:04
  • (external edit)