need help with database

Discussion in 'Databases' started by tonymorrison39, Nov 9, 2009.

  1. #1
    I need to know the following as i am a newbie

    how to Grant full access between your MySQL User and database and how to assign 777 rights to a file
     
    tonymorrison39, Nov 9, 2009 IP
  2. mwasif

    mwasif Active Member

    Messages:
    816
    Likes Received:
    23
    Best Answers:
    1
    Trophy Points:
    70
    #2
    Use GRANT to give access to MySQL users. Use the following command for 777 permissions
    chmod 777 file_name
    Code (markup):
     
    mwasif, Nov 11, 2009 IP