Page 2 of 2 FirstFirst 12
Results 11 to 15 of 15

Thread: mysql won't start on new installation 10.04

  1. #11
    Join Date
    Dec 2006
    Location
    Chicago
    Beans
    3,839

    Re: mysql won't start on new installation 10.04

    Quote Originally Posted by senor_smile View Post
    Ah thanks, I think we were writing our replies at the same time.
    When I run either command I get:

    Code:
    mysql> GRANT ALL on table.* to root@% identified by 'temppassword';
    ERROR 1064 (42000): You have an error in your SQL syntax; check the
     manual that corresponds to your MySQL server version for the right 
    syntax to use near '* to root@% identified by 'temppassword'' at 
    line 1
    You need to substitute "table" with the table name you want to connect with, the username has to be in quotes, and the hostname has to be in quotes.

  2. #12
    Join Date
    Feb 2007
    Location
    Seattle, WA
    Beans
    146
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: mysql won't start on new installation 10.04

    Quote Originally Posted by cdenley View Post
    You need to substitute "table" with the table name you want to connect with, the username has to be in quotes, and the hostname has to be in quotes.
    Thank you! I hadn't realized those were "variables" to be filled in. That worked like a charm.

  3. #13
    Join Date
    Dec 2006
    Location
    Chicago
    Beans
    3,839

    Re: mysql won't start on new installation 10.04

    Quote Originally Posted by senor_smile View Post
    Thank you! I hadn't realized those were "variables" to be filled in. That worked like a charm.
    That should be "database" not "table". I just realized my mistake.

  4. #14
    Join Date
    May 2008
    Beans
    174

    Re: mysql won't start on new installation 10.04

    Also check to see if it's "my.cnf" NOT "my.conf", it's easy to get that wrong and some places even show it that way.

  5. #15
    Join Date
    Apr 2012
    Beans
    2

    Re: mysql won't start on new installation 10.04

    I can give you better solution for installation.

    i found great article about this
    some fixes also there, auto configuration:

    http://www.discusswire.com/mysql-ins...-ubuntu-10-04/

Page 2 of 2 FirstFirst 12

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •