Your question IS for this list, as far as it concerns
MySQL. I do understand it like this, and I think many
people think this way here. Many of us strated here
with 'stupid' questions. These lists are a great thing,
I think, it's like a bread for newbies, and a way to join
also advanced users.. and anybody can take use of
these information exchanges. Otherwise would have
been much more difficult to get such a broad spread
of knowledge and experience. Thanx to the MySQL
team, also! They are doing a great job! And is for free!..

Regarding to your question:

you must identify what is the user and group
name (mysql? on RH7) of your mysqld, then issue a
command like

chgrp yourgrp -R mysql_dir

( ?  chgrp mysql -R /usr/share/mysql )

if you don't know where your mysql directories are,
issue:

find / -name mysql

it simply does not have enough permissions to
write there. try it on all your mysql directories.

Daniel BI

> I hope this question isn't too elementary for this list. I am brand new to
> mysql. Working off redhat linux 7.0. I run "safe_mysql &" I get a message
> saying it is connecting and then a message "mySql daemon ended." When I
run
> "./bin/mysqladmin create testDB" I get the following message:
>
>   ..."connect to server at 'localhost' failed
>   error: can't connect to local mySql server through
>  socket '/tmp/mysql.sock(111)'"
>
> What am I doing wrong? Any help very much appreciated.




---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to