Advertisement
Guest User

Untitled

a guest
Mar 18th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.77 KB | None | 0 0
  1. # make install
  2. ===> Installing for mysql57-server-5.7.21_1
  3. ===> Checking if mysql57-server already installed
  4. ===> Registering installation for mysql57-server-5.7.21_1
  5. Installing mysql57-server-5.7.21_1...
  6. ===> Creating groups.
  7. Using existing group 'mysql'.
  8. ===> Creating users
  9. Using existing user 'mysql'.
  10. *****************************************************************************
  11.  
  12. Remember to run mysql_upgrade the first time you start the MySQL server
  13. after an upgrade from an earlier version.
  14.  
  15. Initial password for first time use of MySQL is saved in $HOME/.mysql_secret
  16. ie. when you want to use "mysql -u root -p" first you should see password
  17. in /root/.mysql_secret
  18.  
  19. MySQL57 has a default %%ETCDIR%%/my.cnf,
  20. remember to replace it wit your own
  21. or set `mysql_optfile="$YOUR_CNF_FILE` in rc.conf.
  22.  
  23. *****************************************************************************
  24.  
  25. ===> SECURITY REPORT:
  26. This port has installed the following files which may act as network
  27. servers and may therefore pose a remote security risk to the system.
  28. /usr/local/lib/mysql/plugin/mysqlx.so
  29. /usr/local/lib/mysql/plugin/group_replication.so
  30. /usr/local/libexec/mysqld
  31.  
  32. This port has installed the following startup scripts which may cause
  33. these network services to be started at boot time.
  34. /usr/local/etc/rc.d/mysql-server
  35.  
  36. If there are vulnerabilities in these programs there may be a security
  37. risk to the system. FreeBSD makes no guarantee about the security of
  38. ports included in the Ports Collection. Please type 'make deinstall'
  39. to deinstall the port if this is a concern.
  40.  
  41. For more information, and contact details about the security
  42. status of this software, see the following webpage:
  43. http://www.mysql.com/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement