Advertisement
Guest User

mysql community 5.6.14 and percona xtrabackup from repos

a guest
Nov 16th, 2013
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 6.74 KB | None | 0 0
  1. [percona@localhost ~]$ sudo yum install mysql-community-server
  2. Loaded plugins: fastestmirror
  3. Loading mirror speeds from cached hostfile
  4.  * base: centos.mirror.xtratelecom.es
  5.  * epel: mirrors.ircam.fr
  6.  * extras: centos.mirror.xtratelecom.es
  7.  * updates: centos.mirror.xtratelecom.es
  8. Setting up Install Process
  9. Resolving Dependencies
  10. --> Running transaction check
  11. ---> Package mysql-community-server.x86_64 0:5.6.14-3.el6 will be installed
  12. --> Processing Dependency: mysql-community-common(x86-64) = 5.6.14-3.el6 for package: mysql-community-server-5.6.14-3.el6.x86_64
  13. --> Processing Dependency: mysql-community-client(x86-64) = 5.6.14-3.el6 for package: mysql-community-server-5.6.14-3.el6.x86_64
  14. --> Running transaction check
  15. ---> Package mysql-community-client.x86_64 0:5.6.14-3.el6 will be installed
  16. --> Processing Dependency: mysql-community-libs(x86-64) = 5.6.14-3.el6 for package: mysql-community-client-5.6.14-3.el6.x86_64
  17. ---> Package mysql-community-common.x86_64 0:5.6.14-3.el6 will be installed
  18. --> Running transaction check
  19. ---> Package mysql-community-libs.x86_64 0:5.6.14-3.el6 will be installed
  20. --> Finished Dependency Resolution
  21.  
  22. Dependencies Resolved
  23.  
  24. ================================================================================
  25.  Package                   Arch      Version           Repository          Size
  26. ================================================================================
  27. Installing:
  28.  mysql-community-server    x86_64    5.6.14-3.el6      mysql-community     51 M
  29. Installing for dependencies:
  30.  mysql-community-client    x86_64    5.6.14-3.el6      mysql-community     18 M
  31.  mysql-community-common    x86_64    5.6.14-3.el6      mysql-community    296 k
  32.  mysql-community-libs      x86_64    5.6.14-3.el6      mysql-community    1.8 M
  33.  
  34. Transaction Summary
  35. ================================================================================
  36. Install       4 Package(s)
  37.  
  38. Total download size: 71 M
  39. Installed size: 321 M
  40. Is this ok [y/N]: y
  41. Downloading Packages:
  42. (1/4): mysql-community-client-5.6.14-3.el6.x86_64.rpm                                                    |  18 MB     00:23    
  43. (2/4): mysql-community-common-5.6.14-3.el6.x86_64.rpm                                                    | 296 kB     00:00    
  44. (3/4): mysql-community-libs-5.6.14-3.el6.x86_6 (25%)  9% [===                   (3/4): mysql-community-libs-5.6.14-3.el6.x86_6 (25%) 18% [======-               (3/4): mysql-community-libs-5.6.14-3.el6.x86_64.rpm                                                      | 1.8 MB     00:03    
  45. (4/4): mysql-community-server-5.6.14-3.el6.x86 (82%) 75% [======================(4/4): mysql-community-server-5.6.14-3.el6.x86_64.rpm                                                    |  51 MB     01:37    
  46. --------------------------------------------------------------------------------------------------------------------------------
  47. Total                                                                                           587 kB/s |  71 MB     02:04    
  48. warning: rpmts_HdrFromFdno: V3 DSA/SHA1 Signature, key ID 5072e1f5: NOKEY
  49. Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mysql
  50. Importing GPG key 0x5072E1F5:
  51.  Userid : MySQL Release Engineering <mysql-build@oss.oracle.com>
  52.  Package: mysql-community-release-el6-3.noarch (installed)
  53.  From   : /etc/pki/rpm-gpg/RPM-GPG-KEY-mysql
  54. Is this ok [y/N]: y
  55. Running rpm_check_debug
  56. Running Transaction Test
  57. Transaction Test Succeeded
  58. Running Transaction
  59. Warning: RPMDB altered outside of yum.
  60.   Installing : mysql-community-common-5.6.14-3.el6.x86_64                                                                   1/4
  61.   Installing : mysql-community-libs-5.6.14-3.el6.x86_64                                                                     2/4
  62.   Installing : mysql-community-client-5.6.14-3.el6.x86_64                                                                   3/4
  63.   Installing : mysql-community-server-5.6.14-3.el6.x86_64                                                                   4/4
  64.   Verifying  : mysql-community-server-5.6.14-3.el6.x86_64                                                                   1/4
  65.   Verifying  : mysql-community-common-5.6.14-3.el6.x86_64                                                                   2/4
  66.   Verifying  : mysql-community-libs-5.6.14-3.el6.x86_64                                                                     3/4
  67.   Verifying  : mysql-community-client-5.6.14-3.el6.x86_64                                                                   4/4
  68.  
  69. Installed:
  70.   mysql-community-server.x86_64 0:5.6.14-3.el6                                                                                  
  71.  
  72. Dependency Installed:
  73.   mysql-community-client.x86_64 0:5.6.14-3.el6                   mysql-community-common.x86_64 0:5.6.14-3.el6                  
  74.   mysql-community-libs.x86_64 0:5.6.14-3.el6                    
  75.  
  76. Complete!
  77. [percona@localhost ~]$ sudo yum install percona-xtrabackup
  78. Loaded plugins: fastestmirror
  79. Loading mirror speeds from cached hostfile
  80.  * base: sunsite.rediris.es
  81.  * epel: mirror.ibcp.fr
  82.  * extras: sunsite.rediris.es
  83.  * updates: sunsite.rediris.es
  84. Setting up Install Process
  85. Resolving Dependencies
  86. --> Running transaction check
  87. ---> Package percona-xtrabackup.x86_64 0:2.1.5-680.rhel6 will be installed
  88. --> Finished Dependency Resolution
  89.  
  90. Dependencies Resolved
  91.  
  92. ================================================================================================================================
  93.  Package                             Arch                    Version                             Repository                Size
  94. ================================================================================================================================
  95. Installing:
  96.  percona-xtrabackup                  x86_64                  2.1.5-680.rhel6                     percona                  6.8 M
  97.  
  98. Transaction Summary
  99. ================================================================================================================================
  100. Install       1 Package(s)
  101.  
  102. Total download size: 6.8 M
  103. Installed size: 24 M
  104. Is this ok [y/N]: y
  105. Downloading Packages:
  106. percona-xtrabackup-2.1.5-680.rhel6.x86_64.rpm                                                            | 6.8 MB     00:09    
  107. Running rpm_check_debug
  108. Running Transaction Test
  109. Transaction Test Succeeded
  110. Running Transaction
  111.   Installing : percona-xtrabackup-2.1.5-680.rhel6.x86_64                                                                    1/1
  112.   Verifying  : percona-xtrabackup-2.1.5-680.rhel6.x86_64                                                                    1/1
  113.  
  114. Installed:
  115.   percona-xtrabackup.x86_64 0:2.1.5-680.rhel6                                                                                  
  116.  
  117. Complete!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement