Control Web Panel
		WebPanel => MySQL => Topic started by: sureshk2n on October 27, 2014, 12:10:26 PM
		
			
			- 
				Hi
I could able to login and browse phpmyadmin but when i try to update a table i am getting following error
403 permission forbidden. I have given all privileges to mysql user. But it is related to permission of executing phpmyadmin site files. Please tell me how can i set permission to phpmyadmin site files?. I don't find the location for phpMyAdmin. Please provide a path to phpMyAdmin and solution to fix this.
Thanks
			 
			
			- 
				I thought it is the problem with permissions of phpmyadmin site files but it is due to mod_security. After disabling mod_security, it works fine. 
Thanks
			 
			
			- 
				in the mod security module you can check logs and disable the rule which is causing issues for your query.
			
 
			
			- 
				thanks man sureshk2n it's work.