Thursday, March 27, 2008

mysql 5.1.23 installation in solaris spark 10 machine (64 bit)

uninstallation:

check the package using the command:
pkginfo | grep mysql

previous installation using
pkgrm mysql

installation:

just follow the instruction : http://instmysql5sol10.blogspot.com/
(must create user and group)


post installation works have to be done by follwoing the website.

some mysql commands

1. show databases;
2. use mysql;
show tables;

Problems:
Root password have not set yet.

No comments: