 
    
<?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>add user Archives - Complete, Concrete, Concise</title>
	<atom:link href="https://complete-concrete-concise.com/tag/add-user/feed/" rel="self" type="application/rss+xml" />
	<link>https://complete-concrete-concise.com/tag/add-user/</link>
	<description>Practical Information Without The Bloat</description>
	<lastBuildDate>Thu, 13 Oct 2011 09:43:19 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9</generator>
	<item>
		<title>Creating a MySQL Database Using AMPPS</title>
		<link>https://complete-concrete-concise.com/web-tools/creating-a-mysql-database-using-ampps/</link>
					<comments>https://complete-concrete-concise.com/web-tools/creating-a-mysql-database-using-ampps/#comments</comments>
		
		<dc:creator><![CDATA[richardsplanet]]></dc:creator>
		<pubDate>Thu, 13 Oct 2011 09:43:19 +0000</pubDate>
				<category><![CDATA[Web Tools]]></category>
		<category><![CDATA[add user]]></category>
		<category><![CDATA[AMPPS]]></category>
		<category><![CDATA[create]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[mysql]]></category>
		<guid isPermaLink="false">http://complete-concrete-concise.com/web-tools/creating-a-mysql-database-using-ampps</guid>

					<description><![CDATA[<p>This tutorial assumes that you have AMPSS 1.2 installed. The procedure should be the same for other versions of AMPPS. An AMPPS installation procedure for Windows XP can be found here. Normally, you would not need to create a database in AMPPS because the setup script will automatically do that for you. However, if you [&#8230;]</p>
<p>The post <a href="https://complete-concrete-concise.com/web-tools/creating-a-mysql-database-using-ampps/">Creating a MySQL Database Using AMPPS</a> appeared first on <a href="https://complete-concrete-concise.com">Complete, Concrete, Concise</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="c1">
<p>This tutorial assumes that you have AMPSS 1.2 installed.</p>
<p> The procedure should be the same for other versions of AMPPS.</p>
<p>An AMPPS installation procedure for Windows XP can be found <a href="//complete-concrete-concise.com/web-tools/installing-ampps-apache-server-mysql-php-perl-with-installation-scripts">here</a>.</p>
</div>
<div class="c2">
<p>Normally, you would not need to create a database in AMPPS because the setup script will automatically do that for you.</p>
<p>However, if you are installing an application that does not have a setup script provided by AMPPS (and it requires a MySQL database), then you will need to manually create a database.</p>
<p>As well, if you are writing your own application and require a database, then you will also need to manually create one.</p>
</div>
<h1>Creating a Database</h1>
<p><strong>1) Open</strong> your browser and enter http://localhost/phpmyadmin. This will bring you to the MySQL setup page:
</p>
<p><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2011/10/ampps-creating-mysql-1.png" alt="" border="0" class="centered"/></p>
<p><strong>2) Click on</strong> the <u>Databases</u> tab:</p>
<p><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2011/10/ampps-creating-mysql-2.png" alt="" border="0" class="centered"/></p>
<p><strong>3) Enter</strong> a name for the database, then click on the Create button. The name must be 64 characters or less and composed of letters, numbers and underscores. Avoid using numbers at the start of the name. A good name should indicate the purpose of the database. For example: joomla_database or database_for_drupal. There should be no need to change the other settings:</p>
<p><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2011/10/ampps-creating-mysql-3.png" alt="" border="0" class="centered"/></p>
<p><strong>4) Confirm</strong> the database was successfully created (this is a popup that only lasts a few seconds):</p>
<p><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2011/10/ampps-creating-mysql-4.png" alt="" border="0" class="centered" /></p>
<div class="c1">
<p>While the database has been created, it is only accessible by user <em>root</em>. Since AMPPS does not give us <em>root</em> privileges for the database, we need to create a user for the database.</p>
</div>
<h1>Creating a User for the Database</h1>
<p><strong>5) Click on</strong> the <u>Databases</u> tab:</p>
<p><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2011/10/ampps-creating-mysql-2.png" alt="" border="0" class="centered"/></p>
<p><strong>6) Click on</strong> <u>Check Privileges</u>:</p>
<p><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2011/10/ampps-creating-mysql-5.png" alt="" border="0" class="centered"/></p>
<p><strong>7) Click on</strong> <u>Add a new user</u>:</p>
<p><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2011/10/ampps-creating-mysql-6.png" alt="" border="0" class="centered"/></p>
<p><strong>8) Fill in</strong> the user information:</p>
<p><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2011/10/ampps-creating-mysql-7.png" alt="" border="0" class="centered"/></p>
<p><strong>User Name:</strong> Leave the dropdown selection as <u>Use text field</u> and enter a user name in the edit box on the right side. A user name may be a maximum of 16 characters in length. The MySQL documentation recommends using only ASCII characters in the name. It would probably be safest to restrict yourself to lowercase letters, uppercase letters, and / or digits.</p>
<p><strong>Host:</strong> since this is for AMPPS, select <u>Local </u>from the dropdown box.</p>
<p><strong>Password:</strong> if you want the user to have a password, then leave the selection in the dropdown box as <u>Use text field</u> and enter a password (up to 16 characters, composed of letters and / or digits) into the edit box on the right. </p>
<p>If you don&#8217;t want the user to have a password (for the password to be blank) then select <u>No Password</u> from the dropdown box. Alternatively, you can allow the system to generate a password for you (remember it or write it down, since you will need to pass that password on to applications that need it).</p>
<p><strong>9) Ensure</strong> <u>Grant all privileges on database</u> is selected.</p>
<p><strong>10) Leave</strong> the <u>Global Privileges</u> as they are.</p>
<div class="c1">
<p>This database can now be used by any application that requires a MySQL database.</p>
<p>The user name and password for this database is whatever name and password you entered in Step 8.</p>
</div>

<p>The post <a href="https://complete-concrete-concise.com/web-tools/creating-a-mysql-database-using-ampps/">Creating a MySQL Database Using AMPPS</a> appeared first on <a href="https://complete-concrete-concise.com">Complete, Concrete, Concise</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://complete-concrete-concise.com/web-tools/creating-a-mysql-database-using-ampps/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
		<item>
		<title>Adding a New User to a MySql database in XAMPP</title>
		<link>https://complete-concrete-concise.com/web-tools/adding-a-new-user-to-a-mysql-database-in-xampp/</link>
		
		<dc:creator><![CDATA[richardsplanet]]></dc:creator>
		<pubDate>Tue, 29 Mar 2011 12:32:02 +0000</pubDate>
				<category><![CDATA[Web Tools]]></category>
		<category><![CDATA[add user]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[XAMPP]]></category>
		<guid isPermaLink="false">http://complete-concrete-concise.com/web-tools/adding-a-new-user-to-an-mysql-database-in-xampp</guid>

					<description><![CDATA[<p>This tutorial assumes that you have XAMPP 1.7.3 installed. The procedure should be the same for other versions of XAMPP. A XAMPP installation procedure for Windows XP can be found here. Click on images for full sized versions. (1) Enter http://localhost/phpmyadmin into your browser’s URL field. This will bring you to the phpmyadmin main page. [&#8230;]</p>
<p>The post <a href="https://complete-concrete-concise.com/web-tools/adding-a-new-user-to-a-mysql-database-in-xampp/">Adding a New User to a MySql database in XAMPP</a> appeared first on <a href="https://complete-concrete-concise.com">Complete, Concrete, Concise</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="c1">
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2011/03/deletemysqldbxampp4.png"></a></p>
<p>This tutorial assumes that you have XAMPP 1.7.3 installed. </p>
<p>The procedure should be the same for other versions of XAMPP. </p>
<p>A XAMPP installation procedure for Windows XP can be found <a href="//complete-concrete-concise.com/web-tools/installing-xampp-apache-server-mysql-and-php-2">here</a>. </p>
</p></div>
<p class="c2">Click on images for full sized versions.</p>
<p><strong>(1) Enter</strong> <span class="i1">http://localhost/phpmyadmin</span> into your browser’s URL field. This will bring you to the <strong>phpmyadmin</strong> main page.</p>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2011/03/addmysqluserxampp1.png"><img fetchpriority="high" decoding="async" style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="add-mysql-user-xampp-1" border="0" alt="add-mysql-user-xampp-1" src="//complete-concrete-concise.com/wp-content/uploads/2011/03/addmysqluserxampp1_thumb.png" width="484" height="148" /></a>&#160;<strong>(2) Select</strong> the database to which to add a new user by <strong>clicking</strong> on it:</p>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2011/03/addingmysqluserxampp2.png"><img decoding="async" style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="adding-mysql-user-xampp-2" border="0" alt="adding-mysql-user-xampp-2" src="//complete-concrete-concise.com/wp-content/uploads/2011/03/addingmysqluserxampp2_thumb.png" width="484" height="372" /></a><strong>(3) Click</strong> on the <strong>Privileges</strong> tab: </p>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2011/03/addmysqluserxampp3.png"><img decoding="async" style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="add-mysql-user-xampp-3" border="0" alt="add-mysql-user-xampp-3" src="//complete-concrete-concise.com/wp-content/uploads/2011/03/addmysqluserxampp3_thumb.png" width="484" height="168" /></a> <strong>(4) Click</strong> on <strong>Add a new user</strong>:</p>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2011/03/addmysqluserxampp4.png"><img loading="lazy" decoding="async" style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="add-mysql-user-xampp-4" border="0" alt="add-mysql-user-xampp-4" src="//complete-concrete-concise.com/wp-content/uploads/2011/03/addmysqluserxampp4_thumb.png" width="484" height="228" /></a>&#160;<strong>(5) Fill</strong> in the user information:</p>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2011/03/addmysqluserxampp5.png"><img loading="lazy" decoding="async" style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="add-mysql-user-xampp-5" border="0" alt="add-mysql-user-xampp-5" src="//complete-concrete-concise.com/wp-content/uploads/2011/03/addmysqluserxampp5_thumb.png" width="484" height="212" /></a><strong>User Name:</strong> Leave the dropdown selection as <u>Use text field</u> and enter a user name in the edit box on the right side. A user name may be a maximum of 16 characters in length. The MySql documentation recommends using only ASCII characters in the name. It would probably be safest to restrict yourself to lowercase letters, uppercase letters, and / or digits.</p>
<p><strong>Host:</strong> since this is for XAMPP, select <strong>Local</strong> from the dropdown box.</p>
<p><strong>Password:</strong> if you want the user to have a password, then leave the selection in the dropdown box as <u>Use text field</u> and enter a password (up to 16 characters, composed of letters and / or digits) into the edit box on the right. If you don’t want the user to have a password (for the password to be blank) then select <strong>No Password</strong> from the dropdown box. Alternatively, you can allow the system to generate a password for you (remember it or write it down, since you will need to pass that password on to applications that need it).</p>
<p><strong>(6) Leave </strong>all other settings as they are.</p>
<p class="c1">You can now use this user name and password instead of root and no password when you configure the database information for applications like Joomla! or WordPress.</p>

<p>The post <a href="https://complete-concrete-concise.com/web-tools/adding-a-new-user-to-a-mysql-database-in-xampp/">Adding a New User to a MySql database in XAMPP</a> appeared first on <a href="https://complete-concrete-concise.com">Complete, Concrete, Concise</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
