Advertisement
Guest User

linuxstuff

a guest
Jun 19th, 2019
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. IPV6 Disabling:
  2. https://www.thegeekdiary.com/centos-rhel-7-how-to-disable-ipv6/
  3. Mysql password validation removal:
  4. https://tecadmin.net/remove-mysql-validate-password-plugin/
  5. uninstall plugin validate_password;
  6. #
  7. Mysql 5.7 REPO centos 7
  8. https://dinfratechsource.com/2018/11/10/how-to-install-latest-mysql-5-7-21-on-rhel-centos-7/
  9. #PHP-mysql Lib
  10. https://centos.pkgs.org/7/centos-x86_64/php-mysqlnd-5.4.16-46.el7.x86_64.rpm.html
  11. #Perl driver mysql:
  12. yum install perl-DBD-mysql
  13. mysql_secure_installation
  14.  
  15. perl -MCPAN -e 'install Digest::SHA'
  16. yum install "perl(DBD::mysql)"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement