- Adding PDO_MYSQL to Mac OS X Leopard Server
- There’s “a feature request with engineering to include pdo_mysql” in Mac OS X Server. Fortunately, adding it is only moderately complex.
- MySQL for other applications
- I’ve just uploaded a MySQL tutorial that focuses on using MySQL in programs such as Dreamweaver. It goes over importing data, viewing data, and updating data.
- MySQL for Other Applications
- The basics of working with MySQL for users of other applications such as Dreamweaver, PHP, Perl, or Python.
- Upgrading a server to Mac OS X 10.6 Snow Leopard
- I recently upgraded a Leopard Xserve to Snow Leopard; the installation went very well, but there are a few glitches—some of which will erase your data. Backup, backup, backup!
More Information
- Sequel Pro
- “MySQL database management app for Mac OS X.” This is the easiest-to-use MySQL front-end I’ve seen. It includes features both for browsing your databases and limited features for managing the server.
- What is new in PHP 5.3 - part 3: mysqlnd
- “The overview of the advantages of mysqlnd over libmysql: high integration with the Zend Engine, faster execution, lower memory footprint, performance statistics for bottle-neck analysis, easier compilation, own development life cycle, usage of PHP stream API, client side query cache and a lot of possibility for future features.”