Category
utility
Sub-Category
ruby
Description
Right now it is a lot of work to get going with MySQL on Solaris. When you download XAMPP for Ubuntu, it's all set up automatically, and MySQL is running and ready to go. Not so with Solaris. As of build 78 (after installing CoolStack, which as I understand is being integrated into Solaris as of build 79) you have to do the following:
- Create a mysql user
- Call mysql_installdb
- Start up the mysql daemon using the command-line svc utilities
I ended up in a sorry state when I tried to do this, because I didn't have the mysql user, so I called mysql_installdb as another user, and then the daemon wouldn't start up because it didn't have permissions to the files.
Perhaps this is being fixed as part of the webstack work, but to me the best thing would be that all I have to do is choose a menu choice from the start menu to start the MySQL daemon, and I'm done.
Frequency
Always
Regression
No
Steps to Reproduce
Install Solaris and try to get MySQL started
Expected Result
It should Just Work out of the box
Actual Result
It doesn't Just Work out of the box
Error Message(s)
Test Case
Workaround
Submitter wants to work on bug
No
Additional configuration information
Since we haven't yet figured out how a user should be added to sfwn gate and since the creation of user is very critical for a good user experience for MySQL, I suggest that we create mysql user the way Postgres has created posgres user (on ON workspace)....let me know if anyone disagrees ....
Changing the synopsis for this Bug as create initial DB will be taken care of by the MySQL SMF facility .Refer to CR 6640449 .