You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

wget http://repo.mysql.com//mysql57-community-release-el7-7.noarch.rpm
rpm -ihv mysql57-community-release-el7-7.noarch.rpm
yum install mysql-server
#service mysqld start
systemctl start  mysqld.service
tail -f -n 200 /var/log/mysqld.log | grep pass
# 2016-10-19T10:54:07.860478Z 1 [Note] A temporary password is generated for root@localhost: zTLvkmi5ja+<
mysql -u root -p
 
  • No labels