$ wget http://repo.mysql.com/mysql57-community-release-el7-7.noarch.rpm
$ rpm -ivh mysql57-community-release-el7-7.noarch.rpm
[root@cluster1 ~]# rpm -ivh mysql57-community-release-el7-7.noarch.rpm warning: mysql57-community-release-el7-7.noarch.rpm: Header V3 DSA/SHA1 Signature, key ID 5072e1f5: NOKEY Preparing… ########################################### [100%] 1:mysql57-community-relea########################################### [100%]
$ yum install mysql-server
So far, mysql57 has been successfully installed. Now try to log on to use the root mysql, an error ERROR 1045 (28000): Access denied […]
Recent Comments