Enabling MYSQL_CLIENT_INTERACTIVE with Doctrine 2 on Rackspace Cloud Database
Long-running PHP scripts dropped by the MySQL wait timeout on Rackspace, fixed by subclassing the Doctrine MySQLi connection to pass a flag.
Long-running PHP scripts dropped by the MySQL wait timeout on Rackspace, fixed by subclassing the Doctrine MySQLi connection to pass a flag.
End a MySQL command-line SELECT with backslash-G instead of a semicolon to get readable row-per-column output rather than a mangled table.