<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://tech.uvoo.io/index.php?action=history&amp;feed=atom&amp;title=Grant_mysql</id>
	<title>Grant mysql - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://tech.uvoo.io/index.php?action=history&amp;feed=atom&amp;title=Grant_mysql"/>
	<link rel="alternate" type="text/html" href="https://tech.uvoo.io/index.php?title=Grant_mysql&amp;action=history"/>
	<updated>2026-04-06T15:29:01Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.2</generator>
	<entry>
		<id>https://tech.uvoo.io/index.php?title=Grant_mysql&amp;diff=4132&amp;oldid=prev</id>
		<title>Busk: Created page with &quot;``` ALL PRIVILEGES - a full root access to the databases. If no database is specified, it has global access across the system. CREATE - create new tables or databases DROP - d...&quot;</title>
		<link rel="alternate" type="text/html" href="https://tech.uvoo.io/index.php?title=Grant_mysql&amp;diff=4132&amp;oldid=prev"/>
		<updated>2023-04-27T19:31:20Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;``` ALL PRIVILEGES - a full root access to the databases. If no database is specified, it has global access across the system. CREATE - create new tables or databases DROP - d...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;```&lt;br /&gt;
ALL PRIVILEGES - a full root access to the databases. If no database is specified, it has global access across the system.&lt;br /&gt;
CREATE - create new tables or databases&lt;br /&gt;
DROP - delete tables or databases&lt;br /&gt;
DELETE - delete rows from tables&lt;br /&gt;
INSERT - insert rows into tables&lt;br /&gt;
SELECT - use the SELECT command to read through databases&lt;br /&gt;
UPDATE - update table rows&lt;br /&gt;
GRANT OPTION - grant or remove other users’ privileges&lt;br /&gt;
&lt;br /&gt;
Local only access superuser&lt;br /&gt;
CREATE USER 'username'@'localhost' IDENTIFIED BY 'the_password';&lt;br /&gt;
GRANT ALL PRIVILEGES ON *.* TO 'user_name'@'localhost' WITH GRANT OPTION;&lt;br /&gt;
&lt;br /&gt;
CREATE USER 'username'@'%' IDENTIFIED BY 'the_password';&lt;br /&gt;
GRANT ALL PRIVILEGES ON *.* TO 'username'@'%' WITH GRANT OPTION;&lt;br /&gt;
```&lt;/div&gt;</summary>
		<author><name>Busk</name></author>
	</entry>
</feed>