codehaven - php snippets - coding help
Generic filters
Exact matches only
  • Enable MYSQL Log

    22nd July 2014

    MySql

    mysql codehaven category

    With mysql 5.1.29+
    Click wamp icon > wamp/mysql
    Add this to the my.ini file

    Also, to enable it from MySQL console (type this in PHPmyadmin)

    This will then show all requests to the database

    Beware this can get very big!!!

    Was this code snippet helpful?