Explore >> Select a destination


You are here

hyperborea.org
| | callihandata.com
3.0 parsecs away

Travel
| | The MySQL keyring plugin is a built-in plugin that can be used for encrypting data at rest and protecting sensitive information. Let's step through an example demonstrating what's visible in a file before and after encrypting data with the keyring plugin. Open for Business Using the sakila sample MySQL database, let's focus on the actor...
| | www.linuxforfreshers.com
2.7 parsecs away

Travel
| | How to dump the database with triggers and procedures? MySQL Dump/Restore Stored Procedures and Triggers?
| | endot.org
3.0 parsecs away

Travel
| | For a while now, I've been backing up the few WordPress blogs that I run for various people with a very simple script that followed this algorithm: Copy files to a temporary directory. Dump the MySQL data into a file in that directory. Tarball it up. Scp that file to another server that I run. At the time, I did this because it was the simplest thing that could possibly work.
| | managing.blue
23.0 parsecs away

Travel
| This is not something you won't find elsewhere on the web, but it is my take on making Caddy and WordPress play nice. Assuming an Ubuntu 22.04 VM, we follow the site instructions to install Caddy. Next, we install PHP-FPM (the FastCGI server for PHP) and other required libraries sudo apt install php8.1-fpm php-pear php-bcmath...