inception/srcs/requirements/mariadb/tools/sqlStart.sh
2022-10-09 09:06:31 +02:00

13 lines
169 B
Bash

#!/bin/bash
service mysql start
if [ ! -d /var/lib/mysql/wordpress ]
then
echo "----sql config----"
mysql < db.sh
#mysql -u root < pwd.sh
fi
service mysql stop
mysqld