<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
	<id>https://wiki.ixheim.de/index.php?action=history&amp;feed=atom&amp;title=Mysql_Logging</id>
	<title>Mysql Logging - Versionsgeschichte</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.ixheim.de/index.php?action=history&amp;feed=atom&amp;title=Mysql_Logging"/>
	<link rel="alternate" type="text/html" href="https://wiki.ixheim.de/index.php?title=Mysql_Logging&amp;action=history"/>
	<updated>2026-06-29T13:04:05Z</updated>
	<subtitle>Versionsgeschichte dieser Seite in Xinux Wiki</subtitle>
	<generator>MediaWiki 1.35.1</generator>
	<entry>
		<id>https://wiki.ixheim.de/index.php?title=Mysql_Logging&amp;diff=43090&amp;oldid=prev</id>
		<title>Thomas.will: Die Seite wurde neu angelegt: „=Query Logging aktivieren= *vi /etc/mysql/mysql.conf.d/mysqld.cnf  general_log_file        = /var/log/mysql/mysql.log  general_log             = 1 =Neustarten=…“</title>
		<link rel="alternate" type="text/html" href="https://wiki.ixheim.de/index.php?title=Mysql_Logging&amp;diff=43090&amp;oldid=prev"/>
		<updated>2023-03-11T09:23:02Z</updated>

		<summary type="html">&lt;p&gt;Die Seite wurde neu angelegt: „=Query Logging aktivieren= *vi /etc/mysql/mysql.conf.d/mysqld.cnf  general_log_file        = /var/log/mysql/mysql.log  general_log             = 1 =Neustarten=…“&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt;=Query Logging aktivieren=&lt;br /&gt;
*vi /etc/mysql/mysql.conf.d/mysqld.cnf&lt;br /&gt;
 general_log_file        = /var/log/mysql/mysql.log&lt;br /&gt;
 general_log             = 1&lt;br /&gt;
=Neustarten=&lt;br /&gt;
*systemctl restart mysql.service&lt;br /&gt;
=Logging=&lt;br /&gt;
*tail -f /var/log/mysql/mysql.log &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
2023-03-11T09:17:24.876094Z	    3 Query	SET NAMES utf8&lt;br /&gt;
2023-03-11T09:17:24.877284Z	    3 Query	SELECT * FROM my_auth WHERE user='erwin and lisa'&lt;br /&gt;
2023-03-11T09:17:24.892720Z	    3 Quit	&lt;br /&gt;
2023-03-11T09:17:40.274993Z	    4 Connect	xinux@localhost on verwaltung using TCP/IP&lt;br /&gt;
2023-03-11T09:17:40.275741Z	    4 Query	SET NAMES utf8&lt;br /&gt;
2023-03-11T09:17:40.276307Z	    4 Query	SELECT * FROM my_auth WHERE user='erwin'&lt;br /&gt;
2023-03-11T09:17:40.278581Z	    4 Quit	&lt;br /&gt;
2023-03-11T09:18:24.382996Z	    5 Connect	xinux@localhost on verwaltung using TCP/IP&lt;br /&gt;
2023-03-11T09:18:24.384263Z	    5 Query	SET NAMES utf8&lt;br /&gt;
2023-03-11T09:18:24.387334Z	    5 Quit	&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Thomas.will</name></author>
	</entry>
</feed>