Category: MySQL
-
Isolate websites on FreeBSD with Nginx, PHP-FPM, Acme.sh, MySQL
Last updated on January 15, 2025. This article is for building a web server that isolates multiple websites to reduce threat exposure. Web applications are commonly vulnerable to compromise if they are not kept up-to-date. The goal is to limit lateral movement in and exploit incident, keeping other websites and systems on that server unaffected.…
-
Kelly’s MySQL quick tutorial
A very simple tutorial for getting going with MySQL 8 quickly. You don’t need tools like MySQLAdmin for basic tasks like creating and deleting databases, adding users and adjusting permissions. This can easily be done from the command line. Basic tasks Log into mysql: Create a database: Create a user and grant privileges: Then reload…