home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / usr / share / doc / mysql-common / README.Debian < prev   
Encoding:
INI File  |  2007-04-03  |  908 b   |  21 lines

  1. [passwords]
  2. If you change the password of the root user (which is strongly recommended)
  3. you have to create a personal mysql config file in order to let cron run
  4. the /etc/cron.daily script without asking you for the password.
  5. The /root/.my.cnf file should be chmod 0600 (-rw------- root root .my.cnf)
  6. and have the following content:
  7. [mysqladmin]
  8. user            = root
  9. password        = <secret>
  10.  
  11. [more than one process]
  12. Note that the shutdown script cannot use the pid number stored in
  13. /var/run, since it is for the first mysqld thread, but we need to kill
  14. the most recent thread to shutdown the server. The upstream developers
  15. are aware of this bug. When maintaining your database, you should use
  16. mysqladmin with your password to shutdown and reload the server rather
  17. than /etc/init.d/mysql.
  18.  
  19. Scott Hanson               and          Christian Hammers
  20. <shanson@debian.org>                    <ch@debian.org>
  21.