/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

codeinthehole.com
| | ntdln.com
2.5 parsecs away

Travel
| | Here's another DreamHost tip, this time for using mysqldump to export a MySQL database. You could always use phpMyAdmin to export a database, but there are times when the mysqldump command is eithe...
| | bobby-tables.com
5.7 parsecs away

Travel
| |
| | endot.org
5.4 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.
| | www.beekeeperstudio.io
16.5 parsecs away

Travel
| When working with SQLite databases, encountering a "database is locked" error can be a frustrating roadblock. This tutorial explains why this error occurs and provides practical solutions to resolve it, complete with code examples and their expected outputs.