<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://techwiki.co.uk/index.php?action=history&amp;feed=atom&amp;title=Create_MySQL_User_And_Grant_Privileges</id>
	<title>Create MySQL User And Grant Privileges - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://techwiki.co.uk/index.php?action=history&amp;feed=atom&amp;title=Create_MySQL_User_And_Grant_Privileges"/>
	<link rel="alternate" type="text/html" href="http://techwiki.co.uk/index.php?title=Create_MySQL_User_And_Grant_Privileges&amp;action=history"/>
	<updated>2026-05-14T14:05:49Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.34.0</generator>
	<entry>
		<id>http://techwiki.co.uk/index.php?title=Create_MySQL_User_And_Grant_Privileges&amp;diff=194&amp;oldid=prev</id>
		<title>Adam.birds: Created page with &quot;To create a MySQL user and grant privileges run the below commands:  &lt;pre&gt; CREATE USER 'username'@'localhost' IDENTIFIED BY 'SuperSecurePassword'; &lt;/pre&gt;  &lt;pre&gt; GRANT ALL PRIV...&quot;</title>
		<link rel="alternate" type="text/html" href="http://techwiki.co.uk/index.php?title=Create_MySQL_User_And_Grant_Privileges&amp;diff=194&amp;oldid=prev"/>
		<updated>2023-03-08T19:06:42Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;To create a MySQL user and grant privileges run the below commands:  &amp;lt;pre&amp;gt; CREATE USER &amp;#039;username&amp;#039;@&amp;#039;localhost&amp;#039; IDENTIFIED BY &amp;#039;SuperSecurePassword&amp;#039;; &amp;lt;/pre&amp;gt;  &amp;lt;pre&amp;gt; GRANT ALL PRIV...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;To create a MySQL user and grant privileges run the below commands:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
CREATE USER 'username'@'localhost' IDENTIFIED BY 'SuperSecurePassword';&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
GRANT ALL PRIVILEGES ON databasename . * TO 'username'@'localhost';&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
FLUSH PRIVILEGES;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:MySQL]]&lt;br /&gt;
[[Category:Linux]]&lt;br /&gt;
[[Category:Contents]]&lt;/div&gt;</summary>
		<author><name>Adam.birds</name></author>
		
	</entry>
</feed>