home *** CD-ROM | disk | FTP | other *** search
/ fritzf.best.vwh.net / 2015-02-07.fritzf.best.vwh.net.tar / fritzf.best.vwh.net / msql / msql.conf < prev    next >
Text File  |  1997-04-03  |  976b  |  31 lines

  1. #
  2. # msql.conf  -  Configuration file for Mini SQL Version 2
  3. #
  4. #---------------------------------------------------------------------------
  5. #
  6. # This file is an example configuration and may require modification to
  7. # suit your needs or your site.  The values given are the default values
  8. # and will be used by the software if either this file is missing or a
  9. # specific value is not specified.
  10. #
  11. #---------------------------------------------------------------------------
  12. # NOTE : The install directory and all files/directories below it _must_
  13. #        be owned by the user specifed in the mSQL_User parameter (the
  14. #        user msql by default).  If you change the mSQL_User value then
  15. #    you must 'chown -R' the install directory.
  16. #
  17.  
  18. [general]
  19.  
  20. # Inst_Dir = /usr/local/Hughes
  21. Inst_Dir = /webx/web3/fritzf/msql
  22. # mSQL_User = msql
  23. mSQL_User = fritzf
  24. # Admin_User = root
  25. Admin_User = fritzf 
  26. Pid_File = %I/msql2d.pid
  27. # TCP_Port = 1114
  28. TCP_Port = 4333
  29. UNIX_Port = %I/msql2.sock
  30.  
  31.