1. Home
  2. What
  3. "mysql"

One Tag, I'll be a cloud.
One Tag, I'll be a cloud.

Yoshinori Matsunobu's blog: Using MySQL as a NoSQL - A story for exceeding 750,000 qps on a commodity server

saved on
about:
Using a MySQL "HandlerSocket" plugin, Yoshinori Matsunobu achieved a 750K requests per second on a normal box, which was slightly more performant than with a memcached server

Sequel Pro — MySQL database management app for Mac OS X

saved on
about:
A nifty and very usable MySQL desktop client for OSX.

maatkit - Project Hosting on Google Code

saved on
about:
Maatkit is a package which contains high-quality command-line tools for MySQL. The tools enable power users of MySQL to do their work more safely and quickly by relying on tested software instead of scripting things themselves. The toolkit includes functionality such as table checksums, a query profiler, and a visual EXPLAIN tool, a multiprocess version of mysqldump.

mysql-workbench-doctrine-plugin - Project Hosting on Google Code

saved on
about:
A MySQL workbench plugin, for designing Doctrine models from within MySQL workbench

Jet Profiler for MySQL

saved on
about:
"Jet Profiler for MySQL is real-time query performance and diagnostics tool for the MySQL database server". I love the Query ratings feature and the live query observation - should replace the weak use of MySQL proxy.

Sphinx - Free open-source SQL full-text search engine

saved on
about:
Sphinx is a standalone search engine, meant to provide fast, size-efficient and relevant fulltext search functions to other applications. Sphinx was specially designed to integrate well with SQL databases and scripting languages. Currently built-in data sources support fetching data either via direct connection to MySQL or PostgreSQL, or using XML pipe mechanism (a pipe to indexer in special XML-based format which Sphinx recognizes).

Database replication lag | Dries Buytaert

saved on
about:
Consider the following pseudo-code: $nid = node_save($data); $node = node_load($nid); Because node_save() executes a mutator query (an INSERT or UPDATE statement) is has to be executed on the master, so the master can propagate the changes to the slaves. Because node_load() uses a read-only query, it can go to the master or any of the available slaves. Because of the lack of synchronization between master and slaves, there is one obvious caveat: when we execute node_load() the slaves might not have been updated.

Using Flex, PHP, and JSON to Modify a MySQL Database

saved on
uri:
http://blog.paranoidferret.com/?p=43 This link is now broken.
about:
This tutorial should show a decent way to send data in a database to and from flex to php using json.

mysql-filesystem-engine - Google Code

saved on
about:
This is a project for the MySQL Filesystem storage engine. It translates normal files on your server into relational tables inside of MySQL.

~jk ORDER BY RAND()

saved on
uri:
http://jan.kneschke.de/2007/2/15/order-by-rand This link is now broken.
about:
If you read the MySQL manual you might have seen the ORDER BY RAND() to randomize the the rows and using the LIMIT 1 to just take one of the rows.

Storing Passwords in MySQL

saved on
about:
Securing plain text passwords in MySQL is NEVER a good idea. As a DBA you should take great care in protecting the users' information. Fortunately MySQL provides you with several options to protect passwords.

Conseils pour l'amélioration des performances InnoDB

saved on
uri:
https://dev.mysql.com/doc/refman/5.0/fr/innodb-tuning.html This link is now broken.
about:
Quelques conseils pour améliorer les perfs InnoDB

ARC: ARC - RDF and SPARQL for PHP developers

saved on
uri:
http://arc.web-semantics.org/home This link is now broken.
about:
ARC facilitates the integration of RDF and SPARQL functionality in PHP/MySQL-driven frameworks.

OpenMSS :: View topic - Howto install a webserver, php and mysql

saved on
uri:
http://www.openmss.org/forum/viewtopic.php?p=1735 This link is now broken.
about:
How to build a linux + lighhttpd + PHP5 + MySQL platform over a simple Mactor Shared Storage network disk.

Tutorial: ISP-style Email Service with Debian-Sarge and Postfix 2.1

saved on
uri:
https://workaround.org/articles/ispmail-sarge/ This link is now broken.
about:
Un système de mails complet avec des utilisateurs virtuels gérés par MySQL