Tutorials

Geeksww.com RSS Follow geeksww on Twitter

Prev | 1 2 3 4 | Next

How to download and install MySQL on Mac OS X?

Submitted by Webmaster on Wednesday May 23, 2012

MySQL is the most popular open source database management system. It allows you to quickly download and install and run a powerful database system on almost any platform available including Linux, Windows, and Mac OS X etc...(Read more)

Category:

Database Management Systems > MySQL > Installation

Tags:

download install macosx mysql opensource

MySQL DATE_FORMAT function and ORDER BY

Submitted by Webmaster on Monday December 12, 2011

An interesting scenario that I came across today was the fact that if you use the same alias as the column name in a formatted string (using DATE_FORMAT) and you also use same alias in ORDER BY or GROUP BY clause then MySQL uses the string output of DATE_FORMAT to sort records rather than the actual date column...(Read more)

Category:

Database Management Systems > MySQL > Tips and Tricks

Tags:

date_format function mysql order_by tip

MySQL Query Cache not necessarily a bad thing

Submitted by Webmaster on Monday October 03, 2011

After reading about the query cache mutex contention, scalability issues on multi-cores, and several people recommending disabling query cache on multi-core machines. I decided to give it a try and disable it to improve performance and since I was also seeing a lot of "freeing items" states for my queries (mysql works on query cache for part of the time query is in that state)...(Read more)

Category:

Database Management Systems > MySQL > Tips and Tricks

Tags:

configuration cpu-bound cpu-load mysql performance query-cache scalability

Download all Aspersa MySQL tools/scripts through a single command

Submitted by Webmaster on Wednesday August 10, 2011

According to Aspersa's user manual, "Aspersa is a collection of open-source system utilities primarily designed to ease the work of Percona consultants. This manual is the primary documentation for Aspersa tools. Please contribute your improvements."..(Read more)

Category:

Database Management Systems > MySQL > Tools

Tags:

aspersa maatkit monitoring mysql opensource tools

Download all maatkit scripts through a single command

Submitted by Webmaster on Wednesday August 10, 2011

According to maatkit home page, Maatkit is a toolkit for users, developers, and administrators of open-source databases. It is high-quality, formally tested software that is well documented and has an active open-source developer community...(Read more)

Category:

Database Management Systems > MySQL > Tools

Tags:

download installation maatkit mysql open-sourc tool

How to make class diagrams using Composition?

Submitted by Webmaster on Wednesday July 13, 2011

Before we move on to making class diagram for this problem lets discuss what is composition relation and how we use it, composition has a solid black diamond symbol...(Read more)

Category:

Miscellaneous > UML > Resources

Tags:

class-diagrams composition diagram uml

How to make use case diagram using Generalization in UML

Submitted by Webmaster on Wednesday July 13, 2011

Purpose of this tutorial is to give you understanding of how to use generalization, include and extend relationships when making use case diagrams...(Read more)

Category:

Miscellaneous > UML > Resources

Tags:

diagrams generalization uml use-case

How to work with Association classes in UML - Part2?

Submitted by Shahbaz on Friday July 08, 2011

Alright, like i said we will discuss a different scenario in this tutorial to further clarify the concept of association classes so here is the scenario...(Read more)

Category:

Miscellaneous > UML > Resources

Tags:

association classes language modelling uml

How to work with Association classes in UML - Part1?

Submitted by Shahbaz on Thursday July 07, 2011

Unified Modeling Language (UML) is a standardized general-purpose modeling language in the field of object-oriented software engineering. The standard is managed, and was created by, the Object Management Group...(Read more)

Category:

Miscellaneous > UML > Resources

Tags:

association classes language modelling uml

MySQL error while dropping databases

Submitted by Shahryar on Thursday January 06, 2011

A few months back I was trying to drop some unnecessary test and archived databases from MySQL servers and while dropping a database I got the following error message...(Read more)

Category:

Database Management Systems > MySQL > Administration

Tags:

administration database error mysql opensource rmdir

Prev | 1 2 3 4 | Next