 
    
<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>
	Comments on: Creating a MySQL Database Using AMPPS	</title>
	<atom:link href="https://complete-concrete-concise.com/web-tools/creating-a-mysql-database-using-ampps/feed/" rel="self" type="application/rss+xml" />
	<link>https://complete-concrete-concise.com/web-tools/creating-a-mysql-database-using-ampps/</link>
	<description>Practical Information Without The Bloat</description>
	<lastBuildDate>Mon, 29 Apr 2019 11:20:32 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9</generator>
	<item>
		<title>
		By: richardsplanet		</title>
		<link>https://complete-concrete-concise.com/web-tools/creating-a-mysql-database-using-ampps/#comment-2047</link>

		<dc:creator><![CDATA[richardsplanet]]></dc:creator>
		<pubDate>Mon, 29 Apr 2019 11:20:32 +0000</pubDate>
		<guid isPermaLink="false">http://complete-concrete-concise.com/web-tools/creating-a-mysql-database-using-ampps#comment-2047</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://complete-concrete-concise.com/web-tools/creating-a-mysql-database-using-ampps/#comment-2002&quot;&gt;Tony&lt;/a&gt;.

My best guess is that:

1) The reason you are getting &lt;strong&gt;Access denied for user ‘registerdb’@’localhost’&lt;/strong&gt; is because &lt;strong&gt;registerdb&lt;/strong&gt; does not have access permission to the database. You need to grant &lt;strong&gt;registerdb &lt;/strong&gt; permission to access the database. It has been many years since I&#039;ve used AMPPS, but there should be an option to GRANT ALL PRIVILEGES for that user.
2) The reason you are getting &lt;strong&gt;(using password: NO)&lt;/strong&gt; is because you are not using a password (i.e., the password is blank).]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://complete-concrete-concise.com/web-tools/creating-a-mysql-database-using-ampps/#comment-2002">Tony</a>.</p>
<p>My best guess is that:</p>
<p>1) The reason you are getting <strong>Access denied for user ‘registerdb’@’localhost’</strong> is because <strong>registerdb</strong> does not have access permission to the database. You need to grant <strong>registerdb </strong> permission to access the database. It has been many years since I&#8217;ve used AMPPS, but there should be an option to GRANT ALL PRIVILEGES for that user.<br />
2) The reason you are getting <strong>(using password: NO)</strong> is because you are not using a password (i.e., the password is blank).</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Tony		</title>
		<link>https://complete-concrete-concise.com/web-tools/creating-a-mysql-database-using-ampps/#comment-2002</link>

		<dc:creator><![CDATA[Tony]]></dc:creator>
		<pubDate>Tue, 23 Apr 2019 05:54:13 +0000</pubDate>
		<guid isPermaLink="false">http://complete-concrete-concise.com/web-tools/creating-a-mysql-database-using-ampps#comment-2002</guid>

					<description><![CDATA[Hi, This is easy to follow. However it is not yet working for me I have provided a user ID and Password as directed but are getting the following message;
&quot;Warning: mysqli_connect(): (HY000/1045): Access denied for user &#039;registerdb&#039;@&#039;localhost&#039; (using password: NO) in C:\Program Files (x86)\Ampps\www\usermanagement\server.php on line 11&quot;

// server.php on line 11 connect to database
	$db = mysqli_connect(&#039;localhost&#039;, &#039;registerdb&#039;, &#039;&#039;, &#039;thepasswordhere&#039;);

Why would it say &quot;(using password: NO)&quot;]]></description>
			<content:encoded><![CDATA[<p>Hi, This is easy to follow. However it is not yet working for me I have provided a user ID and Password as directed but are getting the following message;<br />
&#8220;Warning: mysqli_connect(): (HY000/1045): Access denied for user &#8216;registerdb&#8217;@&#8217;localhost&#8217; (using password: NO) in C:\Program Files (x86)\Ampps\www\usermanagement\server.php on line 11&#8243;</p>
<p>// server.php on line 11 connect to database<br />
	$db = mysqli_connect(&#8216;localhost&#8217;, &#8216;registerdb&#8217;, &#8221;, &#8216;thepasswordhere&#8217;);</p>
<p>Why would it say &#8220;(using password: NO)&#8221;</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
