<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://aznot.com/index.php?action=history&amp;feed=atom&amp;title=MySQL%2FTweaks</id>
	<title>MySQL/Tweaks - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://aznot.com/index.php?action=history&amp;feed=atom&amp;title=MySQL%2FTweaks"/>
	<link rel="alternate" type="text/html" href="https://aznot.com/index.php?title=MySQL/Tweaks&amp;action=history"/>
	<updated>2026-05-08T16:34:24Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.0</generator>
	<entry>
		<id>https://aznot.com/index.php?title=MySQL/Tweaks&amp;diff=3010&amp;oldid=prev</id>
		<title>Kenneth: Created page with &quot;[http://dev.mysql.com/doc/refman/5.0/en/name-case-sensitivity.html Identifier Case Sensitivity]   How table and database names are stored on disk and used in MySQL is affected...&quot;</title>
		<link rel="alternate" type="text/html" href="https://aznot.com/index.php?title=MySQL/Tweaks&amp;diff=3010&amp;oldid=prev"/>
		<updated>2016-03-09T20:54:43Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;[http://dev.mysql.com/doc/refman/5.0/en/name-case-sensitivity.html Identifier Case Sensitivity]   How table and database names are stored on disk and used in MySQL is affected...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[http://dev.mysql.com/doc/refman/5.0/en/name-case-sensitivity.html Identifier Case Sensitivity]&lt;br /&gt;
&lt;br /&gt;
 How table and database names are stored on disk and used in MySQL is affected by the lower_case_table_names&lt;br /&gt;
 system variable, which you can set when starting mysqld. lower_case_table_names can take the values shown&lt;br /&gt;
 in the following table. On Unix, the default value of lower_case_table_names is 0. On Windows the default&lt;br /&gt;
 value is 1. On Mac OS X, the default value is 2.&lt;br /&gt;
 &lt;br /&gt;
 Value 	Meaning&lt;br /&gt;
 0 	Table and database names are stored on disk using the lettercase specified in the CREATE TABLE&lt;br /&gt;
        or CREATE DATABASE statement. Name comparisons are case sensitive. Note that if you force this&lt;br /&gt;
        variable to 0 with --lower-case-table-names=0 on a case-insensitive filesystem and access MyISAM&lt;br /&gt;
        tablenames using different lettercases, index corruption may result.&lt;br /&gt;
 1 	Table names are stored in lowercase on disk and name comparisons are not case sensitive. MySQL&lt;br /&gt;
        converts all table names to lowercase on storage and lookup. This behavior also applies to&lt;br /&gt;
        database names and table aliases.&lt;br /&gt;
 2 	Table and database names are stored on disk using the lettercase specified in the CREATE TABLE&lt;br /&gt;
        or CREATE DATABASE statement, but MySQL converts them to lowercase on lookup. Name comparisons&lt;br /&gt;
        are not case sensitive. Note: This works only on filesystems that are not case sensitive! InnoDB&lt;br /&gt;
        table names are stored in lowercase, as for lower_case_table_names=1.&lt;/div&gt;</summary>
		<author><name>Kenneth</name></author>
	</entry>
</feed>