Help please - installing eSyndicate

Discussion in 'PHP' started by mikerocky, Jul 30, 2008.

  1. #1
    i am rubbish with mysql, need someone to point out my error please.
    i am following these instructions:

    # Select newly created database and go to SQL section.
    # In the query text field enter this query:

    GRANT ALL PRIVILEGES ON database_name.* TO database_username@localhost
    IDENTIFIED BY 'password' WITH GRANT OPTION;

    IMPORTANT! Don't forget to replace database_name, database_username, and password with actual database name, username, and password when running this query.

    I have setup a database and put the db name, user and pass in the right places

    ('pass' is where i put the password)

    and am getting this error:
    Error

    SQL query:

    GRANT ALL PRIVILEGES ON dsc . * TO driving@localhost IDENTIFIED BY 'pass' WITH GRANT OPTION ;

    MySQL said: Documentation
    #1044 - Access denied for user 'driving'@'%' to database 'dsc'



    the server says localhost:3306 - do i need to put this in the query?

    thanks for any help :)
     
    mikerocky, Jul 30, 2008 IP
  2. CarcaBot

    CarcaBot Active Member

    Messages:
    389
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    58
    #2
    y can help u with that
     
    CarcaBot, Jul 31, 2008 IP