 
    
<?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>create Archives - Complete, Concrete, Concise</title>
	<atom:link href="https://complete-concrete-concise.com/tag/create/feed/" rel="self" type="application/rss+xml" />
	<link>https://complete-concrete-concise.com/tag/create/</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>Creating a MySQL Database using XAMPP</title>
		<link>https://complete-concrete-concise.com/web-tools/creating-a-mysql-database-using-xampp/</link>
					<comments>https://complete-concrete-concise.com/web-tools/creating-a-mysql-database-using-xampp/#comments</comments>
		
		<dc:creator><![CDATA[richardsplanet]]></dc:creator>
		<pubDate>Mon, 21 Mar 2011 17:35:56 +0000</pubDate>
				<category><![CDATA[Web Tools]]></category>
		<category><![CDATA[create]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[XAMPP]]></category>
		<guid isPermaLink="false">http://complete-concrete-concise.com/web-development/creating-a-mysql-database-using-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 can be found here. Click on images for full sized versions. Many applications, such as Joomla! require an SQL database as part of their setup. With XAMPP installed, this [&#8230;]</p>
<p>The post <a href="https://complete-concrete-concise.com/web-tools/creating-a-mysql-database-using-xampp/">Creating a MySQL Database using 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>This tutorial assumes that you have XAMPP 1.7.3 installed. The procedure should be the same for other versions of XAMPP.</p>
<p>A XAMPP installation procedure for Windows can be found <a href="//complete-concrete-concise.com/web-tools/51-installing-xampp-apache-server-mysql-and-php">here</a>.</p>
</p></div>
<p class="c2"><strong>Click</strong> on images for full sized versions.</p>
<p>Many applications, such as Joomla! require an SQL database as part of their setup.</p>
<p>With XAMPP installed, this is easy to do.</p>
<p><strong>1) Open</strong> your browser and enter <span class="i1">http://localhost/phpmyadmin</span>. This will bring you to the MySQL setup page:</p>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2011/03/xamppmysqlmainpagephpmyadminurl.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="xampp-mysql-main-page-phpmyadmin-url" border="0" alt="xampp-mysql-main-page-phpmyadmin-url" src="//complete-concrete-concise.com/wp-content/uploads/2011/03/xamppmysqlmainpagephpmyadminurl_thumb.png" width="484" height="376" /></a> </p>
<p><strong></strong></p>
<p><strong>2) Enter</strong> a name for the database, then <strong>click</strong> on the <strong>Create</strong> 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: <strong>joomla_database</strong> or <strong>database_for_drupal</strong>. There should be no need to change the other settings:</p>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2011/03/xamppmysqlmainpageenterdatabasename.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="xampp-mysql-main-page-enter-database-name" border="0" alt="xampp-mysql-main-page-enter-database-name" src="//complete-concrete-concise.com/wp-content/uploads/2011/03/xamppmysqlmainpageenterdatabasename_thumb.png" width="484" height="373" /></a> </p>
<p><strong>3) Ensure</strong> the database was successfully created:</p>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2011/03/xamppmysqldatabasecreated.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="xampp-mysql-database-created" border="0" alt="xampp-mysql-database-created" src="//complete-concrete-concise.com/wp-content/uploads/2011/03/xamppmysqldatabasecreated_thumb.png" width="484" height="374" /></a> </p>
</p>
</p>
</p>
<p>This database can now be used by any application that requires a MySQL database – for example, Joomla!.</p>
<p class="c1">By default, the <strong>username</strong> for this database is <strong>root</strong> and the <strong>password</strong> is blank (there is none).</p>

<p>The post <a href="https://complete-concrete-concise.com/web-tools/creating-a-mysql-database-using-xampp/">Creating a MySQL Database using XAMPP</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-xampp/feed/</wfw:commentRss>
			<slash:comments>52</slash:comments>
		
		
			</item>
	</channel>
</rss>
