Hi
Suppose we have the binary distribution already installed.
1. run mysq_install_db "script"
2. run mysql_setpermission
3.Go to in /etc/init.d and make 2(two) symbolic link from mysqld script to
...
    - "K12mysqld" - OS kill the daemon when shutdown.

    - "S12mysqld" - OS start the daemon on boot.
...in rc3.d directory (if your OS boot on text mode) or rc5.d directory (if
your OS boot with graphical login).

NOTE:After you create this links you must verify(in rc3.d or rc5.d) if this
files "have" the symbol "@" in front of the filename.(@K12mysqld or
@S12mysqld)

If the symbol exist it's OK .

If appear the symbol "!" ....GoTo step 3.

(OPTIONAL but not recommended(security reason) - you can edit the my.cnf and
modify the socket path to /tmp/mysql.sock in mysqld section.In tmp directory
all processes are rights to create files)

4. Reboot.

This steps are necessary if you can't start the mysql daemon like service
with OS utilities (linuxconf under RedHat,yast under SuSe ...etc)
Good Luck,

Gelu



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