home *** CD-ROM | disk | FTP | other *** search
- # Example mysql config file.
- # You can copy this to one of:
- # @sysconfdir@\my.cnf to set global options,
- # mysql-data-dir\my.cnf to set server-specific options (in this
- # installation this directory is @localstatedir@).
- #
- # One can use all long options that the program supports.
- # Run the program with --help to get a list of available options
-
- # This will be passed to all mysql clients
-
- [client]
- port = 3306
- host = 10.0.0.2
- user = Sinisa
-
- # This part is mandatory for MySQLGUI
-
- [client_fltk]
-
- # Pay attention to \\ after drive: !!!!!!!!!
-
- help_file=d:\\guiclient\doc\MySQL.help
- client_file=d:\\root\MySQL.options
-
- # The following items are optional. They can be saved from MySQLGUI too !
-
- history_length=20
- database = telcent
- queries_root=d:\\root\queries
- last_database_file=d:\\root\ladb
-