problem with phpmyadmin

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • bob2044
    New Member
    • Jun 2009
    • 16

    problem with phpmyadmin

    hi ,
    I installed lampp and gave read/ write permission . when i opened http://localhost/phpmyadmin/ i got following error.

    Wrong permissions on configuration file, should not be world writable!.

    need a help to solve this problem

    Regards
  • micmast
    New Member
    • Mar 2008
    • 144

    #2
    you could solve this by issuing the following command:
    chmod a-w /folder/to/phpmyadmin/conffile

    Comment

    • numberwhun
      Recognized Expert Moderator Specialist
      • May 2007
      • 3467

      #3
      Just a note, your installation document should have had a note to make sure of these permissions.

      Regards,

      Jeff

      Comment

      • Markus
        Recognized Expert Expert
        • Jun 2007
        • 6092

        #4
        You answered your own question: you gave the file read/write permissions, and the error was that the file should not have write permissions.

        Mark :D

        Comment

        • bob2044
          New Member
          • Jun 2009
          • 16

          #5
          this problem is solved

          Comment

          Working...