Web Stack Getting Started Guide

Administering MySQL Server

SMF Framework for Web Stack components are not initialized in the this release. Use either the Web Stack UI or start the server by running the startup command manually. Perform the following steps as root user to start MySQL Server:

Perform the following steps as root user to start MySQL server.


svccfg import /var/svc/manifest/application/database/mysql.xml
svcadm enable application/database/mysql:version_50 

The import command allows you to import the MySQL manifest file and the enable command allows you to start the server.

Execute the disable command to stop the server.


svcadm disable application/database/mysql:version_50