mysql
-
What is the default root pasword for MySQL 5.7
First of all, let's install MySQL-community-server 5.7 on fresh CentOS 6. ————— On RHEL/CentOS 6 ————— # wget http://dev.mysql.com/get/mysql57-community-release-el6-7.noarch.rpm # yum localinstall mysql57-community-release-el6-7.noarch.rpm # yum…
-
Change and Update WordPress URLS in Database
After migrating a WordPress site to a new URL either to a live production or a testing development server, the new URL strings in the mysql database…
-
Passwordless command line scripts with MySQL 5.6
I have several command line scripts to MySQL databases for zabbix statistic. These scripts set the password on the command line using the -p option. With…
-
How to monitor sql queries with zabbix
If you want to monitor some parameters in mysql database, you can do it with ODBC monitoring in Zabbix. ODBC monitoring corresponds to the Database…
-
How to automatically start mysql on Centos 7
When I tried to make auto start for mysql on Centos 7 I just received such message: