In this tutorial we will setup and configure a LEMP stack, which enables us to serve dynamic content with PHP, retrieved from a MySQL database.
MySQL
A collection of 6 posts
Access Remote MySQL with a SSH Tunnel
This is a quick post on how to access your remote MySQL server, which only allow MySQL connections from our bastion host and we would like to access that MySQL via the Bastion Server with a SSH Tunnel from our
Use Docker Secrets with MySQL on Docker Swarm
Today we will use Docker Secrets, more specifically store our MySQL Passwords in Secrets, which will be passed to our containers, so that we don't use clear text passwords in our Compose files. #carbonads { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
Authenticate to your AWS RDS MySQL Instance via IAM
On Amazon Web Services with RDS for MySQL or Aurora with MySQL compatibility, you can authenticate to your Database instance or cluster using IAM for database authentication. The benefit of using this authentication method is that you don't need to
Create a Docker Persistent MySQL Service backed by NFS
Docker Containers are stateless, if you want a persistent service like MySQL I always recommend having your database services outside the swarm, but if you need to look at Persistent Storage, there's a lot, including GlusterFS and NFS. #carbonads { font-family:
Getting Started with MySQL
Getting started with MySQL This will cover the basic usage of using MySQL. If you should be interested in setting up MySQL, please refer to MySQL Documentation #carbonads { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica,
Subscribe to Sysadmins
Subscribe today and get access to a private newsletter and new content every week!