Mysql

MySQL (pronounced "my ess cue el") is an open source relational database management system (RDBMS) that uses Structured Query Language (SQL), the most popular language for adding, accessing, and processing data in a database. Because it is open source, anyone can download MySQL and tailor it to their needs in accordance with the general public license. MySQL is noted mainly for its speed, reliability, and flexibility. Most agree, however, that it works best when managing content and not executing transactions. 

Categories in section: Articles Reviews
4D Database (5) Actionscript (14) Ajax (31)
Apple (25) ASP (20) C++ (22)
CGI (11) Coldfusion (23) Content Management (14)
CSS (54) DHTML (17) Domain Names (14)
Hardware (32) HTML (43) Java (32)
Javascript (42) JSP (10) Linux (98)
Microsoft Access (17) Microsoft Windows (91) Mysql (21)
Networking & Communication (18) Oracle (15) Perl (19)
PHP (51) PostgreSQL (9) Python (18)
Ruby (51) Search Engine (29) Structured Query Language (19)
Visual Basic (15) Web Hosting (20) XHTML (10)
XML (21)

Ordering   Advanced search

Friday, 02 November 2007 |  Written by Peter Zaitsev  | 
User rating: Rate it first |  Hits: 1969
Interviewing people for our Job Openings I like to ask them a basic question - if you have a server with 16GB of RAM which will be dedicated for MySQL with large Innodb database using typical Web workload what settings you would adjust and interestingly enough most people fail to come up with anything reasonable. So I decided to publish the answer I would like to hear extending it with basics of Hardware OS And Application optimization.I call this Innodb Performance Optimization Basics so these are general guidelines which work well for wide range of applications, though the optimal settings of course depend on the workload.
Saturday, 15 September 2007 |  Written by Chuck Vose  | 
User rating: Rate it first |  Hits: 1728
{mos_sb_discuss:27} One of the first things I tried to do in Rails was to figure out how to make a nice, generic website that anyone could update. After about sixteen iterations I’ve finally stumbled on one that I think will finally work.
Tuesday, 31 July 2007 |  Written by Straw Dogs  | 
User rating: Rate it first |  Hits: 2117
{mos_sb_discuss:27} Anyone who’s spent more than 5 minutes on the MySQL documentation will realise it leaves a lot to be desired.  The same goes for many of the 3rd party apps latched onto this platform which offer mediocre functionality and anything beyind the basic comes at a huge premium. Well here’s a set of 20 resources, tools, articles that hope to break that and bring it all under one roof.  Enjoy.
Tuesday, 31 July 2007 |  Written by Timour Katchaounov.  | 
User rating: Rate it first |  Hits: 2379
{mos_sb_discuss:27} If you’ve ever wished you could see MySQL’s EXPLAIN output formatted as a tree, now you can. MySQL Visual Explain transforms EXPLAIN output into a hierarchical view of the query plan, which is significantly easier to read and understand.
Sunday, 17 June 2007 |  Written by Adi Bach  | 
User rating: Rate it first |  Hits: 1919
To be honest I’m not a big fan of Stored Procedures, At least not in the form they are currently implemented in MySQL 5.0
Friday, 20 April 2007 |  Written by Bogdan V  | 
User rating: Rate it first |  Hits: 6744
In this short video tutorial you will learn on how to create a database, execute a command under the Mysql monitor. Understand how syntax and queries are working with the database, see the effect of the rows and columns.
 
Wednesday, 28 March 2007 |  Written by Alex Papadimoulis  | 
User rating: Rate it first |  Hits: 2220
{mos_sb_discuss:27} "Ha," an email from a colleague started, "I think you can finally admit that MySQL is ready to compete with the big boys!" I rolled my eyes and let out a skeptical "uh huh." His email continued, "Check out Version 5. They now have views, stored procedures, and triggers."
Monday, 12 February 2007 |  Written by Hynek’s  | 
User rating: Rate it first |  Hits: 1785
{mos_sb_discuss:27} Sounds harder than it is–especially when reading the official docs. Frankly you just got synchronize two DBs, tell the one (”master”) to write a log and the other (”slave”) to read it. In detail it looks like the following:
Saturday, 10 February 2007 |  Written by Adi Bach  | 
User rating: Rate it first |  Hits: 1747
{mos_sb_discuss:27}  Most server administrators know that the MySQL relational data base management system (RDBMS) is a highly flexible piece of software and comes with a wide range of startup options that can be used to modify its behavior. What most don't know, however, is that the standard MySQL client comes with an equally large number of startup options, some of which are extremely useful in daily MySQL interaction. While these options are not "secret" per se, they remain largely unused, even though they can significantly ease the process of server interaction.
Saturday, 03 February 2007 |  Written by Karsten Schrader  | 
User rating: Rate it first |  Hits: 2576
{mos_sb_discuss:27} Database backups can be made in two ways: by copying the data directory directly (eithermanually or by means of the mysqlhotcopy  script on Unix) or by using the mysqldump  tool to write out a SQL file that will replicate your database.
Results 1 - 10 of 21 << Start < Prev 1 2 3 Next > End >>

Powered by jReviews