summaryrefslogtreecommitdiff
path: root/databases/mysql4-server
AgeCommit message (Collapse)AuthorFilesLines
2004-03-07Updated mysql-server to 4.0.18martti10-49/+51
* Bug fixes
2004-02-24adapt patch from FreeBSD ports to fix build on FreeBSD 5.2:grant2-1/+26
http://www.freebsd.org/cgi/cvsweb.cgi/ports/databases/mysql41-server/files/patch-sql::mysqld.cc?rev=1.1 from Michal Pasternak in PR pkg/24447.
2003-12-20MySQL is a SQL (Structured Query Language) database server. SQL is themartti17-0/+556
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/libraries. The main goals of MySQL are speed and robustness. 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 contains the MySQL server programs and libraries.