bstinson / centos / t_functional

Forked from centos/t_functional 3 years ago
Clone

Blame tests/p_mysql/0-install_mysqld.sh

Karanbir Singh 0b5bb2
#!/bin/bash
Karanbir Singh 0b5bb2
# Author: Athmane Madjoudj <athmanem@gmail.com>
Karanbir Singh 0b5bb2
Christoph Galuschka 81d9c8
t_Log "Running $0 - installing and starting mysql server."
Christoph Galuschka 81d9c8
Karanbir Singh 0b5bb2
# MySQL
Christoph Galuschka 2e0023
t_InstallPackage mysql-server nc
336e65
t_ServiceControl mysqld start >/dev/null 2>&1