<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>London Web Hosting &#187; MYSQL server</title>
	<atom:link href="http://chickhosting.com/category/mysql-server/feed" rel="self" type="application/rss+xml" />
	<link>http://chickhosting.com</link>
	<description>UK web server, UK dedicated server, Mysql server, Windows server 2003, Database server, virtual Private server</description>
	<lastBuildDate>Thu, 07 Jan 2010 09:19:04 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>MySQL Error 28</title>
		<link>http://chickhosting.com/mysql-server/mysql-error-28</link>
		<comments>http://chickhosting.com/mysql-server/mysql-error-28#comments</comments>
		<pubDate>Tue, 22 Dec 2009 08:52:57 +0000</pubDate>
		<dc:creator>bob</dc:creator>
				<category><![CDATA[MYSQL server]]></category>

		<guid isPermaLink="false">http://chickhosting.com/?p=38</guid>
		<description><![CDATA[How To Fix MySQL Error 28
Overview: MySQL: 1030: got error 28 from server handler
cd /tmp
df -i /tmp
df -h /tmp
Delete anything which is not supposed to be there. Stop all databases:
/etc/rc.d/init.d/chkservd stop
/etc/rc.d/init.d/mysql stop
Then fix tables:
cd /var/lib/mysql
Check each letter for errors:
myisamchk -cs a*/*.MYI
Repair where deemed necessary:
myisamchk -r a*/*.MYI
myisamchk -r b*/*.MYI
myisamchk -r c*/*.MYI
myisamchk -r d*/*.MYI
myisamchk -r e*/*.MYI
myisamchk -r [...]]]></description>
			<content:encoded><![CDATA[<p>How To Fix MySQL Error 28</p>
<p>Overview: MySQL: 1030: got error 28 from server handler</p>
<p>cd /tmp<br />
df -i /tmp<br />
df -h /tmp</p>
<p>Delete anything which is not supposed to be there. Stop all databases:</p>
<p>/etc/rc.d/init.d/chkservd stop<br />
/etc/rc.d/init.d/mysql stop</p>
<p>Then fix tables:</p>
<p>cd /var/lib/mysql</p>
<p>Check each letter for errors:</p>
<p>myisamchk -cs a*/*.MYI</p>
<p>Repair where deemed necessary:</p>
<p>myisamchk -r a*/*.MYI<br />
myisamchk -r b*/*.MYI<br />
myisamchk -r c*/*.MYI<br />
myisamchk -r d*/*.MYI<br />
myisamchk -r e*/*.MYI<br />
myisamchk -r f*/*.MYI<br />
myisamchk -r g*/*.MYI<br />
myisamchk -r h*/*.MYI<br />
myisamchk -r i*/*.MYI<br />
myisamchk -r j*/*.MYI<br />
myisamchk -r k*/*.MYI<br />
myisamchk -r l*/*.MYI<br />
myisamchk -r m*/*.MYI<br />
myisamchk -r n*/*.MYI<br />
myisamchk -r o*/*.MYI<br />
myisamchk -r p*/*.MYI<br />
myisamchk -r q*/*.MYI<br />
myisamchk -r r*/*.MYI<br />
myisamchk -r s*/*.MYI<br />
myisamchk -r t*/*.MYI<br />
myisamchk -r u*/*.MYI<br />
myisamchk -r v*/*.MYI<br />
myisamchk -r w*/*.MYI<br />
myisamchk -r x*/*.MYI<br />
myisamchk -r y*/*.MYI<br />
myisamchk -r z*/*.MYI</p>
<p>Turn everything back on:</p>
<p>/etc/rc.d/init.d/chkservd start<br />
/etc/rc.d/init.d/mysql start</p>
]]></content:encoded>
			<wfw:commentRss>http://chickhosting.com/mysql-server/mysql-error-28/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mysql Options Database</title>
		<link>http://chickhosting.com/mysql-server/mysql-options-database</link>
		<comments>http://chickhosting.com/mysql-server/mysql-options-database#comments</comments>
		<pubDate>Tue, 02 Sep 2008 14:03:19 +0000</pubDate>
		<dc:creator>bob</dc:creator>
				<category><![CDATA[MYSQL server]]></category>

		<guid isPermaLink="false">http://chickhosting.com/?p=9</guid>
		<description><![CDATA[Mysql Program support the following switches which you can use either the short single character or more verbose versions. Check it below; 
-\?, &#8211;help  	Print usage information.
-d, &#8211;debug=[options] 	Output debug information to log. Generally &#8216;d:t:o,filename`. See Appendix C for further details.
-d, &#8211;debug-info 	Print debug messages on program exit.
-e, &#8211;exec 	Execute command and quit, &#8211;batch [...]]]></description>
			<content:encoded><![CDATA[<p>Mysql Program support the following switches which you can use either the short single character or more verbose versions. Check it below; </p>
<p>-\?, &#8211;help  	Print usage information.<br />
-d, &#8211;debug=[options] 	Output debug information to log. Generally &#8216;d:t:o,filename`. See Appendix C for further details.<br />
-d, &#8211;debug-info 	Print debug messages on program exit.<br />
-e, &#8211;exec 	Execute command and quit, &#8211;batch is implicit.<br />
-f, &#8211;force 	Continue even if we encounter a SQL error.<br />
-h, &#8211;hostname=[hostname] 	Must be followed by the name of the host you wish to connect to.<br />
-P, &#8211;port=[port] 	The port to use when connecting to the MySQL database engine.<br />
-p, &#8211;password=[password] 	Must be followed by the password of the user account you wish to connect with. Note there can be no space between the -p and the password.<br />
-q, &#8211;quick 	Quick (unbuffered output), may slow down the server if output is suspended.<br />
-s, &#8211;silent 	Tell me less please. (suppress output)<br />
-u, &#8211;user=[user] 	Must be followed by the name of the user account you wish to connect to the daemon with. Not needed if the account name is the same as your login.<br />
-v, &#8211;verbose 	Verbose output. The -v option may be doubled or tripled for more verbose output.<br />
-w, &#8211;wait 	Wait and retry if connection fails.<br />
-B, &#8211;batch 	Run in batch mode. (No prompt and no errors on STDOUT) This is automatic when reading from/to a pipe. Results will be output-ed in a tab separated format, one result line per line of output.<br />
-I, &#8211;help 	Same as -\?.<br />
-V, &#8211;version 	Print out version information and exit.</p>
]]></content:encoded>
			<wfw:commentRss>http://chickhosting.com/mysql-server/mysql-options-database/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>MySQL Admin Command</title>
		<link>http://chickhosting.com/mysql-server/mysql-admin-command</link>
		<comments>http://chickhosting.com/mysql-server/mysql-admin-command#comments</comments>
		<pubDate>Tue, 02 Sep 2008 13:53:21 +0000</pubDate>
		<dc:creator>bob</dc:creator>
				<category><![CDATA[MYSQL server]]></category>

		<guid isPermaLink="false">http://chickhosting.com/?p=5</guid>
		<description><![CDATA[Once you install MySQL on your Microsoft Windows operating system, you can reach the command line by going to the Start Menu and choosing [Run]. Type the keyword  [cmd] into the text field and press Enter to launch Window&#8217;s command line interface.
Here are the command you can execute through Admin Panel ( MySQL Admin Commands);
* [...]]]></description>
			<content:encoded><![CDATA[<p>Once you install MySQL on your Microsoft Windows operating system, you can reach the command line by going to the Start Menu and choosing [Run]. Type the keyword  [cmd] into the text field and press Enter to launch Window&#8217;s command line interface.</p>
<p>Here are the command you can execute through Admin Panel ( MySQL Admin Commands);</p>
<p>* Statistics: [prompt]$ mysqladmin version<br />
* List database environment: [prompt]$ mysqladmin variables<br />
* Show if database is running: [prompt]$ mysqladmin ping<br />
* Show databases available:</p>
<p>[prompt]$ mysqlshow</p>
<p>OR</p>
<p>mysql&gt; SHOW DATABASES;</p>
<p>* Delete database: mysql&gt; drop database databasename;<br />
* Show list of active threads in server:</p>
<p>[prompt]$ mysqladmin -h localhost -u root -p processlist</p>
<p>* Delete a database: [prompt]$ mysqladmin drop database-name<br />
* Execute SQL from Linux command line interface:<br />
[prompt]$ mysql -h localhost -u root -p -e “select host,db,user from db” mysql<br />
* Execute SQL command file from Linux command line interface:</p>
<p>[prompt]$ mysql -h localhost -u root -p database-name</p>
]]></content:encoded>
			<wfw:commentRss>http://chickhosting.com/mysql-server/mysql-admin-command/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

