<?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>SQL commands Archives - Artificial Intelligence</title>
	<atom:link href="https://www.aiuniverse.xyz/tag/sql-commands/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.aiuniverse.xyz/tag/sql-commands/</link>
	<description>Exploring the universe of Intelligence</description>
	<lastBuildDate>Mon, 29 Jan 2024 08:36:29 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.1</generator>
	<item>
		<title>How to Insert Database Using Command in Local XAMPP Server</title>
		<link>https://www.aiuniverse.xyz/how-to-insert-database-using-command-in-local-xampp-server/</link>
					<comments>https://www.aiuniverse.xyz/how-to-insert-database-using-command-in-local-xampp-server/#respond</comments>
		
		<dc:creator><![CDATA[Maruti Kr.]]></dc:creator>
		<pubDate>Mon, 29 Jan 2024 08:36:15 +0000</pubDate>
				<category><![CDATA[XAMPP]]></category>
		<category><![CDATA[Command-line]]></category>
		<category><![CDATA[Data manipulation]]></category>
		<category><![CDATA[Database insertion]]></category>
		<category><![CDATA[Database management]]></category>
		<category><![CDATA[Insert statement]]></category>
		<category><![CDATA[Local server]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[MySQL prompt]]></category>
		<category><![CDATA[SQL commands]]></category>
		<guid isPermaLink="false">https://www.aiuniverse.xyz/?p=18475</guid>

					<description><![CDATA[<p>To insert data into a database using command in local XAMPP, you can follow these steps: 2. Open your web browser and visit http://localhost/phpmyadmin. This will open the phpMyAdmin interface. 3. Create a new database or Select the database where you want to insert the data from the left-hand side panel. 4. Open command prompt <a class="read-more-link" href="https://www.aiuniverse.xyz/how-to-insert-database-using-command-in-local-xampp-server/">Read More</a></p>
<p>The post <a href="https://www.aiuniverse.xyz/how-to-insert-database-using-command-in-local-xampp-server/">How to Insert Database Using Command in Local XAMPP Server</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>To insert data into a database using command in local XAMPP, you can follow these steps:</p>



<ol class="wp-block-list">
<li>Start the XAMPP control panel and ensure that Apache and MySQL services are running.</li>
</ol>



<figure class="wp-block-image size-full is-resized"><img fetchpriority="high" decoding="async" src="https://www.aiuniverse.xyz/wp-content/uploads/2024/01/image-55.png" alt="" class="wp-image-18476" width="835" height="556" srcset="https://www.aiuniverse.xyz/wp-content/uploads/2024/01/image-55.png 722w, https://www.aiuniverse.xyz/wp-content/uploads/2024/01/image-55-300x200.png 300w" sizes="(max-width: 835px) 100vw, 835px" /></figure>



<p>2. Open your web browser and visit <code><a href="http://localhost/phpmyadmin">http://localhost/phpmyadmin</a></code>. This will open the phpMyAdmin interface. </p>



<p>3. Create a new database or Select the database where you want to insert the data from the left-hand side panel.</p>



<figure class="wp-block-image size-large"><img decoding="async" width="1024" height="474" src="https://www.aiuniverse.xyz/wp-content/uploads/2024/01/image-58-1024x474.png" alt="" class="wp-image-18481" srcset="https://www.aiuniverse.xyz/wp-content/uploads/2024/01/image-58-1024x474.png 1024w, https://www.aiuniverse.xyz/wp-content/uploads/2024/01/image-58-300x139.png 300w, https://www.aiuniverse.xyz/wp-content/uploads/2024/01/image-58-768x356.png 768w, https://www.aiuniverse.xyz/wp-content/uploads/2024/01/image-58.png 1028w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<p>4. Open command prompt and changing directory like- <strong>C:\xampp\mysql\bin</strong> in your command prompt</p>



<figure class="wp-block-image size-large"><img decoding="async" width="1024" height="538" src="https://www.aiuniverse.xyz/wp-content/uploads/2024/01/image-57-1024x538.png" alt="" class="wp-image-18478" srcset="https://www.aiuniverse.xyz/wp-content/uploads/2024/01/image-57-1024x538.png 1024w, https://www.aiuniverse.xyz/wp-content/uploads/2024/01/image-57-300x158.png 300w, https://www.aiuniverse.xyz/wp-content/uploads/2024/01/image-57-768x404.png 768w, https://www.aiuniverse.xyz/wp-content/uploads/2024/01/image-57.png 1039w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<p>5. Next write <strong>mysql -u root YourDatabaseName&lt; C:\YourSqlFile.sql</strong> and press enter.</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="999" height="529" src="https://www.aiuniverse.xyz/wp-content/uploads/2024/01/image-59.png" alt="" class="wp-image-18483" srcset="https://www.aiuniverse.xyz/wp-content/uploads/2024/01/image-59.png 999w, https://www.aiuniverse.xyz/wp-content/uploads/2024/01/image-59-300x159.png 300w, https://www.aiuniverse.xyz/wp-content/uploads/2024/01/image-59-768x407.png 768w" sizes="auto, (max-width: 999px) 100vw, 999px" /></figure>



<p>These are general steps, Ensure that your XAMPP server is running during these steps.</p>
<p>The post <a href="https://www.aiuniverse.xyz/how-to-insert-database-using-command-in-local-xampp-server/">How to Insert Database Using Command in Local XAMPP Server</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.aiuniverse.xyz/how-to-insert-database-using-command-in-local-xampp-server/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
