Todd,
Friday, May 17, 2002, 4:36:37 PM, you wrote:

TC> Egor -

TC> Question 1:

TC> I located where mysql.sock is located - /var/lib/mysql/mysql.sock - NOT /tmp.
TC> However, it is a symbolic link.
TC> Shouldn't there be an actual file in addition to the symbolic link?
TC> Linux is very new to me, so I am not up to speed on many of the intricacies.

If you create a symbolic link
   ln -s /var/lib/mysql/mysql.sock /tmp/mysql.sock
you can have access to mysql.sock not only in /var/lib/mysql 
but in /tmp, too.

You can also specify in my.cnf file or with "--socket" option where
your socket file should be located.

TC> Question 2:

TC> There is not a my.cnf file on my system.  How do I determine where mysql is
TC> looking for my.cnf so that I can create one in that location?

You can create my.cnf by yourself. Examples of my.cnf (my-huge.cnf,
my-large.cnf my-small.cnf) you can find in share directory (for RedHat
it is normally /usr/share/mysql). Depends on what options you want to
specify in my.cnf; you should put it in /etc or in mysql data dir or in
home dir. For more info about my.cnf check the following link:
     http://www.mysql.com/doc/O/p/Option_files.html

Besides, please please don't send me questions in private mail, post 
them in the mail-list!

TC> Many thanks.....
TC> Todd





-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Egor Egorov
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
       <___/   www.mysql.com



---------------------------------------------------------------------
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