There are 4 articles tagged as "mysql"

Connecting to MySQL 8

on March 24, 2018. in Software, Development. A 1 minute read.

I’ve used recently PHPDocker.io to generate a set of Docker files for a pet project and it had the option to use MySQL 8 and of course I went with that. The problem was when I wanted to connect to the database that was on this MySQL 8 server.

Continue reading Connecting to MySQL 8...

Backup script for mysql

on November 05, 2010. in Development. A 1 minute read.

This post is more of a reminder for myself. Anywayz, a little bash script that backups a database, gzipit and deletes all backups older than 3 days.

Continue reading Backup script for mysql...

Ubuntu as a dev machine

on October 15, 2008. in Development, Software. A 2 minute read.

This post is more of a note to myself, ‘cause I keep forgetting all these Linux commands, and spend hours setting up stuff right…

Continue reading Ubuntu as a dev machine...

Last night I came across on a post on TechFounder, about using Zend_Db_Profiler and a good example with real data on optimizing MySQL queries. For “geeks” who SQL speak fluently this will probably be no new stuff, but for great number of web developers (me included!) this will probably come in handy.