Category: MySQL

  • Isolate websites on FreeBSD with Nginx, PHP-FPM, Acme.sh, MySQL

    Last updated on January 15, 2024. This article seeks to isolate multiple websites on a single server to minimize threat exposure. Web applications are commonly vulnerable to compromise if they are not kept up-to-date. We want to limit lateral movement so in the event of an exploit, other websites and systems on the server are…

  • 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…