Advertisement
Guest User

Untitled

a guest
Jan 17th, 2015
310
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.78 KB | None | 0 0
  1. Remember to run mysql_upgrade (with the optional --datadir=<dbdir> flag)
  2. the first time you start the MySQL server after an upgrade from an
  3. earlier version.
  4.  
  5. MariaDB respects hier(7) and doesn't check /etc and /etc/mysql for
  6. my.cnf. Please move existing my.cnf files from those paths to
  7. /usr/local/etc and /usr/local/etc/mysql.
  8.  
  9. This port does NOT include the mytop perl script, this is included in
  10. the MariaDB tarball but the most recent version can be found in the
  11. databases/mytop port
  12.  
  13. ************************************************************************
  14. root@PYDIO:/ # sysrc nginx_enable="YES" php_fpm_enable="YES" mysql_enable="YES"
  15. nginx_enable: -> YES
  16. php_fpm_enable: -> YES
  17. mysql_enable: -> YES
  18. root@PYDIO:/ # cp /usr/local/etc/php.ini-production /usr/local/etc/php.ini
  19. root@PYDIO:/ # ln -s /usr/local/share/certs/ca-root-nss.crt /etc/ssl/cert.pem
  20. root@PYDIO:/ # Show /usr/local/etc/nginx/nginx.conf
  21. Show: Command not found.
  22. root@PYDIO:/ #
  23. root@PYDIO:/ #
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement