views:

347

answers:

2

where can I find the mysql logs (errors, queries, etc) in the phpmyadmin interface?

A: 

Open your PHP Admin, don't select any database and look for Binary Log tab . You can select different logs from a drop down list and press GO Button to view them.

Taz
rutherford
HUmm, I have Privileges and Binary log between Engines and Processes. are you using WAMP? Which version? Are you loged in with root?
Taz
ah, probably restricted by my hosts then. I will ask them, thankyou for your help.
rutherford
A: 

If you are using XAMPP as your server, you'll find a logs directory as a child of the XAMPP directory. If you have not tried XAMPP, which runs on any system (Windows, Mac OS & Linux) find more here: http://www.apachefriends.org/en/xampp.html

BennySkogberg