Welcome Guest, Not a member yet? Register   Sign In
I need to track mysql error query
#1

[eluser]Unknown[/eluser]
Hi,
I need to track Mysql error query from codeignitor and how to db error log through this framework
#2

[eluser]Clooner[/eluser]
See the Error Logging Threshold in the config file!
#3

[eluser]danmontgomery[/eluser]
You can also enable the profiler to see all queries run on that page:

Code:
$this->output->enable_profiler();




Theme © iAndrew 2016 - Forum software by © MyBB