(Martin LaMonica) The so-called LAMP stack of open-source software–which includes the Linux operating system, Apache Web server, MySQL database and scripting languages PHP, Perl or Python–is pushing its way into mainstream corporate computing.
Tag: Open Source
MySQL, your SQL
(Mike Hillyer) No release date has yet been officially announced for the production-ready MySQL 5, but MySQL expert Mike Hillyer has the inside scoop on its new features. In this tip, Hillyer answers users’ questions about MySQL 5 and upgrading to MySQL from Oracle and Microsoft. (R)
Move Over MySQL, SQLite is here!!
(Pradeep Kishore Gowda) The author discusses some of the features that have led to the popularity of SQLite and explains with examples how the PHP+SQLite combination works.
Inside MySQL 5.0
Do you want to know all about the new features of MySQL 5.0? Do you want to develop new database applications that use MySQL Stored Procedures, Triggers, Views, and Information Schema? Do you want to upgrade existing applications to MySQL 5.0? If you answered “yes” to any of these questi
MySQL connector for Microsoft Enterprise Library (January 2005 version)
(Benjamin Mayrargue) This code adds support for MySQL database access to the Data Access Application Block of the Microsoft Enterprise Library.
Creating Dynamic Website Content With PHP – MySQL
(Don Beavers) If your web site hosting company provides free access to PHP and MySQL, this article will show you how to combine those two open source tools and replace a portion of your websites’ static content with frequently changing dynamic content.
The EnterpriseDB pitch: Pay $0 For Oracle
(John Sequeira) I spoke with Andy Astor, CEO of EnterpriseDB, and got more details on their market strategy for encouraging enterprise adoption of their commercial PostgreSQL bundle.
MySQL 5.0 Architecture Director Preps for FCS
(Vance McCarthy) In this interview, Aker shares his views with OET on what early adopters are saying about MySQL 5.0, his thoughts on the impact MySQL 5.0’s stored procedures and triggers will have on the enterprise, and how the new upgrade might affect ISVs, as well as long-time end user DBAs and d
MySQL For Beginners – How To Create A MySQL Database
(Don Beavers) The best way to create and manage a MySQL database is to download an open source (free) program called PhpMyAdmin. PHPMyAdmin allows you to manage all aspects of both your database structure and data from one easy to use interface. This tool is intended to handle the administration of
SQL Constraints With PostgreSQL
(Bruce Momjian) POSTGRESQL is an object-relational database under active development on the Internet. You can learn more by visiting http://www.postgresql.org. Constraints keep user data constrained, thereby helping to prevent invalid data from being entered into the database. Defining a data type