페도라 리눅스 20환경에서 mysql 실행이안됩니다..

yww24의 이미지

mysql 홈페이지에서 버전에 맞는 rpm을 다운받고 홈페이지에 있는 순서대로 설치했는데 실행이안되네요..

교수님께 여쭤봤더니 mysql외의 필요한 패키지가 설치가 안되어 있어서 그럴수도 있다고하셔서 apm을 설치해봤지만 그래도 실행이안됩니다..

다음은 오류메시지와 로그내용..

mysqld.service - MySQL Community Server
   Loaded: loaded (/usr/lib/systemd/system/mysqld.service; disabled)
   Active: activating (start-post) since 수 2014-12-24 12:11:31 KST; 2min 33s ago
  Process: 10106 ExecStart=/usr/bin/mysqld_safe (code=exited, status=0/SUCCESS)
  Process: 10095 ExecStartPre=/usr/bin/mysql-systemd-start pre (code=exited, status=0/SUCCESS)
 Main PID: 10106 (code=exited, status=0/SUCCESS);         : 10107 (mysql-systemd-s)
   CGroup: /system.slice/mysqld.service
           └─control
             ├─10107 /bin/bash /usr/bin/mysql-systemd-start post
             └─10741 sleep 1
 12월 24 12:11:31 localhost.localdomain systemd[1]: Stopping MySQL Community Server...
 12월 24 12:11:31 localhost.localdomain systemd[1]: Starting MySQL Community Server...
 12월 24 12:11:32 localhost.localdomain mysqld_safe[10106]: 141224 12:11:32 mysqld_safe Logging to '/var/log/mysqld.log'.
 12월 24 12:11:32 localhost.localdomain mysqld_safe[10106]: 141224 12:11:32 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
12월 24 12:11:32 localhost.localdomain mysqld_safe[10106]: 141224 12:11:32 mysqld_safe mysqld from pid file /var/run/mysqld/mysqld.pid ended
 
 service.service
   Loaded: not-found (Reason: No such file or directory)
   Active: inactive (dead)