Get the path of running Apache: ps -ef | grep apache Append -V argument to the path Configuration file is SERVER_CONFIG_FILE under HTTPD_ROOT directory
SELECT c . column_name FROM INFORMATION_SCHEMA . COLUMNS c WHERE c . table_name = 'tbl_name' -- AND c.table_schema = 'db_name' ORDER BY c . column_name