i can't finde my.ini or my.cnf
i installed XAMPP and it can't start mysql and the error is: because of port 80 and 3306 and
i look up with netstat
i don't find any program use these 2 ports and my firwall is off

what can i do to start my XAMPP???
:(

If you are working with windows, start xampp-control in the xampp directory for an interface to the various services.
Alternatively you can start/stop the services with
NET [START|STOP] MYSQL
NET [START|STOP] APACHE2.2
from the command line.
Also have a look at the error log in /xampp/apache/logs.
my.ini should be in /xampp/mysql/bin

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.