Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to solve “Warning: World-writable config file ‘/opt/lampp/etc/my.cnf’ is ignored” in xampp

Tags:

php

xampp

How to stop the below warning in xampp?

Warning: World-writable config file ‘/opt/lampp/etc/my.cnf’ is ignored

like image 792
Renato Vasconcellos Avatar asked Jun 10 '18 23:06

Renato Vasconcellos


2 Answers

With the stopped server perform:

  1. chmod 644 /opt/lampp/etc/my.cnf
  2. restart the server
like image 71
2 revs, 2 users 91% Avatar answered Oct 27 '22 05:10

2 revs, 2 users 91%


Hae I Got this error

Warning: World-writable config file '/opt/lampp/etc/my.cnf' is ignoredWarning: World-writable config file '/opt/lampp/etc/my.cnf' is ignoredWarning: World-writable config file '/opt/lampp/etc/my.cnf' is ignored

This is how I solved it hope It work for you

sudo chmod 755 /opt/lampp/phpmyadmin/config.inc.php
like image 4
Simon205 Avatar answered Oct 27 '22 04:10

Simon205