Geometry.Net - the online learning center
Home  - Computer - Mysql
e99.com Bookstore
  
Images 
Newsgroups
Page 1     1-20 of 145    1  | 2  | 3  | 4  | 5  | 6  | 7  | 8  | Next 20

         Mysql:     more books (100)
  1. MySQL (4th Edition) by Paul DuBois, 2008-09-08
  2. High Performance MySQL: Optimization, Backups, Replication, and More by Baron Schwartz, Peter Zaitsev, et all 2008-06-18
  3. PHP and MySQL Web Development (4th Edition) by Luke Welling, Laura Thomson, 2008-10-11
  4. Learning PHP, MySQL, and JavaScript: A Step-By-Step Guide to Creating Dynamic Websites (Animal Guide) by Robin Nixon, 2009-07-14
  5. PHP 6 and MySQL 5 for Dynamic Web Sites: Visual QuickPro Guide by Larry Ullman, 2007-12-29
  6. MySQL 5.0 Certification Study Guide by Paul DuBois, Stefan Hinz, et all 2005-09-03
  7. MySQL High Availability: Tools for Building Robust Data Centers by Charles Bell, Mats Kindahl, et all 2010-07-07
  8. Learning MySQL by Seyed M.M. (Saied) Tahaghoghi, Hugh Williams, 2006-11-14
  9. Head First PHP & MySQL by Lynn Beighley, Michael Morrison, 2008-12-22
  10. PHP & MySQL For Dummies, 4th Edition by Janet Valade, 2009-12-09
  11. MySQL Pocket Reference: SQL Functions and Utilities (Pocket Reference (O'Reilly)) by George Reese, 2007-07-17
  12. MySQL Crash Course by Ben Forta, 2005-12-22
  13. Beginning PHP and MySQL: From Novice to Professional, Fourth Edition by W. Jason Gilmore, 2010-09-24
  14. MySQL Administrator's Bible (Bible (Wiley)) by Sheeri K. Cabral, Keith Murphy, 2009-05-11

1. MySQL :: MySQL Downloads
mysql Community Server(Current Generally Available Release 5.1.51) mysql Community Server is a freely downloadable version of the world s most popular open
http://dev.mysql.com/downloads/
Skip navigation links The world's most popular open source database Login Register
MySQL Downloads
  • MySQL Community Server (Current Generally Available Release: 5.1.51) MySQL Community Server is a freely downloadable version of the world's most popular open source database that is supported by an active community of open source developers and enthusiasts. Download MySQL Cluster (Current Generally Available Release: 7.1.8) MySQL Cluster is a real-time open source transactional database designed for fast, always-on access to data under high throughput conditions. Download MySQL Workbench (GUI Tool) (Current Generally Available Release: 5.2.29) MySQL Workbench is a next-generation visual database design application that can be used to efficiently design, manage and document database schemata. It is available as both, open source and commercial editions. Download MySQL Proxy (Current Alpha Release: 0.8.1) MySQL Proxy is a simple program that sits between your client and MySQL server(s) that can monitor, analyze or transform their communication. Its flexibility allows for a wide variety of uses, including load balancing; failover; query analysis; query filtering and modification; and many more. Download MySQL Connectors MySQL offers standard database driver connectivity for using MySQL with applications and tools that are compatible with industry standards ODBC and JDBC.

2. MySQL - Wikipedia, The Free Encyclopedia
mysql is a relational database management system (RDBMS) that runs as a server providing multiuser access to a number of databases. mysql is officially ( My S-Q-L ), but is
http://en.wikipedia.org/wiki/MySQL
MySQL
From Wikipedia, the free encyclopedia Jump to: navigation search MySQL
Screenshot of the default MySQL command line. Developer(s) MySQL AB (A subsidiary of Oracle Initial release May 23, 1995 Stable release (September 26, 2010 ; 34 days ago Preview release 5.5.6 RC (September 19, 2010 ; 41 days ago Written in C C++ Operating system ... Available in English Type RDBMS License GNU General Public License (version 2, with linking exception ) or proprietary EULA Website www.mysql.com
dev.mysql.com
MySQL is a relational database management system (RDBMS) that runs as a server providing multi-user access to a number of databases. MySQL is officially pronounced /maɪˌɛskjuːˈɛl/ ("My S-Q-L"), but is often also pronounced /maɪˈsiːkwəl/ ("My Sequel"). It is named for original developer Michael Widenius ' daughter My.The SQL phrase stands for Structured Query Language. The MySQL development project has made its source code available under the terms of the GNU General Public License , as well as under a variety of proprietary agreements. MySQL was owned and sponsored by a single for-profit firm, the

3. MySQL Cheat Sheet - Added Bytes
A reference sheet, listing useful information about mysql. It includes a list of the available functions in mysql, as well as data types.
http://www.addedbytes.com/cheat-sheets/mysql-cheat-sheet/
Skip Navigation Jump to:
MySQL Cheat Sheet
A quick reference guide for MySQL, including functions (both in MySQL and PHP), data types, and sample queries. Available in PDF and PNG formats. The MySQL cheat sheet is designed to act as a reminder and reference sheet, listing useful information about MySQL. It includes a list of the available functions in MySQL, as well as data types. It also includes a list of MySQL functions available in PHP, and a list of useful sample queries to select data from a database. A description of what is on the cheat sheet follows, or if you are impatient, you can go straight to the full size MySQL cheat sheet:
Functions in MySQL
Many developers are completely unaware that MySQL actually has a huge number of functions built in, to do everything from regular expression-based string comparisons to complicated mathematical calculations. The outsides of the cheat sheet list MySQL functions (note: a few of the more unusual and least used functions have not been included due to constraints of space).
MySQL Data Types
MySQL allows for many data types for columns, and it is very easy to forget what constraints there are on these data types. This is especially important when it comes to validation - many developers do not check the length of data before inserting it into a table. This section lists the data types available and their constraints.

4. MySQL
mysql database is the world's most popular open source database because of its fast performance, high reliability, ease of use, and dramatic cost savings.
http://www.sun.com/software/products/mysql/
All Blogs CRM On Demand Discussion Forums Documentation Education Oracle.com PartnerNetwork (Public Only) Technology Network Video and Multimedia
  • Home Products and Services Industries Support ... Database
    MySQL
    Overview Features Tech Specs Perspectives Support ... Get It At a Glance FAQs Community
    At a Glance
    • Ultimate Scalability: the database for online applications Proven: 11 million active installations and 60,000+ downloads/day Lowest Database TCO: 80% of the features at 10% of the cost
    See All Features
    Lowest Total Cost of Ownership
    MySQL can help reduce database TCO by 90% over proprietary offerings. Clickability saved over $1 million dollars by choosing MySQL Enterprise. Read the Full Clickability Case Study Calculate your TCO Savings
    Agility and Flexibility
    A scale-out architecture based on a modular, open source infrastructure and MySQL Enterprise helps gets applications and services to market faster - without vendor lock-in. Shinsei Bank gained the flexibility to modify systems as requirements changed at a savings of 90% of the cost - in weeks vs. months. Read the Full Shinsei Bank Case Study MySQL CIO Whitepaper: The Strategic Value of MySQL
    Reliable and Proven: A Safe Alternative to Proprietary Databases
    MySQL Enterprise powers a range of applications - from business-critical transactional systems, to online eCommerce, data warehousing, reporting and analytics systems. Adobe, Discover Card, and Alcatel Lucent are just some of the enterprises that rely on MySQL to run their business critical applications.

5. MySQL Tutorial - Introduction
An introduction to using the mysql database. This tutorial uses PHP to complete many basic mysql tasks.
http://www.tizag.com/mysqlTutorial/

6. MySQL :: The World's Most Popular Open Source Database
The software s official homepage with news, downloads and documentation.
http://www.mysql.com/
Skip navigation links The world's most popular open source database Recommended Servers for MySQL Contact a MySQL Representative Login Register ... How to Buy Get Started
Free Web Seminars
Products
MySQL In Action
Resources
MySQL Consulting
MySQL Training

7. MySQL 5.5 - Performance And Scalability
Developer Zone (dev.mysql.com)
http://mysql.he.net/
Links
Blogs

8. MySQL :: MySQL Connectors
A Type IV JDBC driver for mysql (LGPL License; comes with source code).
http://www.mysql.com/products/connector/j/
Skip navigation links The world's most popular open source database Recommended Servers for MySQL Contact a MySQL Representative Login Register ... MySQL Connectors
Contact Sales
USA/Canada - Toll Free:
USA - From abroad:
USA/Canada - Subscription Renewals:
Latin America: +1 512 535 7751
Brazil: +55 11 3020.3193
UK:
Ireland:
Germany:
France:
Sweden:
Benelux: Italy: Israel: Other EMEA countries: Asia Pacific: Toll Free
MySQL Connectors
MySQL provides standards-based drivers for JDBC, ODBC, and .Net enabling developers to build database applications in their language of choice. In addition, a native C library allows developers to embed MySQL directly into their applications. Developed by MySQL ADO.NET Driver for MySQL (Connector/NET) Download ODBC Driver for MySQL (Connector/ODBC) Download JDBC Driver for MySQL (Connector/J) Download MXJ Driver for MySQL (Connector/MXJ) Download C++ Driver for MySQL (Connector/C++) Download C Driver for MySQL (Connector/C) Download C API for MySQL (mysqlclient) Download MySQL Connector for OpenOffice.org These drivers are developed and maintained by the MySQL Community.

9. MySQL Admin And Development Tools Round Up - Smashing Magazine
The most popular and best open source database is mysql. Simple as that. It is consistently fast , reliabile and very, very easy to use. One of mysqls main features is its
http://www.smashingmagazine.com/2009/03/25/mysql-admin-and-development-tools-rou
var clicky_advanced_disable=1;
MySQL Admin and Development Tools Round Up
Advertisement The most popular and best open source database is MySQL. Simple as that. It is consistently fast , reliabile and very, very easy to use. One of MySQLs main features is its cross-platform support, it will run on almost all operating systems, including Windows, OSX, Linux and many more. So, MySQL is the best database, and we all use it. The question now is which is the best MySQL Admin and Development Tool? In the overview below we present some of the most useful and most popular MySQL Admin and Development Tools for Mac, Windows and Linux, for beginners and for professionals. Among other tools we feature phpMyAdmin, MySQL Workbench, HeidiSQL and SequelPro. Please let us know if some useful MySQL-tool is missing in the list by commenting upon this article. You may be interested in the following related posts: [Offtopic: by the way, did you know that there is a Smashing eBook Series? Book #1 is Professional Web Design , 242 pages for just $9,90.]

10. EMS SQL Manager - EMS SQL Manager For MySQL: MySQL Database Tool, MySQL Manageme
A Windows-based mysql administration and development tool. Trial version available.
http://www.sqlmanager.net/products/mysql/manager

11. MySQL :: MySQL Documentation: MySQL Reference Manuals
mysql Reference Manual (for development releases). mysql Version, HTML Online, HTML Page/ mysql Reference Manual (other releases and translations)
http://dev.mysql.com/doc/
Skip navigation links The world's most popular open source database Login Register
MySQL Documentation: MySQL Reference Manuals
Additional documentation for other products is available using the sub-navigation options ( Workbench Topic Guides , etc) in the navigation bar. For other documentation, including example databases and help tables, see Other Docs
MySQL Reference Manual (for GA releases)
MySQL Version HTML Online HTML Page/chapter HTML Single page Eclipse Doc Plugin PDF EPUB Man Pages RPM English View TGZ Zip TGZ ... PDF English v5.1 (includes MySQL Cluster NDB 6.X/7.X) View TGZ Zip TGZ ... PDF
MySQL Reference Manual (for development releases)
MySQL Version HTML Online HTML Page/chapter HTML Single page Eclipse Doc Plugin PDF EPUB Man Pages RPM English MySQL Reference Manual View TGZ Zip TGZ ... PDF English InnoDB Plugin View TGZ Zip TGZ ... US Ltr English InnoDB View TGZ Zip TGZ ... US Ltr
MySQL Reference Manual (other releases and translations)
MySQL Version HTML Online HTML Page/chapter HTML Single page Eclipse Doc Plugin PDF EPUB Man Pages RPM English View TGZ Zip TGZ ... PDF English View Chinese View TGZ Zip German TGZ Zip German View TGZ Zip TGZ ... PDF French View TGZ Zip TGZ ... US Ltr Japanese View TGZ Zip TGZ ... US Ltr Japanese View TGZ Zip TGZ ... US Ltr Portuguese View TGZ Zip TGZ ... US Ltr Russian TGZ Zip TGZ Zip Spanish View TGZ Zip TGZ ... PDF
MySQL Reference Manual (Online Help)
MySQL Version HTML Online HTML Page/chapter HTML Single page PDF Japanese View TGZ Zip TGZ ... US Ltr German View TGZ Zip TGZ ... US Ltr The 'Online Help' is a collection of key sections of the Refrerence Manual, covering the information normally available as the online help SQL tables. These versions are recent translations of these key sections, and a more recent alternative to the full translated reference manuals.

12. MySQL 5.5 - Performance And Scalability
Developer Zone (dev.mysql.com)
http://dev.mysql.com/
Links
Blogs

13. MySQL Appliance | TurnKey Linux Virtual Appliance Library
TurnKey mysql Appliance Relational Database Management System a free open source virtual appliance that just works. Deploy in minutes to a VM, bare metal, or the cloud.
http://www.turnkeylinux.org/mysql
TurnKey Linux Virtual Appliance Library
  • TurnKey Hub Screenshots Help ... Register S earch
    You are here:
    Home » MySQL Appliance Subscribe
    MySQL Appliance
    Relational Database Management System
    MySQL is a relational database management system (RDBMS) which has more than 11 million installations, and is owned by Sun Microsystems. MySQL is a fast, stable, robust, easy to use, and true multi-user, multi-threaded SQL database server. Current version: changelog
    Download 11.0 RC
    186MB ISO (sig) (manifest)
    Download 2009.10-2
    151MB VM (sig) 158MB ISO (sig) ... (manifest)
    Launch to cloud
    TurnKey Hub (Cloud Backups and Server Deployment) This appliance includes all the standard features in TurnKey Core , and on top of that:
    • PHPMyAdmin administration frontend for MySQL (listening on port 12322 - uses SSL). MySQL webmin module. MySQL is configured to listen on port 3306 TCP on all interfaces by default. For convenience MySQL is configured to accept connections from all hosts by default. In a production environment it is recommended to limit incoming connections to specific hosts:
    Note: MySQL can be further tweaked to optimize performance, for examples refer to:

14. MySQL AB - Wikipedia, The Free Encyclopedia
mysql AB (founded 1995, acquired by Sun Microsystems 2008, now owned by Oracle Corporation since 2010) was a software company. mysql AB is the creator of mysql, a relational database
http://en.wikipedia.org/wiki/MySQL_AB
MySQL AB
From Wikipedia, the free encyclopedia Jump to: navigation search MySQL AB Former type Private company Industry Computer software ... Database software Fate Acquired Successor Sun Microsystems Founded Founder(s) Michael Widenius David Axmark and Allan Larsson Defunct Headquarters Uppsala Sweden and Cupertino California U.S. Key people Mårten Mickos , CEO
Dennis Wolf CFO and EVP
Mark C. Burton
, EVP Sales
Zack Urlocker
, EVP Products
Kaj Arnö
, VP Open Source Community Relations
Ulf Sandberg
, SVP Worldwide Services
Clint Smith, VP General Counsel
Larry Stefonic
, SVP Asia Pacific
Kevin Harvey
, Chairman
Allan Larsson Products MySQL MySQL Cluster Employees ... www.mysql.com MySQL AB (founded 1995, acquired by Sun Microsystems 2008, now owned by Oracle Corporation since 2010) was a software company. MySQL AB is the creator of MySQL , a relational database management system , as well as related products such as MySQL Cluster . The company is dually headquartered in Uppsala Sweden and Cupertino California USA with offices in other countries ( Paris France Munich Germany ... Italy ; and Tokyo Japan With around 400 employees in 25 countries

15. MySQL :: MySQL Certification
Official site of the mysql Certification Progra
http://www.mysql.com/training/certification
Skip navigation links The world's most popular open source database Recommended Servers for MySQL Contact a MySQL Representative Login Register ... Support
MySQL certification lays the foundation for becoming a trusted and valuable resource for your company and customers. MySQL certifications are available for Developers, DBAs and for those specializing in MySQL Cluster technologies. Consultants, developers and DBAs use MySQL certification to show prospective employers and customers that they are up to date on the latest features, gain confidence that they are on top of MySQL tools and tricks, and promote themselves with certification logos on business cards and personal weblogs.
MySQL Certification Candidates
MySQL Certification candidates can access certification details, download logos and provide certification verification at www.certmanager.net/sun . If you have not received your login information for CertManager, please contact suncert_ww@oracle.com for assistance.
Please select your country:
Africa Operations - English Africa Operations - French Argentina Australia Austria Belarus Belgium Brazil Canada - English Canada - French Chile China Colombia Costa Rica Croatia Czech Republic Denmark Egypt Estonia Finland France Germany Hong Kong Hungary Iceland India Indonesia Ireland Israel Italy Japan Kenya Korea Latvia Lithuania Luxembourg Malaysia Mexico Middle East Operations Netherlands New Zealand Nigeria Norway Peru Philippines Poland Portugal Puerto Rico Romania Russia Saudi Arabia Singapore Slovakia Slovenia South Africa Spain Sweden Switzerland - French

16. MySQL :: MySQL Downloads (Generally Available)
mysql Community Server(Current Generally Available Release 5.1.51) mysql Community Server is a freely downloadable version of the world s most popular open
http://www.mysql.com/downloads/
Skip navigation links The world's most popular open source database Recommended Servers for MySQL Contact a MySQL Representative Login Register ... MySQL Connectors
Contact Sales
USA/Canada - Toll Free:
USA - From abroad:
USA/Canada - Subscription Renewals:
Latin America: +1 512 535 7751
Brazil: +55 11 3020.3193
UK:
Ireland:
Germany:
France:
Sweden:
Benelux: Italy: Israel: Other EMEA countries: Asia Pacific: Toll Free
MySQL Downloads (Generally Available)
  • MySQL Community Server (Current Generally Available Release: 5.1.51) MySQL Community Server is a freely downloadable version of the world's most popular open source database that is supported by an active community of open source developers and enthusiasts. Download MySQL Cluster (Current Generally Available Release: 7.1.8) MySQL Cluster is a real-time open source transactional database designed for fast, always-on access to data under high throughput conditions. Download MySQL Workbench (GUI Tool) (Current Generally Available Release: 5.2.29) MySQL Workbench is a next-generation visual database design application that can be used to efficiently design, manage and document database schemata. It is available as both, open source and commercial editions. Download MySQL Connectors MySQL offers standard database driver connectivity for using MySQL with applications and tools that are compatible with industry standards ODBC and JDBC.

17. MySQL: Information From Answers.com
(A very popular open source, relational DBMS for both Web and embedded applications from mysql AB, Uppsala, Sweden www.mysql.com ), which was acquired by Sun in 2008
http://www.answers.com/topic/mysql
var isReferenceAnswers = true; BodyLoad('s'); On this page Library
MySQL
Computer Desktop Encyclopedia:
MySQL
Home Library Technology Computer Encyclopedia A very popular open source, relational DBMS for both Web and embedded applications from MySQL AB, Uppsala, Sweden www.mysql.com ), which was acquired by Sun in 2008. Pronounced "my S-Q-L," it runs under Linux/Unix, Windows and Mac. The free MySQL Community Edition is available under the GNU license, and more than 100 million copies have been downloaded worldwide. MySQL Enterprise is the more comprehensive, paid version. Extensive Language Support Applications using MySQL are written in PHP, Perl, Python, Ruby, Java, C/C++, C# and Visual Basic. The MySQL programming interface (API) is a superset of the C language API for mSQL, which was developed by David Hughes in 1994. See mSQL Download Computer Desktop Encyclopedia to your PC, iPhone or Android. Deutsch Italiano Tagalog Search unanswered questions... Enter a question here...

18. MySQL - DreamHost
Also see http//wiki.dreamhost.com/Migrate_mysql. mysql is a multiuser database server released under the GNU General Public License (GPL). mysql is now owned by Oracle (who
http://wiki.dreamhost.com/MySQL
MySQL
From DreamHost
Jump to: navigation search Also see http://wiki.dreamhost.com/Migrate_MySQL MySQL is a multiuser database server released under the GNU General Public License (GPL). MySQL is now owned by Oracle (who purchased it from Sun, and Sun purchased MySQL from MySQL Ag. originally).
All new databases created with DreamHost are using MySQL 5.0. Older, existing databases are still running MySQL 4.1 (for now, though you can email support and request they upgrade your databases). DreamHost uses phpMyAdmin , an open source tool written in PHP intended to handle the administration of MySQL over the Web.
Contents

19. MySQL :: MySQL Forums :: Certification
Forum hosted by the mysql organization discusses certification.
http://forums.mysql.com/list.php?6

20. MySQL :: Download MySQL Community Server
mysql Enterprise subscription is the most comprehensive offering of mysql database software, services and support to ensure your business achieves the
http://www.mysql.com/downloads/mysql/
Skip navigation links The world's most popular open source database Recommended Servers for MySQL Contact a MySQL Representative Login Register ... MySQL Connectors
Contact Sales
USA/Canada - Toll Free:
USA - From abroad:
USA/Canada - Subscription Renewals:
Latin America: +1 512 535 7751
Brazil: +55 11 3020.3193
UK:
Ireland:
Germany:
France:
Sweden:
Benelux: Italy: Israel: Other EMEA countries: Asia Pacific: Toll Free
Download MySQL Community Server
MySQL Software is provided under the GPL License OEMs, ISVs and VARs can purchase commercial licenses. MySQL Community Edition is a freely downloadable version of the world's most popular open source database that is supported by an active community of open source developers and enthusiasts. MySQL Cluster Community Edition is available as a separate download. The reason for this change is so that MySQL Cluster can provide more frequent updates and support using the latest sources of MySQL Cluster Carrier Grade Edition. Important Platform Support Updates MySQL+Community+Server
MySQL Community Server 5.1.51

Page 1     1-20 of 145    1  | 2  | 3  | 4  | 5  | 6  | 7  | 8  | Next 20

free hit counter