How to Do Everything with PHP and MySQL
TweetBy Michael RossThis book review was published by Slashdot, 2005-06-30.When it comes to creating a dynamic website with data store capabilities, the site developer can choose from many...
View ArticleThe Definitive Guide to MySQL 5, 3rd Edition
TweetBy Michael RossThis book review was published by this site, 2006-08-01.Even though MySQL is the most popular open source database system in the world, it is not always easy for MySQL...
View ArticleMySQL Cookbook, 2nd Edition
TweetBy Michael RossThis book review was published by Slashdot, 2007-03-02.Of all the technical challenges faced by the typical experienced computer programmer, questions about syntax form a relatively...
View ArticleMySQL Pocket Reference
TweetBy Michael RossThis book review was published by Slashdot, 2007-04-09.MySQL database administrators and developers have several options for MySQL reference sources, though naturally none of them...
View ArticleMySQL Stored Procedure Programming
TweetBy Michael RossThis book review was published by Slashdot, 2007-04-18.MySQL may be the most popular open source relational database management system (RDBMS) in the world, but during the first...
View ArticleMySQL Cards and Charts
TweetBy Michael RossThis book review was published by Slashdot, 2007-05-09.Database programmers using MySQL frequently have a need to verify the name or parameter list of a MySQL function, or to check...
View ArticleInstalling MySQL on Windows
TweetBy Michael RossThis article was published by DeveloperTutorials.com, 2008-02-28, as a feature tutorial.As websites and Web-based applications become more important to commercial firms and other...
View ArticleWeb Database Access from Desktop Applications
TweetBy Michael RossThis article was published by DeveloperTutorials.com, 2008-05-06, as a feature tutorial.There may be growing interest in moving computer applications from the desktop to the Web....
View ArticleMySQL for Local Databases
TweetBy Michael RossThis article was published by ComputorEdge, issue #2842, 2010-10-15, as a feature article, in both their PDF edition (on pages 9-25) and their website.Word processor documents,...
View ArticleMySQL 5.1 Plugin Development
TweetBy Michael RossThis book review was published by Slashdot, 2010-11-01.If you were to ask some database developers to cite their favorite strategies for expanding the functionality of the...
View ArticleMySQL 5.x Installation on Windows
TweetBy Michael RossA website intended to do anything beyond serving as an online brochure, is going to need some way of storing data that could change at any time: blog posts, staff login credentials,...
View ArticleApache, PHP, and MySQL Setup on Windows
TweetBy Michael RossFor building websites, the most popular major technologies consist of the Apache web server, the MySQL database management system, and the PHP web scripting language — a trio...
View Article