MySQL

 

The course is a closed event to Tikal employees and the client's developers.
This course will be delivered by
Haim Raman, from Tikal ALM Group.

The Course will be given in 4 sessions, 4.5 hours each.

 

lior.kanfi 02/12/2009 - 15:41


The course is a closed event to Tikal employees and the client's developers.
This course will be delivered by
Haim Raman, from Tikal JAVA Group.

The Course will be given in 4 sessions, 4.5 hours each.


haim 14/10/2009 - 22:29

I wish to embed MySQL database in a .NET SW. MySQL have a embedded product, but it is a C++ library, which really don't want to use directly. Does any one know of a .NET library, or even a managed C++ wrapper for this API I can use?

 

Thanks!

Itsu Tamam 16/09/2009 - 08:13

Does anyone know what is the default number of threads in MySQL?

 

udid 27/08/2009 - 02:39

Some tips for kill and showprocess list commands.

http://ronaldbradford.com/blog/killing-my-softly-with-query-2009-07-12/

 

haim 13/07/2009 - 12:21

Following a question I got from one of community members

 

"Do you now a fast way to find out, on a large mysql db, which tables consume most space?"

Since MySQL 5.0 a new virtual schema was added to the MySQL database INFORMATION_SCHEMA (apart to the well known mysql schema).

INFORMATION_SCHEMA is the information database, the place that stores information about all the other databases that the MySQL server maintains.

One may query the  information schema to get the table side, for example list the top 10 largest tables.
 

haim 05/07/2009 - 09:25

MySQL (5.5) query cahce is disabled by default (size is 0).

udid 28/06/2009 - 10:26

Though our application is now mostly Oracle oriented, I spent quite a lot of time with mysql. One of the sources for mysql information which I had frequently used (and I apologize if some of you are already familiar with it) is the "MySQL Performance Blog":

www.mysqlperformanceblog.com/2008/11/24/how-percona-does-a-mysql-performance-audit/

 

 

 

shlomo 30/04/2009 - 12:32

An interesting blog how to store semi-structure data on MySQL.

yanai 26/03/2009 - 07:47
Syndicate content