Cannot locate mysql instance in Solaris 10 -
i working on system setup admin. solaris webstack setup. using commands such svcs -a|grep apache can see apache running or svcs -a|grep postgresql shows me postgres disabled. svcs -a|grep mysql command nothing. hops on next line prompt waiting input! mysql databases can see located on solaris computer networked fedora computer running other applications. windows clients networked solaris have applications whcih based on mysql running normal. clue? want access mysql commandline on solaris says mysql : not found!
svcs shows service if serivce building smf (service management facility).
in classic model service using control-scripts /etc/init.d/
error message "command not found" maybe occurred if path variable not contains paths stored mysql, example: /usr/local/bin/mysql.
if sure server solaris installed mysql - try find mysql file on file system.
for find run command: find / -type f -name mysql
Comments
Post a Comment