The Perfect Setup - Ubuntu Feisty Fawn (Ubuntu 7.04)

Discussion in 'HOWTO-Related Questions' started by Saadlive, Jun 22, 2007.

  1. Saadlive

    Saadlive New Member

    Hi there,

    I am having problems with the install of this server.

    On page 4 under the MySQL section I do not get the same option as the tutorial got.

    I run
    and it should bring up
    Code:
    [...]
    #bind-address           = 127.0.0.1
    [...]
    Only problem is that I get this.
    Code:
    #
    # The MySQL database server configuration file.
    #
    # You can copy this to one of:
    # - "/etc/mysql/my.cnf" to set global options,
    # - "~/.my.cnf" to set user-specific options.
    #
    # One can use all long options that the program supports.
    # Run program with --help to get a list of available options and with
    # --print-defaults to see which it would actually understand and use.
    #
    # For explanations see
    # http://dev.mysql.com/doc/mysql/en/server-system-variables.html
    
    # This will be passed to all mysql clients
    # It has been reported that passwords should be enclosed with ticks/quotes
    # escpecially if they contain "#" chars...
    # Remember to edit /etc/mysql/debian.cnf when changing the socket location.
    [client]
    port            = 3306
    socket          = /var/run/mysqld/mysqld.sock
    
    # Here is entries for some specific programs
    "/etc/mysql/my.cnf" 138 lines, 3636 characters
    
    Any thoughts on why this might be happening?

    Thank you
     
  2. falko

    falko Super Moderator Howtoforge Staff

    That is the beginning of the file. You must scroll down further to see that line (using the arrow keys).
     

Share This Page