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

         Mysql:     more books (100)
  1. MySQL Cookbook by Paul DuBois, 2007-01-27
  2. MYSQL in a Nutshell (In a Nutshell (O'Reilly)) by Russell Dyer, 2008-04-15
  3. MySQL Stored Procedure Programming by Guy Harrison, Steven Feuerstein, 2006-03-28
  4. PHP & MySQL Web Development All-in-One Desk Reference For Dummies by Janet Valade, Bill Ballad, 2008-01-29
  5. Understanding MySQL Internals by Sasha Pachev, 2007-04-10
  6. MySQL Tutorial by Luke Welling, Laura Thomson, 2003-12-04
  7. Web Database Applications with PHP & MySQL, 2nd Edition by Hugh E. Williams, 2004-05-16
  8. Effortless E-Commerce with PHP and MySQL by Larry Ullman, 2010-10-31
  9. The Definitive Guide to MySQL 5, Third Edition by Michael Kofler, 2005-09-23
  10. Sams Teach Yourself PHP, MySQL and Apache All in One (4th Edition) by Julie C. Meloni, 2008-06-28
  11. Build Your Own Database Driven Web Site Using PHP & MySQL by Kevin Yank, 2009-06-19
  12. Pro MySQL (Expert's Voice in Open Source) by Michael Kruckenberg, Jay Pipes, 2005-07-25
  13. PHP & MySQL For Dummies 3rd edition (For Dummies (Computer/Tech)) by Janet Valade, 2006-11-20
  14. MySQL and Java Developer's Guide by Mark Matthews, Jim Cole, et all 2003-02-21

21. WinTricks.it - Windows Software News, Dal 1997
Approfondimento su come utilizzare mysql con Php.
http://www.itportal.it/developer/asp/php_mysql/

22. MySQL :: MySQL 5.1 Reference Manual
This is the mysql™ Reference Manual. It documents mysql 5.1 through 5.1.53, as well as mysql Cluster releases based on versions 6.1, 6.2, 6.3, 7.0,
http://dev.mysql.com/doc/mysql/en/
Skip navigation links The world's most popular open source database Login Register
  • Developer Zone Downloads ... Search manual:
    MySQL 5.1 Reference Manual Section Navigation Toggle
    • MySQL 5.1 Reference Manual
      MySQL 5.1 Reference Manual
      Including MySQL Cluster NDB 6.X/7.X Reference Guide
      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, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited. The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing.

23. MySQL++
A C++ API for mysql. Tries to make working with queries as easy as working with other STL containers.
http://www.tangentsoft.net/mysql /

24. MySQL :: Observations By Kaj Arnö @Sun
This morning, Sun Microsystems announced plans to acquire mysql AB. After all the industry speculation about mysql being a “hot 2008 IPO”, this probably takes most of us by
http://blogs.mysql.com/kaj/2008/01/16/sun-acquires-mysql/
Skip navigation links The world's most popular open source database

25. Introduction To MySQL (using Perl DBI)
4 page article starts with basics of mysql and finishes up with actual examples of DBI in a mysql context.
http://www.danchan.com/feature/2000/10/16/mysql/mysql.htm
feature daily high gear we::blog ... contact Search Feature / 16 Oct 2000 / Introduction to MySQL (using Perl DBI) Web Search Anyone can submit a news item , but only members can comment on them! New users, sign up here
danchan Login Nickname Password Remember New openlog - the unbearable lightness of blog - plus free weblogging with comments, easy syndication and no ads! Get [danchan] for your PDA Every daily news item! 10 latest comments Archive 2001 December
2001 November

2001 October

2001 September
...
2000 June
Introduction to MySQL (using Perl DBI)
My theory is, if the title doesn't sound alien to you, then you're probably in the right place. MySQL is a relational database management system. It sounds fancy, but doesn't have to be. The novice, like me, can treat it as a black box. Put stuff in, ask for certain stuff out. It just works. That simple. MySQL is based on a client/server model, so the black box is the MySQL server and your interface to it is the MySQL client program. All the examples of MySQL commands in this article can be entered straight into the MySQL client command line. MySQL supports multi-line commands and uses a semicolon to designate the end of the command. Why MySQL and not another database system that supports SQL?

26. MySQL :: MySQL 5.1 Reference Manual
This is the mysql™ Reference Manual. It documents mysql 5.1 through 5.1.52, mysql 5.1 features. This manual describes features that are not included in
http://dev.mysql.com/doc/refman/5.1/en/
Skip navigation links The world's most popular open source database Login Register
  • Developer Zone Downloads ... Search manual:
    MySQL 5.1 Reference Manual Section Navigation Toggle
    • MySQL 5.1 Reference Manual
      MySQL 5.1 Reference Manual
      Including MySQL Cluster NDB 6.X/7.X Reference Guide
      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, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited. The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing.

27. PHP: MySQL Functions - Manual
Notes. Note Most mysql functions accept link_identifier as the last optional parameter. If it is not provided, last opened connection is used.
http://www.php.net/manual/en/ref.mysql.php
@import url("http://static.php.net/www.php.net/styles/site.css"); @import url("http://static.php.net/www.php.net/styles/phpnet.css"); @import url("http://static.php.net/www.php.net/styles/print.css"); downloads documentation faq getting help ... my php.net s earch for in the all php.net sites this mirror only function list online documentation bug database Site News Archive All Changelogs just pear.php.net just pecl.php.net just talks.php.net general mailing list developer mailing list documentation mailing list MySQL extension overview example Last updated: Fri, 29 Oct 2010 view this page in Brazilian Portuguese French German Japanese Polish Romanian Persian Spanish Turkish Other
MySQL Functions
Notes
Note Most MySQL functions accept php.ini . If it is not successful, functions return FALSE
Table of Contents
  • — Get number of affected rows in previous MySQL operation — Returns the name of the character set — Close MySQL connection — Open a connection to a MySQL Server — Create a MySQL database — Move internal result pointer — Get result data — Send a MySQL query — Drop (delete) a MySQL database — Returns the numerical value of the error message from previous MySQL operation — Returns the text of the error message from previous MySQL operation — Escapes a string for use in a mysql_query — Fetch a result row as an associative array, a numeric array, or both

28. MySQL - O'Reilly Media
A compilation of O'Reilly Media's information about the mysql database management system, from news, books, conferences, courses, community, and reports.
http://oreilly.com/mysql/index.html

29. MySQL :: MySQL 5.0 Reference Manual
mysql 5.0 Features—This manual describes features that are not included in every edition of mysql 5.0 and such features may not be included in the edition
http://dev.mysql.com/doc/refman/5.0/en/
Skip navigation links The world's most popular open source database Login Register
Search manual:
MySQL 5.0 Reference Manual Section Navigation Toggle
  • MySQL 5.0 Reference Manual
    MySQL 5.0 Reference Manual
    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, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited. The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing. If this software or related documentation is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, the following notice is applicable:

30. MySQL - Oracle FAQ
History. mysql was originally owned by mysql AB. On 16 January 2008 SUN Microsystems acquire mysql AB for $1 billion in cash and assumed stock options.
http://www.orafaq.com/wiki/MySQL
MySQL
From Oracle FAQ
Jump to: navigation search MySQL is an open source relational DBMS system provided by Oracle Corporation . MySQL runs on more than 20 platforms including Linux Windows HP-UX Solaris and AIX
Contents
edit History
MySQL was originally owned by MySQL AB. On 16 January 2008 SUN Microsystems acquire MySQL AB for $1 billion in cash and assumed stock options. SUN was acquired by Oracle Corporation in 2010.
edit Compared to the Oracle database
While both MySQL and the Oracle Database are Relational Database Systems , it's not quite fair to compare them as MySQL only offers basic functionality. However, let's look at some of the differences:
  • Oracle is a proprietary database system while MySQL is open source. Referential integrity constraints, views, queries with sub-selects, stored procedures, triggers, replication, and a bunch of other features are only available in Oracle; and not supported by MySQL. Although some of it is included in later releases. MySQL provides limited support for restart recovery, record level locking, transaction boundaries, transaction logging, and transaction integrity protection. Oracle, on the other hand, provides strong support for these features.

31. MySQL :: MySQL Enterprise Server 5.1
mysql Enterprise Server software is the most reliable, secure and upto-date version of mysql for cost-effectively delivering E-commerce, Online Transaction
http://www.mysql.com/products/enterprise/server.html
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 Enterprise Server 5.1
MySQL 5.1
MySQL Enterprise Server software is the most reliable, secure and up-to-date version of MySQL for cost-effectively delivering E-commerce, Online Transaction Processing (OLTP), and multi-terabyte Data Warehousing applications. It is a fully integrated transaction-safe, ACID compliant database with full commit, rollback, crash recovery and row level locking capabilities. MySQL delivers the ease of use, scalability, and performance that has made MySQL the world's most popular open source database. Download the White Paper: Inside MySQL 5.1 MySQL Enterprise Server 5.1 delivers enterprise features, including:
  • New!

32. MySQL Definition
The definition of mysql defined and explained in simple language.
http://www.techterms.com/definition/mysql

33. MySQL Tips: MySQL Date Calculations
Learn how to make calculations with dates and times in mysql Queries.
http://mysql-tips.blogspot.com/2005/04/mysql-date-calculations.html
skip to main skip to sidebar
MySQL Tips
Snippets of MySQL tips, solutions, examples, tutorials, and even benchmarks
Sunday, April 17, 2005
MySQL date calculations
e.g. 2 days ago till today:
Simple Date Calculations
mysql> SELECT YEAR('2003-03-31');
We can perform simple arithmetic on a date using the '+' and '-' operators. For example, to find out which year is five years ahead of a given date, you can use:
mysql> SELECT YEAR('2003-03-31')+5;
And to find out which year was five years in the past:
mysql> SELECT YEAR('2003-03-31')-5;
mysql> SELECT DAYNAME('2000-01-01');
mysql> SELECT DAYOFWEEK('2000-01-01');
mysql> SELECT DAYOFYEAR('2000-12-31');
One of the most commonly performed date calculations is one which calculates age. Unfortunately there isn't a function to do it, so you need to do a bit of thinking. Let's begin with doing some simple arithmetic - you can see when I'm running these queries from the earlier results (31 March 2003). First, we'll simply subtract the year of birth from the current year. If you're reading this article well after I wrote it, of course your results may be different: mysql> SELECT YEAR(CURRENT_DATE)-YEAR('1971-01-01');

34. MySQL :: MySQL 3.23, 4.0, 4.1 Reference Manual
This is the mysql™ Reference Manual. It documents mysql 3.23 through mysql Active development and support for mysql Database Server versions 3.23, 4.0,
http://dev.mysql.com/doc/refman/4.1/en/
Skip navigation links The world's most popular open source database Login Register
Search manual:
MySQL 3.23, 4.0, 4.1 Reference Manual Section Navigation Toggle
  • MySQL 3.23, 4.0, 4.1 Reference Manual
    MySQL 3.23, 4.0, 4.1 Reference Manual
    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, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited. The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing. If this software or related documentation is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, the following notice is applicable:

35. MySQL :: Why MySQL?
The mysql® database has become the world s most popular open source database because of its consistent fast performance, high reliability and ease of use.
http://www.mysql.com/why-mysql/
Skip navigation links The world's most popular open source database Recommended Servers for MySQL Contact a MySQL Representative Login Register ... MySQL and Virtualization
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
Related Pages:
Why MySQL?
Not only is MySQL the world's most popular open source database, it's also become the database of choice for a new generation of applications built on the LAMP stack (Linux, Apache, MySQL, PHP / Perl / Python.) MySQL runs on more than 20 platforms including Linux, Windows, Mac OS, Solaris, HP-UX, IBM AIX, giving you the kind of flexibility that puts you in control. Whether you're new to database technology or an experienced developer or DBA, MySQL offers a comprehensive range of certified software, support, training and consulting to make you successful. Below you will find valuable resources including case studies, white papers, and analyst reports that will help you implement cost-effective database solutions using MySQL.

36. Dabbling In Live Databases: MySQL — DatabaseJournal.com
Article details programming mysql for web use by Arron Weiss.
http://www.databasejournal.com/features/mysql/article.php/1430061
Free Newsletters:
Database
Daily
Search Database Journal:
MS SQL
Oracle Access MySQL ...
MySQL

RESOURCES
Database Tools

Links

Database Forum

DBA Jobs
...
Sitemap
News Via RSS Feed Be a Marketplace Partner internet.commerce Be a Commerce Partner Android Gets More Flexible Security Options Mozilla Addresses Firefox Nobel Security Hole Motorola Rides Droid's Popularity to Stellar 3Q internet.com IT Developer Internet News Small Business ... Business Analyst Team Lead Thomson Reuters (Markets) LLC US-NY-New York Post A Job Post A Resume
Featured Database Articles
MySQL
October 11, 1999
Dabbling in Live Databases: MySQL
By Aaron Weiss
The MySQL Model
This article was developed in a Linux environment with MySQL 3.22; because we're beginning with the basics, most of the details should apply to MySQL in any Unix environment, and probably even MySQL in Windows. MySQL is not a subject that computer novices are likely to take up on a holiday weekend, so we necessarily assume certain background experience, including basic Perl, Unix/Linux, and databases in general. To best understand MySQL we should start from above, like surveying a cityscape from a helicopter. MySQL operates on a client-server model, not unlike many other network applications. The MySQL server is the Grand Central Station for the city of MySQL the server handles incoming and outgoing traffic to and from a database. Any machine which you wish to process queries of a MySQL database must be running the MySQL server; in other words, Grand Central Station must be open for business for any traffic to arrive or depart.

37. MySQL Database Articles & Tutorials – Database Journal
Get mysql database support at DatabaseJournal.com, a resource site featuring a library of mysql scripts, articles and tutorials.
http://www.databasejournal.com/features/mysql/
Free Newsletters:
Database
Daily
Search Database Journal:
MS SQL
Oracle Access MySQL ...
MySQL

RESOURCES
Database Tools

Links

Database Forum

DBA Jobs
...
Sitemap
News Via RSS Feed Be a Marketplace Partner internet.commerce Be a Commerce Partner Android Gets More Flexible Security Options Mozilla Addresses Firefox Nobel Security Hole Motorola Rides Droid's Popularity to Stellar 3Q internet.com IT Developer Internet News Small Business ... SQLCourse
Featured Database Articles
MySQL
Clearing a Path through the 3NF Join Jungle Rob Gravelle explores the pros and cons of normalization with a particular focus on the ramifications of third normal form normalization on data extraction by SELECT query. SkySQL Takes Aim at Delivering MySQL Former Oracle and Sun execs start up new venture aimed at filling perceived gaps in the open source database support system - but is it an attack on Oracle? MySQL has sophisticated character set support, and can store, retrieve and collate single byte, and multi-byte character sets alike. Sean Hull explores using non-default character sets and settings, which use the hierarchy to control these settings. MySQL Server Benchmarking 101 Benchmarking can be a very revealing process. It can be used to isolate performance problems, and drill down to specific bottlenecks. More importantly, it can be used to compare different servers in your environment, so you have an expectation of performance from those servers, before you put them to work servicing your application.

38. MySQL :: MySQL Database Software Products
The mysql Enterprise subscription is the only comprehensive offering of production support, monitoring tools and mysql database software to deliver optimal
http://www.mysql.com/products/
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 Database Software Products
MySQL Enterprise
MySQL Enterprise
The MySQL Enterprise subscription is the only comprehensive offering of production support, monitoring tools and MySQL database software to deliver optimal performance, reliability, security, and uptime. MySQL Enterprise includes:
MySQL Enterprise Monitor ...
MySQL Cluster
MySQL Cluster delivers a fault tolerant database clustering architecture for deploying highly available mission-critical database applications.
MySQL as an Embedded Database
MySQL is used as an embedded database by over 2000 OEMs/ISVs who want to cost-effectively embed or bundle a reliable and high-performance relational database in their software and hardware products and solutions.

39. Planet MySQL
TIMESTAMP and DATETIME is how dates and times, or temporal, data is represented ion mysql. These types are combined with a bunch of operators on these types, such as ADDATE and
http://www.planetmysql.org/

40. MySQL++
A C++ API for mysql. Tries to make working with queries as easy as working with other STL containers.
http://tangentsoft.net/mysql /

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

free hit counter