"Maciej (Matchek) Bliziński" <[email protected]> writes: > 2013/10/4 Peter FELECAN <[email protected]>: >> What's the most convenient template for the data base server ? Small, >> medium or large? Maybe some hints on what's the procedure on enabling >> MySQL on a pristine system? > > I don't think you need to do any of that. The only thing you need is > the max_allowed_packet setting, you can just run these two commands: > > echo >>/etc/opt/csw/my.cnf "[mysqld]" > echo >>/etc/opt/csw/my.cnf "max_allowed_packet=64M" > > The rest is taken care of by the postinstall script. The database > daemon is running and you can connect as the root user.
It is not taken care. This is why I'm whining: # svcs -l svc:/network/cswmysql5:default fmri svc:/network/cswmysql5:default enabled false state disabled next_state none state_time Fri Oct 04 12:17:34 2013 restarter svc:/system/svc/restarter:default dependency require_all/none svc:/system/filesystem/local (online) dependency require_all/none svc:/network/loopback (online) bash-3.2# svcs -l svc:/network/cswmysql5:default fmri svc:/network/cswmysql5:default enabled false state disabled next_state none state_time Fri Oct 04 12:17:34 2013 restarter svc:/system/svc/restarter:default dependency require_all/none svc:/system/filesystem/local (online) dependency require_all/none svc:/network/loopback (online) BTW, can you tell me if the template to create /etc/opt/csw/my.cnf as required for checkpkg is the small, medium or large. TIA -- Peter _______________________________________________ maintainers mailing list [email protected] https://lists.opencsw.org/mailman/listinfo/maintainers .:: This mailing list's archive is public. ::.
