Category Archives: MySQL

MySQL – My Structured Query Language

A to Z PHP and MySQL Tutorial

PHP MySQL Connect to a Database Create a Connection to a MySQL Database Before you can access data in a database, you must create a connection to the database. In PHP, this is done with the mysql_connect() function. Syntax mysql_connect(servername,username,password); Parameter Description servername Optional. Specifies the server to connect to. Default value is “localhost:3306” username […]

All MySQL White Papers

MySQL Query Analyzer: Overview The MySQL Query Analyzer helps developers and DBAs improve application performance by monitoring query performance and accurately pinpointing SQL code that is causing a slow down. This paper explores common use cases and challenges faced by MySQL developers and DBAs in tuning SQL code. It also introduces the MySQL Query Analyzer […]

MySQL 5.5 Reference Manual

Copyright © 1997, 2010, Oracle and/or its affiliates. All rights reserved. This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, […]

The Main Features of MySQL

This section describes some of the important characteristics of the MySQL Database Software. See also Section 1.4, “MySQL Development History”. In most respects, the roadmap applies to all versions of MySQL. For information about features as they are introduced into MySQL on a series-specific basis, see the “In a Nutshell” section of the appropriate Manual: MySQL […]

MySQL

Developer(s) Oracle Corporation Initial release May 23, 1995 (1995-05-23) Stable release 5.1.45 (March 17, 2010; 6 days ago (2010-03-17)) [+/−] Preview release 5.5.2 (February 14, 2010; 37 days ago (2010-02-14)) [+/−] Written in C, C++ Operating system Cross-platform Available in English Type RDBMS License GNU General Public License (version 2, with linking exception) or proprietary EULA Website www.mysql.com […]