Ask a Question related to PHP Development, Design and Development.
-
Kevin Thorpe #1
Query log for mySQL?
Is there a simple way to create a query log for mySQL? I've been
asked^h^h^h^h^h told to add a layer of auditing on an existing
application. It's unlikely that this audit log will ever be looked at so
a listing of sql queries would probably suffice (it'll be big enough to
impress anyway).
Kevin Thorpe Guest
-
Is this a MySQL Query bug?
I wrote a SQL script in MySQL Query, and saved it as script.sql, but when I executed it in windows command line "mysql -h localhost -u root... -
MySQL Query Cache Not Working: MySQL 5 / Windows XP
Please excuse this post if you've already read it on mailing.database.mysql - i just discovered these other groups. future posts will be... -
MYSQL query: AND OR?
This will probably sound stupid. How would you do a MYSQL query that was to evaluate if either condition A or B was meet? And if so, in what... -
MySql query help
Hey, I am trying to retrive information from a database using the 'Mysql_fetch_assoc' function, but the problem is.. it is just one row of data... -
mysql/php query
I have a question about (i think) joining. If I have a table in a database that has this info: key - name - favorite 1 - john - 2 2 - ... -
Kevin Thorpe #2
Re: Query log for mySQL?
André Nęss wrote:
So why didn't I try that? I can only blame trying to do ten things at> Kevin Thorpe:
>
>>>>Is there a simple way to create a query log for mySQL? I've been
>>asked^h^h^h^h^h told to add a layer of auditing on an existing
>>application. It's unlikely that this audit log will ever be looked at so
>>a listing of sql queries would probably suffice (it'll be big enough to
>>impress anyway).
>
> A quick search for "logging" in the MySQL manual found me this:
> [url]http://www.mysql.com/doc/en/Query_log.html[/url]
once and a major hangover. Shame it doesn't use syslog though.
Kevin Thorpe Guest
-
André Nęss #3
Re: Query log for mySQL?
Kevin Thorpe:
A quick search for "logging" in the MySQL manual found me this:> Is there a simple way to create a query log for mySQL? I've been
> asked^h^h^h^h^h told to add a layer of auditing on an existing
> application. It's unlikely that this audit log will ever be looked at so
> a listing of sql queries would probably suffice (it'll be big enough to
> impress anyway).
[url]http://www.mysql.com/doc/en/Query_log.html[/url]
André Nęss
André Nęss Guest
-
tomlynn97@hotmail.com #4
Re: Query log for mySQL?
On Wed, 26 Nov 2003 10:28:46 +0000, Kevin Thorpe <kevin@pricetrak.com>
wrote:
[url]http://www.mysql.com/documentation/mysql/bychapter/manual_MySQL_Database_Administration.html#Log_File s[/url]>Is there a simple way to create a query log for mySQL? I've been
>asked^h^h^h^h^h told to add a layer of auditing on an existing
>application. It's unlikely that this audit log will ever be looked at so
>a listing of sql queries would probably suffice (it'll be big enough to
>impress anyway).
>
Tom Lynn
--------
[url]http://www.tomlynn.com[/url]
tomlynn97@hotmail.com Guest



Reply With Quote

