I have been working on PHP. i have a doubt how to get apache and mysql error logs
path using php. For php error log we can go for ini_get("error_log")
. is there any way like above for apache and mysql error logs ? we can get mysql path using following query show variables like '%log%'
but it is not accessible . can i access mysql/apache error logs in shared hosting ?