Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
maria_install [2019/03/15 15:51] – created andonovj | maria_install [2019/10/18 20:04] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 157: | Line 157: | ||
</ | </ | ||
+ | |||
+ | ===Start/ | ||
+ | Starting and stopping MariaDB is done via the MySQL service as follows: | ||
+ | |||
+ | |||
+ | <sxh bash> | ||
+ | [root@****************** yum.repos.d]# | ||
+ | Starting MariaDB.190315 16:52:54 mysqld_safe Logging to '/ | ||
+ | 190315 16:52:54 mysqld_safe Starting mysqld daemon with databases from / | ||
+ | | ||
+ | </ | ||
+ | |||
+ | 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]# | ||
+ | Welcome to the MariaDB monitor. | ||
+ | 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 ' | ||
+ | |||
+ | MariaDB [(none)]> | ||
+ | </ |