<?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>Connections &#8211; Mario Chivale ♦ Personal Website</title>
	<atom:link href="https://www.mario.chivale.com/tag/connections/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.mario.chivale.com</link>
	<description>Mario Chivale Personal Website ♦ IT • Informatyka • Computer Science • Elektronika • Electronics • Elektryka • Electricity</description>
	<lastBuildDate>Sat, 19 Aug 2023 16:48:21 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>MySQL Commands</title>
		<link>https://www.mario.chivale.com/mysql-commands/</link>
					<comments>https://www.mario.chivale.com/mysql-commands/#respond</comments>
		
		<dc:creator><![CDATA[Tatsu]]></dc:creator>
		<pubDate>Thu, 01 Jun 2023 05:02:22 +0000</pubDate>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[ALTER]]></category>
		<category><![CDATA[CLI]]></category>
		<category><![CDATA[Command]]></category>
		<category><![CDATA[Commands]]></category>
		<category><![CDATA[CONNECT]]></category>
		<category><![CDATA[Connections]]></category>
		<category><![CDATA[FLUSH]]></category>
		<category><![CDATA[Host]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[SELECT]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[user]]></category>
		<guid isPermaLink="false">https://www.mario.chivale.com/?p=614</guid>

					<description><![CDATA[Some of the most important SQL commands Connect to MySQL Server: mysql -u UserName -p Show Users: SELECT user FROM mysql.user; Show Users and Hosts: SELECT user,host FROM mysql.user; Change Password for User: ALTER USER 'UserName'@'Host' IDENTIFIED BY 'NewPassword'; FLUSH PRIVILEGES; If you have any questions, write your question bellow in the &#8220;Leave a Reply&#8221; [&#8230;]]]></description>
										<content:encoded><![CDATA[<h1 style="text-align: justify;">Some of the most important SQL commands</h1>
<p><strong>Connect to MySQL Server</strong>:</p>
<pre>mysql -u UserName -p</pre>
<p><strong>Show Users</strong>:</p>
<pre>SELECT user FROM mysql.user;</pre>
<p><strong>Show Users and Hosts</strong>:</p>
<pre>SELECT user,host FROM mysql.user;</pre>
<p><strong>Change Password for User</strong>:</p>
<pre>ALTER USER 'UserName'@'Host' IDENTIFIED BY 'NewPassword';
FLUSH PRIVILEGES;</pre>
<div align="center"><strong>If you have any questions,<br />
write your question bellow in the &#8220;Leave a Reply&#8221; form.<br />
<em>Thanks!</em></strong></div>
<p>&nbsp;</p>
<div align="center"><a title="PayPal- Donate" href="https://www.paypal.com/donate/?hosted_button_id=5TA4H4TJHD4BJ" target="_blank" rel="noopener"><img decoding="async" title="PayPal - Donate" src="/img/paypal-donate.webp" alt="Paypal - Donate" /></a></div>
<p style="text-align: justify;"><strong>MySQL</strong> is an <strong>open source</strong>, multi-dimensional, relational <strong>database management system</strong>. It is an essential tool for any webmaster/designer/developer, and to get started using it, one must understand the basic commands available.</p>
<p style="text-align: justify;">The most commonly used <strong>MySQL</strong> command is <strong>SELECT</strong>, which lets you query a database table for specific information. This is followed by <strong>INSERT</strong>, which inserts values into an existing row in the database table. <strong>UPDATE</strong> is also used to modify an existing record in the database, while <strong>DELETE</strong> removes an entry from the table. Other commands are used to create, alter, or drop a table, query a database, control user access, and export and import data.</p>
<p style="text-align: justify;"><strong>One of the most important MySQL commands</strong> is <strong>CREATE TABLE</strong>, which lets you add a new table to a database. This must be followed by the table name, the column names and the data types for each column. To delete a table, the <strong>DROP</strong> command is used. <strong>ALTER TABLE</strong> can be used to add, delete, modify, or rename a column within a table. The <strong>TRUNCATE</strong> command is used to delete all records from a table without dropping the entire table.</p>
<p style="text-align: justify;">Once a table has been added, <strong>MySQL</strong> commands must be used to store, modify, and query data that is stored within the table. For example, the <strong>INSERT</strong> command is used to add a row to an existing table. The <strong>UPDATE</strong> command lets you modify existing values in the table, while <strong>SELECT</strong> is used to search for data within the table.</p>
<p style="text-align: justify;">In addition to the above commands, there are many other MySQL commands that are commonly used. These may include commands to set up user accounts, create stored procedures, create triggers, export data, back up data, and more. MySQL commands should be learned and mastered by anyone who needs to manage or work with a complex database. With the help of these commands, a user can create and manipulate database tables, store and modify data, and query a database.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.mario.chivale.com/mysql-commands/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
