Advertisement
Guest User

Untitled

a guest
Jan 14th, 2016
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.26 KB | None | 0 0
  1. MariaDB 10.x YUM install...
  2. yum -q -y --disableplugin=fastestmirror,downloadonly --disablerepo=epel,rpmforge install MariaDB-client MariaDB-common MariaDB-compat MariaDB-devel MariaDB-server MariaDB-shared
  3. *************************************************
  4.  
  5. Loaded plugins: priorities
  6. No plugin match for: downloadonly
  7. Resolving Dependencies
  8. --> Running transaction check
  9. ---> Package MariaDB-client.x86_64 0:10.0.23-1.el7.centos will be installed
  10. ---> Package MariaDB-common.x86_64 0:10.0.23-1.el7.centos will be installed
  11. ---> Package MariaDB-compat.x86_64 0:10.0.23-1.el7.centos will be installed
  12. ---> Package MariaDB-devel.x86_64 0:10.0.23-1.el7.centos will be installed
  13. ---> Package MariaDB-server.x86_64 0:10.0.23-1.el7.centos will be installed
  14. ---> Package MariaDB-shared.x86_64 0:10.0.23-1.el7.centos will be installed
  15. --> Finished Dependency Resolution
  16. Error: Rpmdb checksum is invalid: pkg checksums: mariadb-libs-1:5.5.44-2.el7.centos.x86_64
  17.  
  18. real 0m3.682s
  19. user 0m3.462s
  20. sys 0m0.148s
  21. cp: cannot stat ‘/etc/my.cnf’: No such file or directory
  22. sed: can't read /etc/my.cnf: No such file or directory
  23. sed: can't read /etc/my.cnf: No such file or directory
  24. sed: can't read /etc/my.cnf: No such file or directory
  25. sed: can't read /etc/my.cnf: No such file or directory
  26.  
  27. systemctl restart mysql.service
  28. Failed to restart mysql.service: Unit mysql.service failed to load: No such file or directory.
  29. ------------------------------------------------
  30. Installing MariaDB 10 plugins
  31. ------------------------------------------------
  32. mysql -e "INSTALL SONAME 'metadata_lock_info';"
  33. inc/mariadb_install.inc: line 229: mysql: command not found
  34. mysql -e "INSTALL SONAME 'query_cache_info';"
  35. inc/mariadb_install.inc: line 231: mysql: command not found
  36. mysql -e "INSTALL SONAME 'query_response_time';"
  37. inc/mariadb_install.inc: line 233: mysql: command not found
  38. mysql -t -e "SELECT * FROM mysql.plugin;"
  39. inc/mariadb_install.inc: line 240: mysql: command not found
  40. mysql -t -e "SHOW PLUGINS;"
  41. inc/mariadb_install.inc: line 242: mysql: command not found
  42. mysql -t -e "SHOW ENGINES;"
  43. inc/mariadb_install.inc: line 244: mysql: command not found
  44.  
  45. Package perl-DBD-MySQL-4.023-5.el7.x86_64 already installed and latest version
  46. y
  47.  
  48. Copying MariaDB my-mdb10-min.cnf file to /etc/my.cnf
  49.  
  50. exclude line exists... adding exclude line for mysql*
  51. *************************************************
  52. * Starting MariaDB Secure Installation
  53. *************************************************
  54. inc/mariadb_install.inc: line 523: mysql_upgrade: command not found
  55. systemctl restart mysql.service
  56. Failed to restart mysql.service: Unit mysql.service failed to load: No such file or directory.
  57. systemctl stop mysql.service
  58. Failed to stop mysql.service: Unit mysql.service not loaded.
  59. gzip: /var/lib/mysql/ib_logfile0: No such file or directory
  60. gzip: /var/lib/mysql/ib_logfile1: No such file or directory
  61. systemctl start mysql.service
  62. Failed to start mysql.service: Unit mysql.service failed to load: No such file or directory.
  63. *************************************************
  64. * MariaDB installed
  65. *************************************************
  66. systemctl stop mysql.service
  67. Failed to stop mysql.service: Unit mysql.service not loaded.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement