CodeIgniter Forums
I need to track mysql error query - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21)
+--- Thread: I need to track mysql error query (/showthread.php?tid=33193)



I need to track mysql error query - El Forum - 08-18-2010

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


I need to track mysql error query - El Forum - 08-18-2010

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


I need to track mysql error query - El Forum - 08-18-2010

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

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