<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	xmlns:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	
	>
<channel>
	<title>
	Comments on: Creating table indexes in MySQL	</title>
	<atom:link href="https://www.krazyworks.com/creating-table-indexes-in-mysql/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.krazyworks.com/creating-table-indexes-in-mysql/</link>
	<description>Networking, Systems Design, and Disaster Recovery</description>
	<lastBuildDate>Sun, 12 Nov 2017 17:26:14 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.7.9</generator>
	<item>
		<title>
		By: Useful MySQL One-Liners &#124; KrazyWorks		</title>
		<link>https://www.krazyworks.com/creating-table-indexes-in-mysql/comment-page-1/#comment-278304</link>

		<dc:creator><![CDATA[Useful MySQL One-Liners &#124; KrazyWorks]]></dc:creator>
		<pubDate>Sun, 12 Nov 2017 17:26:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.comradegeneral.com/SysAdmin/?p=116#comment-278304</guid>

					<description><![CDATA[[&#8230;] Creating table indexes in MySQL [&#8230;]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] Creating table indexes in MySQL [&#8230;]</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Mistry		</title>
		<link>https://www.krazyworks.com/creating-table-indexes-in-mysql/comment-page-1/#comment-248013</link>

		<dc:creator><![CDATA[Mistry]]></dc:creator>
		<pubDate>Sun, 31 Mar 2013 12:19:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.comradegeneral.com/SysAdmin/?p=116#comment-248013</guid>

					<description><![CDATA[Okay, i have a mysql database with a table called cmspage. in that i have id, title, desc, keywords, content.

But how do i get it so for every new id is a new page.. ie:

id=1 index..php
id=2 about.php

etc etc but does it automatically?
]]></description>
			<content:encoded><![CDATA[<p>Okay, i have a mysql database with a table called cmspage. in that i have id, title, desc, keywords, content.</p>
<p>But how do i get it so for every new id is a new page.. ie:</p>
<p>id=1 index..php<br />
id=2 about.php</p>
<p>etc etc but does it automatically?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Heath		</title>
		<link>https://www.krazyworks.com/creating-table-indexes-in-mysql/comment-page-1/#comment-247925</link>

		<dc:creator><![CDATA[Heath]]></dc:creator>
		<pubDate>Sat, 30 Mar 2013 20:50:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.comradegeneral.com/SysAdmin/?p=116#comment-247925</guid>

					<description><![CDATA[Suppose you created indexes on some fields of a table using a SQL command, then one would want to see the existing indexes. How would one do this by PHPMyAdmin. I would be so grateful, if one would tell me how
]]></description>
			<content:encoded><![CDATA[<p>Suppose you created indexes on some fields of a table using a SQL command, then one would want to see the existing indexes. How would one do this by PHPMyAdmin. I would be so grateful, if one would tell me how</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Lucas H		</title>
		<link>https://www.krazyworks.com/creating-table-indexes-in-mysql/comment-page-1/#comment-247824</link>

		<dc:creator><![CDATA[Lucas H]]></dc:creator>
		<pubDate>Sat, 30 Mar 2013 04:07:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.comradegeneral.com/SysAdmin/?p=116#comment-247824</guid>

					<description><![CDATA[I would like a database that just allows storing data through forms and displaying it again.  I have looked, but don&#039;t really know what to look under.  PHPMyAdmin is actually very close to what I want, but I need it to be for an end-user, not a developer.  I would prefer Open Source if possible.
]]></description>
			<content:encoded><![CDATA[<p>I would like a database that just allows storing data through forms and displaying it again.  I have looked, but don&#8217;t really know what to look under.  PHPMyAdmin is actually very close to what I want, but I need it to be for an end-user, not a developer.  I would prefer Open Source if possible.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: andresumoza		</title>
		<link>https://www.krazyworks.com/creating-table-indexes-in-mysql/comment-page-1/#comment-247325</link>

		<dc:creator><![CDATA[andresumoza]]></dc:creator>
		<pubDate>Tue, 26 Mar 2013 16:34:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.comradegeneral.com/SysAdmin/?p=116#comment-247325</guid>

					<description><![CDATA[I need to have my users create username, and passwords, and i want thier email addresses. Everyone says to create a mysql database in phpadmin. I click datatabase then create new database, and when I try to add tables for each item i need it requests an index, then I keep getting error messages? Please tell me step by step how to create a new database in localhost/phpmyadmin?
]]></description>
			<content:encoded><![CDATA[<p>I need to have my users create username, and passwords, and i want thier email addresses. Everyone says to create a mysql database in phpadmin. I click datatabase then create new database, and when I try to add tables for each item i need it requests an index, then I keep getting error messages? Please tell me step by step how to create a new database in localhost/phpmyadmin?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Noe R		</title>
		<link>https://www.krazyworks.com/creating-table-indexes-in-mysql/comment-page-1/#comment-247212</link>

		<dc:creator><![CDATA[Noe R]]></dc:creator>
		<pubDate>Mon, 25 Mar 2013 23:57:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.comradegeneral.com/SysAdmin/?p=116#comment-247212</guid>

					<description><![CDATA[How can I efficiently get current information from a mysql database in my c# program?  

The program runs on several systems at once and each system needs to get fresh information in case the other systems have made changes.

The program, in addition to normal operations that update the database based upon user activity, needs to draw out updated information from up to 5 tables simultaneously and display them to the user in a listbox.
]]></description>
			<content:encoded><![CDATA[<p>How can I efficiently get current information from a mysql database in my c# program?  </p>
<p>The program runs on several systems at once and each system needs to get fresh information in case the other systems have made changes.</p>
<p>The program, in addition to normal operations that update the database based upon user activity, needs to draw out updated information from up to 5 tables simultaneously and display them to the user in a listbox.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Noe R		</title>
		<link>https://www.krazyworks.com/creating-table-indexes-in-mysql/comment-page-1/#comment-247010</link>

		<dc:creator><![CDATA[Noe R]]></dc:creator>
		<pubDate>Sun, 24 Mar 2013 13:31:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.comradegeneral.com/SysAdmin/?p=116#comment-247010</guid>

					<description><![CDATA[I want to make it so that people can search my mysql database. I thought of using WHERE field=&#039;%$search%&#039; or LIKE but then if someone searched it would only search for that exact phrase for example if they searced for 1 2 and one of the entrys had 1 in it  it would not find it because it would need to have 1 2 exactly not 1 or 2. How can i make it search so that it finds stuff even if it is not exactly the way they tiped it.
]]></description>
			<content:encoded><![CDATA[<p>I want to make it so that people can search my mysql database. I thought of using WHERE field=&#8217;%$search%&#8217; or LIKE but then if someone searched it would only search for that exact phrase for example if they searced for 1 2 and one of the entrys had 1 in it  it would not find it because it would need to have 1 2 exactly not 1 or 2. How can i make it search so that it finds stuff even if it is not exactly the way they tiped it.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: lildevilgurl152004		</title>
		<link>https://www.krazyworks.com/creating-table-indexes-in-mysql/comment-page-1/#comment-246878</link>

		<dc:creator><![CDATA[lildevilgurl152004]]></dc:creator>
		<pubDate>Sat, 23 Mar 2013 10:01:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.comradegeneral.com/SysAdmin/?p=116#comment-246878</guid>

					<description><![CDATA[Hi, Im practicing in mysql and Im making a database. But What it keeps saying not indexed, what do I choose Unique or primary ?

and when it ask you to create the TABLE , do I name the first column the same name as the table name? Because it keeps saying error table 1 ?


Thanks!
thanks for helping, so should i make it unique?
I dont have a lock at all, is that okay? Im just practicing..this is my first time trying it out and its NOT the same stuff I learned on the 3schools site, so Iam confused from the start :)   Please help, what do I do about the lock? Thansk
]]></description>
			<content:encoded><![CDATA[<p>Hi, Im practicing in mysql and Im making a database. But What it keeps saying not indexed, what do I choose Unique or primary ?</p>
<p>and when it ask you to create the TABLE , do I name the first column the same name as the table name? Because it keeps saying error table 1 ?</p>
<p>Thanks!<br />
thanks for helping, so should i make it unique?<br />
I dont have a lock at all, is that okay? Im just practicing..this is my first time trying it out and its NOT the same stuff I learned on the 3schools site, so Iam confused from the start :)   Please help, what do I do about the lock? Thansk</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: maskills24		</title>
		<link>https://www.krazyworks.com/creating-table-indexes-in-mysql/comment-page-1/#comment-246750</link>

		<dc:creator><![CDATA[maskills24]]></dc:creator>
		<pubDate>Fri, 22 Mar 2013 13:40:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.comradegeneral.com/SysAdmin/?p=116#comment-246750</guid>

					<description><![CDATA[I want to use in-memory tables for improved performance in MySQL. But what is the cleanest way to ensure that the tables reload (from on-disk tables) when the MySQL server restarts? Is there any way to configure this natively within MySQL, without resorting to Perl and similar external script hacks? Thanks
]]></description>
			<content:encoded><![CDATA[<p>I want to use in-memory tables for improved performance in MySQL. But what is the cleanest way to ensure that the tables reload (from on-disk tables) when the MySQL server restarts? Is there any way to configure this natively within MySQL, without resorting to Perl and similar external script hacks? Thanks</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Daniel Craig		</title>
		<link>https://www.krazyworks.com/creating-table-indexes-in-mysql/comment-page-1/#comment-9</link>

		<dc:creator><![CDATA[Daniel Craig]]></dc:creator>
		<pubDate>Sun, 20 Jul 2008 04:02:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.comradegeneral.com/SysAdmin/?p=116#comment-9</guid>

					<description><![CDATA[Hi there, I was looking around for a while searching for unsecured wireless networks and I happened upon this site and your post regarding , I will definitely this to my unsecured wireless networks bookmarks!]]></description>
			<content:encoded><![CDATA[<p>Hi there, I was looking around for a while searching for unsecured wireless networks and I happened upon this site and your post regarding , I will definitely this to my unsecured wireless networks bookmarks!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Improving WordPress Performance&#160;&#124;&#160;KrazyWorks		</title>
		<link>https://www.krazyworks.com/creating-table-indexes-in-mysql/comment-page-1/#comment-4</link>

		<dc:creator><![CDATA[Improving WordPress Performance&#160;&#124;&#160;KrazyWorks]]></dc:creator>
		<pubDate>Tue, 13 May 2008 08:11:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.comradegeneral.com/SysAdmin/?p=116#comment-4</guid>

					<description><![CDATA[[...] Once you index a table, every time new data is added to that table, your database software will automatically update the index. For more information about indexing MySQL tables see Creating table indexes in MySQL. [...]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] Once you index a table, every time new data is added to that table, your database software will automatically update the index. For more information about indexing MySQL tables see Creating table indexes in MySQL. [&#8230;]</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
