<?xml version="1.0"?>

<rss version="2.0">


<channel>
<title>Home - All Categories - Database  - MySQL  </title>
<link>http://faq.asphosthelpdesk.com/category.php?id=21</link>
<description>This RSS Feed contains Articles of Category in the knowledge base. You can click on the title to view its content.</description>
<item>
										<guid>http://faq.asphosthelpdesk.com/article.php?id=84</guid>
										<title>How do I query MySQL database in ASP.NET?</title>
										<link>http://faq.asphosthelpdesk.com/article.php?id=84</link>
										<description><![CDATA[In order to query your mySQL Database with ASP.NET script, you need to organize an ODBC connection with us first. The following the snippet of the code:   &lt;%@ Page Language="VB" %> &lt;%@ import Namespace="System.Data.Odbc" %>     &lt;script runat...]]></description>

									</item>
<item>
										<guid>http://faq.asphosthelpdesk.com/article.php?id=143</guid>
										<title>Can you grant SELECT PRIVILEGE to the system table mysql.proc</title>
										<link>http://faq.asphosthelpdesk.com/article.php?id=143</link>
										<description><![CDATA[Unfortunately, we cannot grant such privilege as it will expose our mySQL database to higher security risk.  Please refer to&nbsp;http://forums.mysql.com/read.php?98,41655,230799#msg-230799 for more information]]></description>

									</item>
<item>
										<guid>http://faq.asphosthelpdesk.com/article.php?id=119</guid>
										<title>What is the connection string for my MySQL database?</title>
										<link>http://faq.asphosthelpdesk.com/article.php?id=119</link>
										<description><![CDATA[If you want to connect from your site to your mySQL database, you need to use localhost as the mySQL server details, together with the correct mySQL username and password that you create via our Control Panel  ]]></description>

									</item>
<item>
										<guid>http://faq.asphosthelpdesk.com/article.php?id=86</guid>
										<title>How do I query MySQL Database in PHP ?</title>
										<link>http://faq.asphosthelpdesk.com/article.php?id=86</link>
										<description><![CDATA[Please follow the following guidelines:   &lt;html> &nbsp; &nbsp; &nbsp;&lt;head> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;title>MySQL Test Code&lt;/title> &nbsp; &nbsp; &nbsp;&lt;/head> &nbsp; &nbsp; &nbsp;&lt;body> &nbsp; &nbsp; &nbsp; ...]]></description>

									</item>
<item>
										<guid>http://faq.asphosthelpdesk.com/article.php?id=49</guid>
										<title>Do you support MySQL WebAdmin Access?</title>
										<link>http://faq.asphosthelpdesk.com/article.php?id=49</link>
										<description><![CDATA[Yes, we do support mySQL WebAdmin access and you can access this tool by logging to our Control Panel -> Database -> click your mySQL -> WebAdmin.   ]]></description>

									</item>
<item>
										<guid>http://faq.asphosthelpdesk.com/article.php?id=125</guid>
										<title>Can i login to my MySQL database via my own mySQL tool?</title>
										<link>http://faq.asphosthelpdesk.com/article.php?id=125</link>
										<description><![CDATA[Unfortunately, if you want to administer your mySQL database remotely, you need to use our mySQL WebAdmin tool that is available from our Control Panel -> Database -> click your mySQL database -> WebAdmin.  ]]></description>

									</item>
<item>
										<guid>http://faq.asphosthelpdesk.com/article.php?id=41</guid>
										<title>Can I set up additional logins for my MySQL database?</title>
										<link>http://faq.asphosthelpdesk.com/article.php?id=41</link>
										<description><![CDATA[Yes, you can setup additional database users login via your Control Panel -> click on your domain -> Database -> Add New Database User  ]]></description>

									</item>
<item>
										<guid>http://faq.asphosthelpdesk.com/article.php?id=318</guid>
										<title>What is the connection string for my mariaDB database?</title>
										<link>http://faq.asphosthelpdesk.com/article.php?id=318</link>
										<description><![CDATA[If you want to connect from your site to your mariaDB database, please use:    Server=localhost; Port=3306; Database={database}; Uid={user}; Pwd={password}       {user} = the db username that you created on our Control Panel {password} = the db...]]></description>

									</item>

</channel>

</rss>