15 lines
637 B
Markdown
15 lines
637 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 |