Files
WMU-CS4430-Project/README.md
Logan McInnis cc6cb5d943 change readme
2019-11-21 15:05:48 -08:00

18 lines
647 B
Markdown

# CS4430 Project
## Best Guide So Far
[https://www.sitepoint.com/php-amp-mysql-1-installation/]
[https://www.sitepoint.com/getting-started-mysql/]
[https://www.sitepoint.com/mysql-3-getting-started-php/]
[https://www.sitepoint.com/publishing-mysql-data-web/]
#### Notes
- Can use `ps waux | grep nginx` to check if the NGINX service is running
- MySQL's documentation sucks.
- Will be using `mysql_secure_installation --use-default`, for now as I can't find what the defaults actually are.
- [https://dev.mysql.com/doc/refman/5.7/en/mysql-secure-installation.html]
- Use `nginx -s reload` to reload the web server's configurations
##hello