<?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>Sys Admin Guides, How To&#039;s, etc  by Marios Maravelias &#187; database</title>
	<atom:link href="http://www.sys-admin.gr/tag/database/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sys-admin.gr</link>
	<description>where prophets and madmen...walk hand in hand</description>
	<lastBuildDate>Fri, 07 May 2010 10:44:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Plesk (windows) backup gives the error: Failed to connect to database: User &#8216;admin&#8217; has exceeded the &#8216;max_user_connections&#8217; resource (current value: 10)</title>
		<link>http://www.sys-admin.gr/66/plesk/plesk-windows-backup-gives-the-error-failed-to-connect-to-database-user-admin-has-exceeded-the-max_user_connections-resource-current-value-10/</link>
		<comments>http://www.sys-admin.gr/66/plesk/plesk-windows-backup-gives-the-error-failed-to-connect-to-database-user-admin-has-exceeded-the-max_user_connections-resource-current-value-10/#comments</comments>
		<pubDate>Sat, 12 Jul 2008 08:39:31 +0000</pubDate>
		<dc:creator>MaRiOs</dc:creator>
				<category><![CDATA[Plesk]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[10]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[connect]]></category>
		<category><![CDATA[connections]]></category>
		<category><![CDATA[current]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[ERROR]]></category>
		<category><![CDATA[exceeded]]></category>
		<category><![CDATA[failed]]></category>
		<category><![CDATA[gives]]></category>
		<category><![CDATA[has]]></category>
		<category><![CDATA[max_user]]></category>
		<category><![CDATA[resource]]></category>
		<category><![CDATA[the]]></category>
		<category><![CDATA[to]]></category>
		<category><![CDATA[user]]></category>
		<category><![CDATA[value]]></category>

		<guid isPermaLink="false">http://www.sys-admin.gr/?p=66</guid>
		<description><![CDATA[when you try to backup the databases of the websites from Plesk Backup util and you get failure and the message &#8220;Failed to connect to database: User &#8216;admin&#8217; has exceeded the &#8216;max_user_connections&#8217; resource (current value: 10)&#8221; you have to change the mysql options In order to pass through this you have to edit the my.ini [...]]]></description>
		<wfw:commentRss>http://www.sys-admin.gr/66/plesk/plesk-windows-backup-gives-the-error-failed-to-connect-to-database-user-admin-has-exceeded-the-max_user_connections-resource-current-value-10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Plesk Mssql Delete database user failed: Timeout expired</title>
		<link>http://www.sys-admin.gr/58/mssql/plesk-mssql-delete-database-user-failed-timeout-expired/</link>
		<comments>http://www.sys-admin.gr/58/mssql/plesk-mssql-delete-database-user-failed-timeout-expired/#comments</comments>
		<pubDate>Tue, 17 Jun 2008 12:07:17 +0000</pubDate>
		<dc:creator>MaRiOs</dc:creator>
				<category><![CDATA[MSSQL]]></category>
		<category><![CDATA[Plesk]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[Delete]]></category>
		<category><![CDATA[expired]]></category>
		<category><![CDATA[failed]]></category>
		<category><![CDATA[Timeout]]></category>
		<category><![CDATA[user]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.sys-admin.gr/archives/mssql/58</guid>
		<description><![CDATA[When you try to delete a domain from Plesk or delete straight the mssql database user from a plesk&#8217;s client, you may encounter the abover error: Delete database user failed: Timeout expired the workarround for this is : 1.login to Plesk&#8217;s (psa) database using an mysql client like MySQL Query Browser 2.SELECT * FROM data_bases [...]]]></description>
		<wfw:commentRss>http://www.sys-admin.gr/58/mssql/plesk-mssql-delete-database-user-failed-timeout-expired/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to change database collation in MSSQL</title>
		<link>http://www.sys-admin.gr/37/mssql/how-to-change-database-collation-in-mssql/</link>
		<comments>http://www.sys-admin.gr/37/mssql/how-to-change-database-collation-in-mssql/#comments</comments>
		<pubDate>Tue, 17 Jul 2007 10:57:09 +0000</pubDate>
		<dc:creator>MaRiOs</dc:creator>
				<category><![CDATA[MSSQL]]></category>
		<category><![CDATA[change]]></category>
		<category><![CDATA[collation]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[GREEK]]></category>
		<category><![CDATA[How]]></category>
		<category><![CDATA[in]]></category>
		<category><![CDATA[to]]></category>

		<guid isPermaLink="false">http://www.sys-admin.gr/archives/mssql/37</guid>
		<description><![CDATA[To do it use the following query: ALTER DATABASE database_name COLLATE collation_name (for example for the database withname &#8220;mydatabase&#8221; and greek collation the command would be: ALTER DATABASE mydatabase COLLATE GREEK_CI_AS) You can get current collation and other properties of the database by the following query: sp_helpdb database_name]]></description>
		<wfw:commentRss>http://www.sys-admin.gr/37/mssql/how-to-change-database-collation-in-mssql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

