MySQL database

TwitterFacebook
Get flash to fully experience Pearltrees

9 Tips For Working with MySQL Databases | DevSnippets

http://devsnippets.com/article/9-tips-for-working-with-mysql-databases.html MySQL is one of the most popular relational database management systems (RDBMS) around, with over 6 million installations.
Did you know MySQL supports using regular expressions in SELECT statements? I’m surprised at the number of developers who don’t, despite using SQL and regexes on a daily basis.

Regular Expressions in MySQL | Viget

http://viget.com/extend/regular-expressions-in-mysql#When:16:00:00Z
MySQL - Versions

MySQL - Ressources

MySQL - Introduction

MySQL on the cloud

MySQL - Management

MySQL - Installation

http://www.mysqlperformanceblog.com/2012/02/20/how-to-convert-show-profiles-into-a-real-profile/ SHOW PROFILES shows how much time MySQL spends in various phases of query execution, but it isn’t a full-featured profile.

How to convert MySQL’s SHOW PROFILES into a real profile - MySQL Performance Blog

http://net.tutsplus.com/tutorials/an-introduction-to-stored-procedures/

An Introduction to Stored Procedures in MySQL 5 | Nettuts+

MySQL 5 introduced a plethora of new features – stored procedures being one of the most significant.
http://radar.oreilly.com/2010/12/strata-gems-mysql-handlersocket.html

Turn MySQL into blazing fast NoSQL

The trend for NoSQL stores such as memcache for fast key-value storage should give us pause for thought: what have regular database vendors been doing all this time?