Commit Graph

6 Commits

Author SHA1 Message Date
robert
0bb447be4f update to version 5.0.45 that includes bugfixes and a couple of security
fixes too;

move to a new way of documenting the usage of mysql,
based on the documentation that can found in postgresql port

the original diff was from Brad; fixes from Stuart Henderson and me;

ok naddy@, espie@, pvalchev@
2007-08-08 21:33:51 +00:00
bernd
51e003e33c Don't install a default database with an empty root password. From now on,
the user has to create the initial database himself.

Inspired by mbalmer@s change to postgresql-server.

Additionally: Don't remove the databases when mysql-server is deinstalled
via 'pkg_delete -c'.

ok brad@, mbalmer@
2006-10-18 18:35:48 +00:00
brad
12fd4ec729 better 2004-06-23 04:04:05 +00:00
brad
04c6071b5b add missing MESSAGE file. 2003-08-28 00:44:03 +00:00
brad
af59157dc9 upgrade to MySQL 3.23.46
--
- The port has switched back to using native threads. Only tested and known to work on i386. For everything else the port is currently marked BROKEN until the appropriate architectures are tested. Do not even try this if you're not running -current libc_r.
- As suggested by Marc Espie, make symlink for the MySQL client library in lib/ to eliminate the need for adding lib/mysql to the shlib dir path. Porters have to be careful and ensure autoconf scripts do not arbitrarily enable MySQL support after this change.
2001-12-22 03:54:44 +00:00
brad
1f15fd42e7 upgrade to MySQL 3.23.38
- Also split the package into client and a server sub-package which
depends on the client portion. This allows for adding/removing the server
without needing to remove ports that might be dependent on the client
portion.
- innodb FLAVOR goes away and is replaced with the max FLAVOR like the
real MySQL distribution which gives us both Berkeley DB and InnoDB tables
for transaction support.
2001-06-02 20:18:43 +00:00