Heim >Datenbank >MySQL-Tutorial >So installieren Sie MySQL unter Linux mit yum
[root@localhost ~]#yum list installed mysql*[root@localhost ~]#rpm –qa|grep mysql*
[root@localhost ~]#yum list mysql*
[root@localhost ~]yum install mysql
[root@localhost ~]#yum install mysql-server[root@localhost ~]#yum install mysql-devel
Das obige ist der detaillierte Inhalt vonSo installieren Sie MySQL unter Linux mit yum. Für weitere Informationen folgen Sie bitte anderen verwandten Artikeln auf der PHP chinesischen Website!