Advertisement
Guest User

Untitled

a guest
Jan 9th, 2019
317
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 4.56 KB | None | 0 0
  1. [root@localhost ~]# yum install https://repo.percona.com/yum/percona-release-latest.noarch.rpm
  2. Loaded plugins: fastestmirror
  3. percona-release-latest.noarch.rpm                                                                                                                                      |  17 kB  00:00:00    
  4. Examining /var/tmp/yum-root-mZHJXF/percona-release-latest.noarch.rpm: percona-release-1.0-3.noarch
  5. Marking /var/tmp/yum-root-mZHJXF/percona-release-latest.noarch.rpm as an update to percona-release-0.1-4.noarch
  6. Resolving Dependencies
  7. --> Running transaction check
  8. ---> Package percona-release.noarch 0:0.1-4 will be updated
  9. ---> Package percona-release.noarch 0:1.0-3 will be an update
  10. --> Finished Dependency Resolution
  11.  
  12. Dependencies Resolved
  13.  
  14. ==============================================================================================================================================================================================
  15.  Package                                       Arch                                 Version                                Repository                                                    Size
  16. ==============================================================================================================================================================================================
  17. Updating:
  18.  percona-release                               noarch                               1.0-3                                  /percona-release-latest.noarch                                18 k
  19.  
  20. Transaction Summary
  21. ==============================================================================================================================================================================================
  22. Upgrade  1 Package
  23.  
  24. Total size: 18 k
  25. Is this ok [y/d/N]: y
  26. Downloading packages:
  27. Running transaction check
  28. Running transaction test
  29. Transaction test succeeded
  30. Running transaction
  31.   Updating   : percona-release-1.0-3.noarch                                                                                                                                               1/2
  32. * Enabling the Percona Original repository
  33. <*> All done!
  34. The percona-release package now contains a percona-release script that can enable additional repositories for our newer products.
  35.  
  36. For example, to enable the Percona Server 8.0 repository use:
  37.  
  38.   percona-release setup ps80
  39.  
  40. Note: To avoid conflicts with older product versions, the percona-release setup command may disable our original repository for some products.
  41.  
  42. For more information, please visit:
  43.   https://www.percona.com/doc/percona-repo-config/percona-release.html
  44.  
  45.   Cleanup    : percona-release-0.1-4.noarch                                                                                                                                               2/2
  46.   Verifying  : percona-release-1.0-3.noarch                                                                                                                                               1/2
  47.   Verifying  : percona-release-0.1-4.noarch                                                                                                                                               2/2
  48.  
  49. Updated:
  50.   percona-release.noarch 0:1.0-3                                                                                                                                                              
  51.  
  52. Complete!
  53. [root@localhost ~]# ./bitrix-env.sh
  54. ====================================================================
  55. Bitrix Environment for Linux installation script.
  56. Yes will be assumed to answers, and will be defaulted.
  57. 'n' or 'no' will result in a No answer, anything else will be a yes.
  58. This script MUST be run as root or it will fail
  59. ====================================================================
  60. Update system. Please wait.
  61. EPEL repository is already configured on the server.
  62. REMI repository is already configured on the server.
  63. Percona repository is already configured on the server.
  64. Bitrix repository is already configured on the server.
  65. Update system. Please wait.
  66. Install php packages. Please wait.
  67. Install bitrix-env package. Please wait.
  68. Root account created during the MySQL installation procedure.
  69. You can find root password at /root/.my.cnf client config file.
  70. Anonymous users removed from MySQL service
  71. Remote root access to MySQL service disabled
  72. All 'test' DB privileges revoked.
  73. MySQL privileges restarted.
  74. Main configuration of mysql security is complete
  75. Firewall configuration is completed.
  76. Bitrix Environment bitrix-env installation is completed.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement