Detected 1 occurrence(s) of ‘create user .* identified by’: pd on service httpd restart /usr/bin/mysqlbuq 2. yum remove mysql rm -rf /var/lib/mysql yum install mysql-server /sbin/chkconfig --levels 235 mysqld on service mysqld start mysql_secure_installation mysql -u root -p CREATE DATABASE gpanel; CREATE USER 'gpanel'@localhost IDENTIFIED BY 'gpanel1'; GRANT ALL PRIVILEGES ON gpanel.* TO 'gpanel'@localhost; ---------------------------------------------------- [...]
↧