Connecting Tech Pros Worldwide Forums | Help | Site Map

problem with phpmyadmin

Newbie
 
Join Date: Jun 2009
Location: Kathmandu, Nepal
Posts: 12
#1: Sep 5 '09
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's Avatar
Familiar Sight
 
Join Date: Mar 2008
Location: Belgium
Posts: 137
#2: Sep 5 '09

re: problem with phpmyadmin


you could solve this by issuing the following command:
chmod a-w /folder/to/phpmyadmin/conffile
numberwhun's Avatar
Site Moderator
 
Join Date: May 2007
Location: New Hampshire
Posts: 2,574
#3: Sep 5 '09

re: problem with phpmyadmin


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

Regards,

Jeff
Markus's Avatar
Moderator
 
Join Date: Jun 2007
Location: York, England, with wolves.
Posts: 4,950
#4: Sep 5 '09

re: problem with phpmyadmin


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
Newbie
 
Join Date: Jun 2009
Location: Kathmandu, Nepal
Posts: 12
#5: Oct 1 '09

re: problem with phpmyadmin


this problem is solved
Reply