Category: MySQL
-
Isolate websites using Nginx, PHP-FPM, Acme.sh, MySQL and AIDE on FreeBSD
This article seeks to isolate each website on a server to minimize threat exposure. If one website gets compromised we want to limit lateral movement so that other websites are unaffected and busy servers running dozens or hundreds of website domains can continue to function. Objectives, how, and why We setup php-fpm and nginx to…
-
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…