summaryrefslogtreecommitdiff
path: root/databases/mysql55-server/files
AgeCommit message (Collapse)AuthorFilesLines
2017-06-24Disassociate from controlling terminal (using Perl, already aschmonz1-3/+3
dependency) and run the logger as ${mysqld_user}, not root. Bump PKGREVISIONs.
2016-06-08Remove the stability entity, it has no meaning outside of an official context.jperkin1-1/+0
2016-06-08Change the service_bundle name to "export" to reduce diffs between thejperkin1-1/+1
original manifest.xml file and the output from "svccfg export".
2016-06-08Add or fix manpath entries to use the correct path.jperkin1-1/+1
2015-03-22The bundled SMF manifest should not have a project called for. This had beenfhajny1-1/+1
added erroneously, based on modified Joyent manifests. Bump PKGREVISION for the MySQL cluster/server packages.
2014-12-05Pipe mysqld_safe's stdout and stderr to syslog to avoid the problemschmonz1-2/+4
in PR pkg/48271. (There's a mysqld_safe switch to log to syslog, which would also work around the problem, at the expense mutually exclusivity with normal MySQL logging). Bump PKGREVISIONs.
2014-04-14Don't hardcode PID file. Instead, give the user the option to set it. Therodent1-4/+6
rc.d script overrides my.cnf directives. Hardcoding the PID can cause a problem on systems transitioning to MySQL packages from pkgsrc.
2014-03-25Fix SMF_METHOD_FILE expansion.jperkin1-2/+2
2014-03-11Import initial SMF support for individual packages.jperkin2-0/+63
2011-04-25MySQL is a SQL (Structured Query Language) database server. SQL is the mostadam1-0/+105
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 including embedded server (by PKG_OPTION).