<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://briansnelson.com/index.php?action=history&amp;feed=atom&amp;title=How_to_Access_the_MySQL_via_Shell</id>
		<title>How to Access the MySQL via Shell - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://briansnelson.com/index.php?action=history&amp;feed=atom&amp;title=How_to_Access_the_MySQL_via_Shell"/>
		<link rel="alternate" type="text/html" href="https://briansnelson.com/index.php?title=How_to_Access_the_MySQL_via_Shell&amp;action=history"/>
		<updated>2026-06-04T12:27:44Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.24.1</generator>

	<entry>
		<id>https://briansnelson.com/index.php?title=How_to_Access_the_MySQL_via_Shell&amp;diff=540&amp;oldid=prev</id>
		<title>Brian: Created page with &quot;==How to Access MySQL via the Shell/CLI==  mysql is a simple SQL shell with input line editing capabilities. It supports interactive and noninteractive use.   Now that you hav...&quot;</title>
		<link rel="alternate" type="text/html" href="https://briansnelson.com/index.php?title=How_to_Access_the_MySQL_via_Shell&amp;diff=540&amp;oldid=prev"/>
				<updated>2014-03-12T18:00:31Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;==How to Access MySQL via the Shell/CLI==  mysql is a simple SQL shell with input line editing capabilities. It supports interactive and noninteractive use.   Now that you hav...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==How to Access MySQL via the Shell/CLI==&lt;br /&gt;
&lt;br /&gt;
mysql is a simple SQL shell with input line editing capabilities. It supports interactive and noninteractive use. &lt;br /&gt;
&lt;br /&gt;
Now that you have installed MySQL/Percona the first thing you will need to learn is how to access the mysql command line interface.&lt;br /&gt;
&lt;br /&gt;
===Access MySQL Prompting for Password===&lt;br /&gt;
If you want to be prompted for your password(yes you do) run:&lt;br /&gt;
&lt;br /&gt;
 mysql -u &amp;lt;user&amp;gt; -p&lt;br /&gt;
&lt;br /&gt;
===Access MySQL without Prompting for Password===&lt;br /&gt;
But if you want to toss security to the wind, you can use&lt;br /&gt;
&lt;br /&gt;
 mysql -u &amp;lt;user&amp;gt; -p&amp;lt;password&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Now you are in, if this is the first time you have accessed mysql, you will not need to input a password.&lt;br /&gt;
&lt;br /&gt;
But I do recommend setting a password.&lt;/div&gt;</summary>
		<author><name>Brian</name></author>	</entry>

	</feed>