|
| |
| | MySQL - Wikipedia, the free encyclopedia |
 | | MySQL advocates reply that the program serves its purpose for its users, who are willing to accept the program's limitations (which decrease with every major revision) in exchange for speed, simplicity and rapid development. |  | | Members of the MySQL Network enjoy access to binaries and software that is certified for their particular operating system, and the codebase changes much less frequently then the Community Edition of the MySQL Database Server engine. |  | | MySQL works on many different platforms—including AIX, BSDi, FreeBSD, HP-UX, GNU/Linux, Mac OS X, NetBSD, Novell NetWare, OpenBSD, OS/2 Warp, QNX, SGI IRIX, Solaris, SunOS, SCO OpenServer, SCO UnixWare, Tru64, Windows 95, Windows 98, Windows NT, Windows 2000, Windows XP and more recent versions of Windows. |
|
http://en.wikipedia.org/wiki/MySQL#See_also
(1959 words)
|
|
| |
| | MySQL++ |
 | | MySQL++ is a C++ wrapper for MySQL's C API. |  | | MySQL++ relieves the programmer of dealing with cumbersome C data structures, generation of repetitive SQL statements, and manual creation of C++ data structures to mirror the database schema. |  | | As of MySQL++ 1.7.16, we use the multithread DLL versions of the CRT library. |
|
http://tangentsoft.net/mysql++
(1757 words)
|
|
| |
| | oreilly.com -- Online Catalog: MySQL and mSQL |
 | | MySQL and mSQL are two very popular databases for those small sites, first because they are comparatively easy to use and second because they are freeware designed for Linux and Unix systems. |  | | MySQL and mSQL are popular and robust database products that support key subsets of SQL on both Linux and Unix systems. |  | | "'MySQL and mSQL' is a well-crafted book and should be of use to people of all skill levels who wish to use (one of) these pieces of software to set up a database. |
|
http://www.oreilly.com/catalog/msql
(4178 words)
|
|
| |
| | MySQL: MySQL Help and MySQL Support |
 | | MySQL Server is intended for mission-critical, heavy-load production systems as well as for embedding into mass-deployed software. |  | | MySQL was also designated as a finalist in the prestigious Software and Information Industry Association’s Codie Awards, in the Best Open Source Product or Service category. |  | | MySQL 5.0.0, a new version of the popular Open Source/Free Software Database Management System, has been released. |
|
http://www.mysqlfreaks.com
(401 words)
|
|
| |
| | MySQL on Mac OS X |
 | | MySQLs implementation of standard query language is missing support for sub-selects, foreign key constraints (for some table types), stored procedures, and views. |  | | MySQL is a great database for Web applications and a great complement to a Mac OS X development environment. |  | | For a new installation, follow the Mac OS X installation instructions for the MySQL provided binary distribution (a true Mac OS X installer package file) at http://dev.mysql.com/doc/mysql/en/Mac_OS_X_installation.html and be done with it. |
|
http://developer.apple.com/internet/opensource/osdb.html
(1112 words)
|
|
| |
| | Dabbling in Live Databases: MySQL |
 | | 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. |  | | 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. |  | | One potentially confusing matter for some newcomers is that MySQL has no graphical interface; when we think of databases in Windows such as Access, we think of database creation and management in the model of the spreadsheet-like visual interface. |
|
http://www.databasejournal.com/features/mysql/article.php/1430061
(1062 words)
|
|
| |
| | freshmeat.net: Project details for MySQL |
 | | MySQL is by far the widest database server used on the Internet (along with Apache as the most used Webserver) and I'd like to thank the developers for keeping this piece of work free, at least for non-profit and developer's use. |  | | Also, MySQL doesn't know anything about foreign keys or relational integrity, and if you will need a join of more than 3 tables you'll have to consider doing that with a external (perl, java, whatever) script/program instead of a single "select" query. |  | | A couple of short comments: MySQL uses files, so the limit per table is based on the file system. |
|
http://freshmeat.net/projects/mysql
(1975 words)
|
|
| |
| | Securing MySQL: step-by-step |
 | | In the previous article ("Securing PHP: Step-by-Step"), I mentioned about the communication problem between PHP and MySQL when one of these programs is being executed in a chrooted environment. |  | | MySQL database must be executed in a chrooted environment; |  | | Because locally PHP communicates with MySQL by using the /tmp/mysql.sock socket, placing PHP in the chrooted environment means that they cannot communicate with each other. |
|
http://www.securityfocus.com/infocus/1726
(1914 words)
|
|
| |
| | PHP: MySQL Functions - Manual |
 | | The optimal solution when migrating to MySQL 4.1+ from a previous version is to upgrade to PHP 5 (if you're not using it already) and rewrite any code accessing MySQL using the mysqli extension, which is more secure and provides a much better API. |  | | The first one is the link identifier for a database connection, the second a resource which holds the result of a query. |  | | Version 3.23.x is bundled both with PHP 4 and Windows binaries of PHP 5. |
|
http://www.php.net/manual/en/ref.mysql.php
(5710 words)
|
|
| |
| | MySQL Users Conference 2006 - April 24-27, 2006 - Santa Clara, CA |
 | | Scale Your Business with MySQL.” With more than 75 sessions and tutorials, you’ll gain unique insights from speakers who are using MySQL to successfully run the world’s most demanding applications and saving millions of dollars over proprietary software and hardware solutions. |  | | Scale Your Business with MySQL." With more than 110 sessions and tutorials, you'll gain unique insights from speakers who are using MySQL to successfully run the world's most demanding applications and saving millions of dollars over proprietary software and hardware solutions. |  | | Tutorials and sessions will be run by MySQL developers and open source experts who know the product inside and out, and have real world experience implementing MySQL projects. |
|
http://www.mysqluc.com
(644 words)
|
|
| |
| | MySQL Cheat Sheet - PHP - ILoveJackDaniels.com |
 | | PHP has a MySQL module and this is used by most PHP developers to connect to, and query, a MySQL database. |  | | It also includes a list of MySQL functions available in PHP, and a list of useful sample queries to select data from a database. |  | | This is especially important when it comes to validation - many developers do not check the length of data before inserting it into a table. |
|
http://www.ilovejackdaniels.com/php/mysql-cheat-sheet
(415 words)
|
|
| |
| | Jeremy's MySQL Stuff |
 | | For MySQL 3.23.xx, setting up replication can be a pain because you need to generate an initial (consistent) snapshot of your data to load onto your slave(s). |  | | A a benchmarking, stress testing, and load generation tool for MySQL developed by Sasha Pachev but hosted here and featured in chapter 3 (Benchmarking) of High Performance MySQL. |  | | Site built with Emacs, MySQL, HTML::Mason and some random Perl code on my Linux box. |
|
http://jeremy.zawodny.com/mysql
(631 words)
|
|
| |
| | TAASC: MySQL Basics -- A Helpful MySQL Tutorial |
 | | This MySQL help page also gives more advanced users assistance in upgrading and running multiple versions of MySQL on a computer at the same time. |  | | If your operating system or versions of MySQL are different, the instructions should still work, but keep an eye out for slight differences, like which working directory you'll need to be in. |  | | MySQL's data files should be stored on a drive, or a portion thereof, that contains your other data files. |
|
http://www.analysisandsolutions.com/code/mybasic.htm
(3285 words)
|
|
| |
| | MySQL AB :: MySQL Downloads |
 | | MySQL Connector/PHP -- for connecting to MYSQL from PHP on Windows (not necessary for Unix variants). |  | | MySQL Query Browser -- Use this graphical client to work with your MySQL databases and run queries |  | | MySQL also develops Graphical User Interface applications for administering MySQL Server and working with data. |
|
http://dev.mysql.com/downloads
(543 words)
|
|
| |
| | Open Directory - Computers: Software: Databases: MySQL |
 | | MySQL Data Manager - A web based interface for database content and structure management. |  | | MySQL U.D.F. Registry - A Registry of User Definable Functions (server-side extensions) for the MySQL server. |  | | MySQL Documentor - Stores descriptions of MySQL databases, tables, and fields in HTML Help format. |
|
http://dmoz.org/Computers/Software/Databases/MySQL
(555 words)
|
|
| |
| | Planet MySQL |
 | | With MySQL 5.1 you can store the general query log in a table. |  | | My timing was a little off as the site was due to close during the MySQL conference but with that now out of the way the content of the site has been transfered and is available now at.. |  | | I found out that the MySQL 5.1 development source version has changed to 5.1.11, so MySQL 5.1.10 will probably be released very soon. |
|
http://www.planetmysql.org
(8430 words)
|
|
| |
| | Server Logistics - Complete MySQL |
 | | Complete MySQL is intended to be a thorough and easy to use MySQL software distribution for Mac OS X. If you are not familiar with MySQL, it is a popular and robust open-source SQL server. |  | | Installing MySQL is as easy as double-clicking the package file and following the instructions provided by Apple's Installer application. |  | | The MySQL installer package provides an easy way to install the MySQL software. |
|
http://www.serverlogistics.com/mysql.php
(559 words)
|
|
| |
| | books about: mysql (industrial-strength certification applications) |
 | | While experienced MySQL users should steer clear of this book, MySQL Crash Course is an excellent book for the beginner. |  | | This book is the best computer book I have read in the last 5 years, hands down. |  | | It is extremely up-to-date considering the rapidity of movement in MySQL development progress. |
|
http://www.very-clever.com/books/mysql
(1447 words)
|
|
| |
| | SQL Manager EMS SQL Manager for MySQL Overview |
 | | SQL Manager for MySQL has a new state-of-the-art graphical user interface with well-described wizard system, so clear in use that even a newbie will not be confused with it. |  | | SQL Manager for MySQL works with any MySQL versions from 3.23 to 5.06 and supports all of the latest MySQL features including views, stored procedures and functions, InnoDB foreign keys and so on. |  | | MySQL 5.0.6 support, ability to execute stored procedures and functions, new Save Data Wizard and much more... |
|
http://www.sqlmanager.net/products/mysql/manager
(383 words)
|
|
| |
| | MySQL Articles |
 | | Luminaries from the open source communities of Perl, Python, PHP, MySQL, Apache, and Linux each presented their take on the current state of their technology and where it is headed. |  | | In this first in a three-part series showcasing these sample recipes, find out how to interpret results from summaries and NULL values and how to identify duplicates in a table or record. |  | | John Paul Ashenfelter looks at a specific class of SQL functions that operate on entire columns of data instead of discrete values -- the aggregate functions. |
|
http://www.onlamp.com/onlamp/general/mysql.csp
(1987 words)
|
|
| |
| | Marc Liyanage - Software - Mac OS X Packages - MySQL |
 | | The Business Mac has a feature on installing MySQL as well as introductions to relational databases and the SQL language. |  | | This is useful to create the package when no GUI access is available to the machine on which the build is performed. |  | | DBI and DBD::mysql are Perl modules for interfacing with MySQL from your Perl code |
|
http://www.entropy.ch/software/MacOSx/mysql
(1205 words)
|
|
| |
| | MM Mysql Drivers |
 | | MySQL Connector/J 3.0-beta can now be downloaded from the MySQL web site at www.mysql.com/downloads/. |  | | It lets developers working with the Java programming language easily build programs and applets that interact with MySQL and connect all corporate data, even in a heterogeneous environment. |  | | Moreover, in a recent database benchmark by Ziff Davis Media Inc., and published in eWeek magazine, the high-performance MySQL database with the MySQL Connector/J driver came out as a winner among the server databases reviewed from IBM, Microsoft, Oracle and Sybase, on a Java-based application server. |
|
http://mmmysql.sourceforge.net
(868 words)
|
|
| |
| | PHP MySQL Tutorial |
 | | And if you are a newcomer in PHP go to the second section to learn the basics of PHP. |  | | You will learn about starting MySQL, adding new MySQL user, creating a database and tables. |  | | After you have the database and tables ready it's time to learn how to insert your data into the database. |
|
http://www.php-mysql-tutorial.com
(832 words)
|
|
| |
| | MySQL AB :: MySQL Partner Solutions |
 | | SPECIAL OFFER: FREE TRIAL Quest Software and MySQL are proud to offer our joint customers a free trial of leading database development and management tool; Toad(TM) for MySQL Network, and a MySQL Network subscription. |  | | In turn, our continued success is built on the partnerships we establish with software, hardware and services providers. |  | | Pentaho - MySQL V5 — Ready for Prime-Time Business Intelligence |
|
http://solutions.mysql.com
(306 words)
|
|
| |
| | MySQL AB :: MySQL: The World's Most Popular Open Source Database |
 | | MySQL 5.0 delivers the enterprise features the community has been asking for, including Stored Procedures, Triggers, Views, Information Schema, XA Distributed Transactions, and new Storage Engines. |  | | Here is some how-to information on using BIRT with MySQL. |  | | Take a few moments to complete our user survey and you could win a brand new iPod! |
|
http://sunsite.icm.edu.pl/mysql
(526 words)
|
|
| |
| | MySQL Lists |
 | | All things concerning the MySQL software on Microsoft operating systems such as Windows 9x/Me/NT/2000/XP. |  | | A list for people who work on the MySQL code. |  | | For more information about the mailing lists, please review our list of frequently asked questions. |
|
http://lists.mysql.com
(391 words)
|
|
| |
| | MySQL/Ruby |
 | | For example, the Ruby query() method corresponds to the C API mysql_query() function. |  | | The module may work for other versions, but that has not been verified. |  | | It provides the same functions for Ruby programs that the MySQL C API provides for C programs. |
|
http://www.tmtm.org/en/mysql/ruby
(428 words)
|
|
| |
| | PHP/MySQL Tutorial |
 | | According to Graeme, PHP and MySQL are the world's best combination for creating data-driven sites. |  | | Open source has brought a lot more than Linux to the computing world. |  | | In the first installment of this three-lesson tutorial, our Kiwi guide covers everything you need to know to begin developing database hubs. |
|
http://www.webmonkey.com/programming/php/tutorials/tutorial4.html
(333 words)
|
|
| |
| | MySQL, Third Edition |
 | | MySQL is a comprehensive text that covers how to use and administer MySQL databases, and how to write MySQL-based programs in C, Perl, and PHP. |  | | The book is available in electronic form at Safari |  | | [Kitebird home] [MySQL and Perl for the Web] [MySQL Cookbook] [book comparison] |
|
http://www.kitebird.com/mysql-book
(93 words)
|
|
| |
| | MySQL-Front - The most popular front end and admin tool for the MySQL database |
 | | The program makes working with MySQL easy without hiding the language from the user. |  | | For designers with only a basic grasp of databases, this program is the way to go to make you independent of SQL gurus. |  | | Because it is a "real" application, it can offer a more refined user-interface than is possible with systems built on PHP and HTML. |
|
http://www.mysqlfront.de
(249 words)
|
|
| |
| | Technorati Tag: mysql |
 | | LogiXML BI - MySQL LogiXML builds powerful business intelligence reporting and analytics tools that are easy to learn, use, deploy and maintain. |  | | We reduce costs, increase quality and shorten development time by leveraging off-the-shelf software. |  | | Perl MySQL UTF8 五月 16th, 2006 Perl 的 MySQL UTF8 破解法.. |
|
http://www.technorati.com/tag/mysql
(430 words)
|
|
| |
| | MySQL Cheat Sheet |
 | | Pattern Matching: mysql> SELECT * FROM table WHERE rec LIKE "blah%"; (% is wildcard - arbitrary # of chars) Find 5-char values: SELECT * FROM table WHERE rec like "_____"; (_ is any single character) Extended Regular Expression Matching: mysql> SELECT * FROM table WHERE rec RLIKE "^b$"; (. |  | | This page last modified on Jan 10 2003 10:28:34 PM. |
|
http://nparikh.freeshell.org/unix/mysql.php
(59 words)
|
|
| |
| | MySQL - Mono |
 | | Please download and use the 1.0.7 release of MySQL Connector/Net which works on Mono on Windows and Linux. |  | | The Mono provider for MySQL (http://www.mysql.com/) database is the MySQL Connector/Net (http://dev.mysql.com/downloads/connector/net/). |  | | Note: The 1.0.5 release of MySQL Connector/Net does not work on non-Windows systems. |
|
http://www.mono-project.com/MySQL
(274 words)
|
|
| |
| | MySQL Help, MySQL Tutorials, MySQL Programming, MySQL Tricks |
 | | MySQL is an open source relational database management system (RDBMS). |  | | While it is typically run on Linux/UNIX platforms and used with PHP, it can be run on Windows and Mac OS X. If you want to use a fast, reliable, flexible open source RDBMS, we have the articles to get you where you need to go, right here. |  | | MySQL Help, MySQL Tutorials, MySQL Programming, MySQL Tricks |
|
http://www.devshed.com/c/b/MySQL
(606 words)
|
|
| |
| | Zaurus Mysql |
 | | Why would any one want a high power data base like mysql on a palmtop? |  | | This version of the mysql client does implement the '\. |  | | The main reason is the powerfull combination of the |
|
http://www.caulfei.demon.co.uk/zaurus
(351 words)
|
|
| |
| | phpMyAdmin MySQL Database Administration Tool www.phpmyadmin.net |
 | | Currently it can create and drop databases, create/drop/alter tables, delete/edit/add fields, execute any SQL statement, manage keys on fields, manage privileges,export data into various formats and is available in 50 languages. |  | | The book "Mastering phpMyAdmin for Effective MySQL Management". |  | | phpMyAdmin is a tool written in PHP intended to handle the administration of MySQL over the Web. |
|
http://www.phpmyadmin.net
(298 words)
|
|
| |
| | MySQL Product Archives |
 | | We provide these as a courtesy to our users, who may need to duplicate an existing installation based on older versions of our software. |  | | This site provides archived versions of various MySQL products. |  | | To download the current released and fully-tested versions of these products, please go to the download pages on the main MySQL web site. |
|
http://downloads.mysql.com/archives.php?p=mysql-3.23
(91 words)
|
|
| |
| | SourceForge.net: MySQL for Python |
 | | _mysql is a low-level API similiar to the MySQL C API. |  | | MySQL versions 3.23-5.0; and Python versions 2.3-2.4 are supported. |  | | Donate to project Stats - Activity: 99.86% RSS |
|
http://sourceforge.net/projects/mysql-python
(191 words)
|
|
| |
| | MySQL Testing with Pearson VUE |
 | | For more information on the MySQL certification program, please visit www.mysql.com/certification. |  | | MySQL AB MySQL AB develops and supports a family of high performance, affordable database products — including MySQL Network, a comprehensive set of certified software and premium support services. |  | | Follow the links below for information about MySQL testing: |
|
http://www.vue.com/mysql
(419 words)
|
|
| |
| | MySQL Forums |
 | | Forum for MySQL for Embedded Linux, VxWorks, Windows CE, etc. |  | | Forum for users and developers looking for certified MySQL Hosting. |  | | Forum for ideas and feedback on MySQL Docs and translations. |
|
http://forums.mysql.com
(97 words)
|
|
| |
| | MySQL AB :: The world's most popular open source database |
 | | Learn how leading organizations are saving over $1 million using commodity hardware and open source software. |  | | MySQL AB Sees Increased Growth & Momentum in EMEA |  | | MySQL to Promote New Open Source DB Engines from its Partners and Dev Community |
|
http://www.mysql.com
(75 words)
|
|
| |
| | phpBB.com :: Creating Communities |
 | | Based on the powerful PHP server language and your choice of MySQL, MS-SQL, PostgreSQL or Access/ODBC database servers, phpBB is the ideal free community solution for all web sites. |
|
http://www.phpbb.com
(116 words)
|
|
| |
| | MySQL++ Documentation |
 | | Both are available from the main MySQL++ page. |  | | The MySQL++ documentation is split into two parts: |  | | If you want a local copy of the HTML documentation, you can get it in either the main source tarball or in the -manuals RPM. |
|
http://tangentsoft.net/mysql++/doc
(94 words)
|
|
| |
| | MySQL AB :: |
 | | Report a broken link or missing page to our webmaster |  | | “MySQL Cluster delivers the high-availability that enables us to guarantee continuous broadband internet access and VoIP services to our subscribers.” — Lars-Åke Norling, CTO, Bredbandsbolaget (B2), Sweden's Largest Broadband Provider |
|
http://www.mysql.com/products/mysql
(54 words)
|
|
| |
| | TcX AB |
 | | TcX AB To MySQL click on the old logo. |  | | Last modified: Mon Dec 5 19:33:31 MET 2005 |
|
http://www.tcx.se
(17 words)
|
|
|