<?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>Personal Web Tech Development &#187; mysql</title>
	<atom:link href="http://suraja.com/website/tag/mysql/feed" rel="self" type="application/rss+xml" />
	<link>http://suraja.com</link>
	<description>My other personal approach on tech and website development</description>
	<lastBuildDate>Tue, 17 Jan 2012 20:23:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Mysql database forum error: max_user_connections</title>
		<link>http://suraja.com/website/website-development/mysql-database-forum-error-max_user_connections.html</link>
		<comments>http://suraja.com/website/website-development/mysql-database-forum-error-max_user_connections.html#comments</comments>
		<pubDate>Tue, 25 Nov 2008 23:40:58 +0000</pubDate>
		<dc:creator>Web Tech</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Website Development]]></category>
		<category><![CDATA[Working Around]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[forum]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://suraja.com/website/website-development/mysql-database-forum-error-max_user_connections.html</guid>
		<description><![CDATA[Sometimes I got this database error message from one of my website forum : &#8220;mysql_connect() [function.mysql-connect]: User mydatabase already has more than &#8216;max_user_connections&#8217; active connections&#8221; The error of max user connections that occurred happens when an account on the server is opening to many connections to mysql on the server. This happens sometimes with poorly [...]]]></description>
			<content:encoded><![CDATA[<p><img src='http://suraja.com/wp-content/mysql-error.jpg' alt='Picture of error mysql database error image' /><strong>Sometimes I got this database error message from one of my website forum : &#8220;mysql_connect() [<a href='function.mysql-connect'>function.mysql-connect</a>]: User mydatabase already has more than &#8216;max_user_connections&#8217; active connections&#8221;</strong></p>
<p>The error of max user connections that occurred happens when an account on the server is opening to many connections to mysql on the server. This happens sometimes with poorly written code that leaves connections open and keeps opening more connections. When one account does this it affects the entire mysql server resulting in the error you received and is only fixed when we find the issue and stop those lingering connections. Please note the same at your end.</p>
<p><strong>It seems that the forum script is generating too many mysql connections at a time.</strong> <span id="more-210"></span>I would like to suggest you a couple of things which you should always keep in mind.</p>
<p>1. Check that your PHP code and any other tools always close connections &#8211; many database servers require this, and it is good practice.</p>
<p>2. Use mysql_connect() instead of mysql_pconnect() unless you have a good reason to do so.</p>
<p>3. Always put a mysql_close() in the scripts you are using.</p>
<p>Hope it helps!</p>
<h4>Incoming search:</h4> <a href="http://suraja.com/website/website-development/mysql-database-forum-error-max_user_connections.html" title="mysql connection max_user_connections">mysql connection max_user_connections</a>]]></content:encoded>
			<wfw:commentRss>http://suraja.com/website/website-development/mysql-database-forum-error-max_user_connections.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Choose Free Hosting PHP</title>
		<link>http://suraja.com/website/website-development/how-to-choose-free-hosting-php.html</link>
		<comments>http://suraja.com/website/website-development/how-to-choose-free-hosting-php.html#comments</comments>
		<pubDate>Mon, 30 Jun 2008 15:31:40 +0000</pubDate>
		<dc:creator>Web Tech</dc:creator>
				<category><![CDATA[Domain Hosting]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Website Development]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[webhosting]]></category>

		<guid isPermaLink="false">http://suraja.com/website/website-development/how-to-choose-free-hosting-php.html</guid>
		<description><![CDATA[It’s great if you could find a good list of Free Hosting PHP, or any cheap hosting php. There are many directory list of free hosting PHP on Google. There are some factors that you should consider on choosing free hosting php: Adverts Yes, it’s not free anyway, they need money to run the server, [...]]]></description>
			<content:encoded><![CDATA[<p><a href='http://suraja.com/website/website-development/how-to-choose-free-hosting-php.html/picture-of-free-hosting-php/' rel='attachment wp-att-73' title='Picture of Free Hosting PHP'><img src='http://suraja.com/wp-content/free-hosting.jpg' alt='Picture of Free Hosting PHP' /></a>It’s great if you could find a good list of Free Hosting PHP, or any cheap hosting php. There are many directory list of free hosting PHP on Google.</p>
<p><strong>There are some factors that you should consider on choosing free hosting php:</strong></p>
<p><strong>Adverts</strong><br />
Yes, it’s not free anyway, they need money to run the server, that why they will put their adverts on your website that hosted on their free hosting.<br />
Most free hosting put banners, and some use text link ads. Choose which that could fit to your layout.<span id="more-72"></span></p>
<p><strong>PHP Version</strong><br />
Check their PHP Version, this is important if you want to do php coding script. Learn about this PHP Version at php.net.</p>
<p><strong>Mysql Database Version</strong><br />
This is another importent thing to check. Beeter if they already use MySQL 4.1.x version.</p>
<p><strong>allow_url_fopen</strong><br />
Check if they enable allow_url_fopen on their free hosting php. This option available since PHP 4.0.4 version. This option enables the URL-aware fopen wrappers that enable accessing URL object like files. It would normally allow a programmer to open, include or otherwise use a remote file using a URL rather than a local file path, related to security reasons.</p>
<p><strong>safe_mode</strong><br />
Check this safe_mode, on/off. This setting is primarily intended to provide file access limits to prevent users from accessing files that do no belong to them. It is an attempt to solve the shared-server security problem.</p>
<p><strong>max_execution_time</strong><br />
max_execution_time sets the maximum time in seconds a script is allowed to run before it is terminated by the parser. This helps prevent poorly written scripts from tying up the server. The default setting is 30, if this is reached, the script returns a fatal error.</p>
<p><strong>GD Support</strong><br />
GD is a graphics library. GD is a package that can be used through PHP if it’s compiled with GD-support. Depending on what version of PHP you have on your free hosting php, you might have different support for functions in GD.</p>
<p><strong>Upload</strong><br />
You will need upload tools to upload your file to your free hosting php. Mostly use 2 kinds of upload tools: FTP and Web, but some only allow FTP.</p>
<p>Happy searching!</p>
]]></content:encoded>
			<wfw:commentRss>http://suraja.com/website/website-development/how-to-choose-free-hosting-php.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 8/20 queries in 0.015 seconds using disk: basic
Object Caching 342/359 objects using disk: basic

Served from: suraja.com @ 2012-05-23 19:19:11 -->
