[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Can't connect to mysql through phpmyadmin (mysql.sock problem)
- Subject: Re: [cobalt-users] Can't connect to mysql through phpmyadmin (mysql.sock problem)
- From: tob@xxxxxxxxxxxx
- Date: Fri Jan 26 15:33:03 2001
- Organization: Golf Link, Inc.
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
Carrie Bartkowiak wrote:
> ||>To see if mysql is running type:
> ||>ps -ef | grep mysql
> ||>
> ||>If mysql isn't that is IMHO why you don't have .sock file :)
> ||>(correct me
> ||>if I'm wrong)
> ||>
> ||>to start mysql:
> ||>/etc/rc.d/init.d/mysqld start
> ||>
> ||>to stop mysql:
> ||>/etc/rc.d/init.d/mysqld stop
> ||>
> ||>to view of it is running:
> ||>/etc/rc.d/init.d/mysqld status
> ||>
> ||>Good luck,
> ||>
> ||>Oblix
I've recieved a lot of good suggestions but ............ There must be some
kind of a difference between installing mysql from the package located here
http://pkg.nl.cobalt.com/ (Which is where I installed from ) and the version
that other seem to have installed.
For example from above:
>> /etc/rc.d/init.d/mysqld start
mysqld isn't in this directory . It's located in /usr/sbin .
If I try to pass it "start" or "status" or "stop" as above . I get a message
that says "Too many parameters" and then prints out all the help info for
mysqld.
Any more ideas?