Logoj0ke.net Open Build Service > Projects > oldschool > mysql > Meta
Sign Up | Log In

Meta Configuration of Package mysql

x
 
1
<package name="mysql" project="oldschool">
2
  <title>A true multi-user, multi-threaded SQL database server</title>
3
  <description>SQL is the most popular database language in the world. MySQL is a
4
client/server implementation that consists of a server daemon mysqld
5
and many different client programs and libraries.
6
The main goals of MySQL are speed, robustness and ease of use. MySQL
7
was originally developed because the developers at TcX needed a SQL
8
server that could handle very large databases an order of magnitude
9
faster than what any database vendor could offer to them. They have now
10
been using MySQL since 1996 in an environment with more than 40 databases
11
containing 10,000 tables, of which more than 500 have more than 7 million
12
rows. This is about 100 gigabytes of mission-critical data.
13
The base upon which MySQL is built is a set of routines that have been
14
used in a highly demanding production environment for many years. While
15
MySQL is still in development, it already offers a rich and highly useful
16
function set.
17
The official way to pronounce MySQL is "My Ess Que Ell" (Not MY-SEQUEL).
18
This package does only contain the server-side programs.
19
20
Authors:
21
--------
22
    Michael Widenius &lt;monty@mysql.com&gt;
23
    David Axmark &lt;davida@mysql.com&gt;
24
25
SuSE series: ap</description>
26
  <person userid="netmax" role="maintainer"/>
27
</package>
28