<?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/"
	xmlns:series="http://unfoldingneurons.com/"
	>

<channel>
	<title>nixCraft &#187; mysql database server</title>
	<atom:link href="http://www.cyberciti.biz/tips/tag/mysql-database-server/feed" rel="self" type="application/rss+xml" />
	<link>http://www.cyberciti.biz/tips</link>
	<description>This is a Linux sys admin journal by Vivek about sys admin work, Linux tips &#38; tricks, hacks, news and more.</description>
	<lastBuildDate>Tue, 16 Mar 2010 07:01:49 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Howto: Connect MySQL server using C program API under Linux or UNIX</title>
		<link>http://www.cyberciti.biz/tips/linux-unix-connect-mysql-c-api-program.html</link>
		<comments>http://www.cyberciti.biz/tips/linux-unix-connect-mysql-c-api-program.html#comments</comments>
		<pubDate>Thu, 31 May 2007 17:35:11 +0000</pubDate>
		<dc:creator>Vivek Gite</dc:creator>
				<category><![CDATA[C Programming]]></category>
		<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[Gentoo Linux]]></category>
		<category><![CDATA[Howto]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[OpenBSD]]></category>
		<category><![CDATA[RedHat/Fedora Linux]]></category>
		<category><![CDATA[Solaris]]></category>
		<category><![CDATA[Suse Linux]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[UNIX]]></category>
		<category><![CDATA[Ubuntu Linux]]></category>
		<category><![CDATA[c api]]></category>
		<category><![CDATA[c program]]></category>
		<category><![CDATA[development libs]]></category>
		<category><![CDATA[gcc]]></category>
		<category><![CDATA[gnu c compiler]]></category>
		<category><![CDATA[linux c connect mysql]]></category>
		<category><![CDATA[mysql client]]></category>
		<category><![CDATA[mysql database server]]></category>
		<category><![CDATA[mysql development]]></category>
		<category><![CDATA[shared library]]></category>

		<guid isPermaLink="false">http://www.cyberciti.biz/tips/linux-unix-connect-mysql-c-api-program.html</guid>
		<description><![CDATA[
From my mailbag:
How do I write a C program to connect MySQL database server?
MySQL database does support C program API just like PHP or perl.
The C API code is distributed with MySQL. It is included in the mysqlclient library and allows C programs to access a database.
Many of the clients in the MySQL source distribution [...]]]></description>
		<wfw:commentRss>http://www.cyberciti.biz/tips/linux-unix-connect-mysql-c-api-program.html/feed</wfw:commentRss>
		<slash:comments>42</slash:comments>
		</item>
		<item>
		<title>How Do I Enable Remote Access To MySQL Database Server?</title>
		<link>http://www.cyberciti.biz/tips/how-do-i-enable-remote-access-to-mysql-database-server.html</link>
		<comments>http://www.cyberciti.biz/tips/how-do-i-enable-remote-access-to-mysql-database-server.html#comments</comments>
		<pubDate>Fri, 31 Mar 2006 15:38:00 +0000</pubDate>
		<dc:creator>Vivek Gite</dc:creator>
				<category><![CDATA[Howto]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Sys admin]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[UNIX]]></category>
		<category><![CDATA[mysql allow remote access]]></category>
		<category><![CDATA[mysql allow remote connection]]></category>
		<category><![CDATA[mysql allow remote connections]]></category>
		<category><![CDATA[mysql database server]]></category>
		<category><![CDATA[mysql enable remote access]]></category>
		<category><![CDATA[mysql grant access]]></category>
		<category><![CDATA[mysql remote]]></category>
		<category><![CDATA[mysql remote access]]></category>
		<category><![CDATA[mysql remote connect]]></category>
		<category><![CDATA[port 3306]]></category>
		<category><![CDATA[remote access]]></category>
		<category><![CDATA[remote access mysql]]></category>
		<category><![CDATA[remote mysql]]></category>
		<category><![CDATA[security reasons]]></category>
		<category><![CDATA[server configuration]]></category>
		<category><![CDATA[web server]]></category>

		<guid isPermaLink="false">http://www.cyberciti.biz/tips/how-do-i-enable-remote-access-to-mysql-database-server.html</guid>
		<description><![CDATA[<div style='float:right;margin-top:0px;margin-left:5px;'><a href='http://www.cyberciti.biz/tips/category/mysql/' title='See all MySQL Database Server related tips/articles'><img src='http://figs.cyberciti.biz/3rdparty/mysqllogo.gif' border='0' /></a></div>
By default, MySQL database server remote access disabled for security reasons. However, some time you need to provide the remote access to database server from home or from web server.]]></description>
		<wfw:commentRss>http://www.cyberciti.biz/tips/how-do-i-enable-remote-access-to-mysql-database-server.html/feed</wfw:commentRss>
		<slash:comments>69</slash:comments>
		</item>
		<item>
		<title>Linux: Iptables Allow MYSQL server incoming request on port 3306</title>
		<link>http://www.cyberciti.biz/tips/linux-iptables-18-allow-mysql-server-incoming-request.html</link>
		<comments>http://www.cyberciti.biz/tips/linux-iptables-18-allow-mysql-server-incoming-request.html#comments</comments>
		<pubDate>Thu, 28 Jul 2005 22:13:00 +0000</pubDate>
		<dc:creator>LinuxTitli</dc:creator>
				<category><![CDATA[Howto]]></category>
		<category><![CDATA[Iptables]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[iptables command]]></category>
		<category><![CDATA[mysql database server]]></category>
		<category><![CDATA[open pot 3306]]></category>
		<category><![CDATA[tcp port]]></category>

		<guid isPermaLink="false">http://www.cyberciti.biz/tips/linux-iptables-18-allow-mysql-server-incoming-request.html</guid>
		<description><![CDATA[
MySQL is popular for web applications and acts as the database component of the LAMP, MAMP, and WAMP platforms. Its popularity as a web application is closely tied to the popularity of PHP, which is often combined with MySQL. 
MySQL is open source database server and by default it listen on TCP port 3306. 
Task: [...]]]></description>
		<wfw:commentRss>http://www.cyberciti.biz/tips/linux-iptables-18-allow-mysql-server-incoming-request.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.216 seconds -->
