A True Multiuser, Multithreaded SQL Database Server
SQL is the most popular database language in the world. MySQL is a
client/server implementation that consists of a server daemon (mysqld)
and many different client programs and libraries.
The main goals of MySQL are speed, robustness, and ease of use. MySQL
was originally developed because the developers at TcX needed an SQL
server that could handle very large databases an order of magnitude
faster than what any database vendor could offer them. They have now
been using MySQL since 1996 in an environment with more than 40
databases containing 10,000 tables, of which more than 500 have more
than 7 million rows. This is about 100 gigabytes of mission-critical
data.
The base upon which MySQL is built is a set of routines that have been
used in a highly demanding production environment for many years. While
MySQL is still in development, it already offers a rich and highly
useful function set.
The official way to pronounce MySQL is "My Ess Que Ell" (Not
MY-SEQUEL).
This package only contains the server-side programs.
- Sources inherited from project openSUSE:12.2
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:lafenghu/mysql-community-server && cd $_
- Create Badge
Source Files
Filename | Size | Changed |
---|---|---|
README.SuSE | 0000001926 1.88 KB | |
README.debug | 0000003408 3.33 KB | |
baselibs.conf | 0000000036 36 Bytes | |
build.inc | 0000003905 3.81 KB | |
configuration-tweaks.tar.bz2 | 0000000217 217 Bytes | |
install.inc | 0000007711 7.53 KB | |
mysql-5.5.25a.tar.bz2 | 0018772983 17.9 MB | |
mysql-community-server.changes | 0000070333 68.7 KB | |
mysql-community-server.spec | 0000018447 18 KB | |
mysql-patches.tar.bz2 | 0000014716 14.4 KB | |
mysql.SuSEfirewall2 | 0000000161 161 Bytes | |
rc.mysql-multi | 0000016828 16.4 KB | |
series | 0000000864 864 Bytes | |
suse-test-run | 0000000445 445 Bytes |
Latest Revision
- require errormessages in the same version also in libmysqld18, doing again after messed up merge. bnc#712749
Comments 0