<?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>phpmyadmin &#8211; SystemTechnics</title>
	<atom:link href="https://www.systemtechnics.de/tag/phpmyadmin/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.systemtechnics.de</link>
	<description>IT Consulting</description>
	<lastBuildDate>Mon, 12 Dec 2016 14:39:36 +0000</lastBuildDate>
	<language>de</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://www.systemtechnics.de/wp-content/uploads/cropped-2003-logo-st-transparanet-x200-32x32.png</url>
	<title>phpmyadmin &#8211; SystemTechnics</title>
	<link>https://www.systemtechnics.de</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>WordPress: Admin Benutzer via MySQL hinzufügen</title>
		<link>https://www.systemtechnics.de/wordpress-admin-benutzer-via-mysql-hinzufuegen/</link>
		
		<dc:creator><![CDATA[knut]]></dc:creator>
		<pubDate>Mon, 12 Dec 2016 11:42:30 +0000</pubDate>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[Anleitungen]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[phpmyadmin]]></category>
		<category><![CDATA[wordpress]]></category>
		<guid isPermaLink="false">http://www.systemtechnics.de/?p=1876</guid>

					<description><![CDATA[Sollte man unter einer WordPress Installation einen zusätzlichen Administrator hinzufügen wollen und kein Zugriff auf das Backend hat, dann kann [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Sollte man unter einer WordPress Installation einen zusätzlichen Administrator hinzufügen wollen und kein Zugriff auf das Backend hat, dann kann man dies z.B. über phpMyAdmin direkt in der Datenbank tun.</p>
<p><span id="more-1876"></span></p>
<p>Folgende Schritte sind dazu notwendig:</p>
<ul class="uk-list uk-list-striped">
<li>Anmeldung am phpMyAdmin</li>
<li>Auswählen der Tabelle <em>wp_users</em> (1)</li>
<li>Hinzufügen (2) eines neuen Datensatzes (Password als MD5 Hash (3))</li>
<li>Feststellen der neuen Benutzer ID</li>
<li>Auswählen der Tabelle <em>wp_usermeta</em></li>
<li>Ausführen zweier SQL Befehle mit der neuen/angepassten Benutzer ID</li>
</ul>
<p><img fetchpriority="high" decoding="async" src="/wp-content/uploads/wp_users.png" alt="" width="1200" height="894" class="aligncenter" /></p>
<p>Hier noch die beiden SQL Befehle:<br />
(Die ID (im Beispiel hier N° 4) muss natürlich angepasst werden)</p>
<pre><code>INSERT INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (NULL, '4', 'wp_capabilities', 'a:1:{s:13:"administrator";s:1:"1";}');
INSERT INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (NULL, '4', 'wp_user_level', '10');</code></pre>
<p><img decoding="async" src="/wp-content/uploads/wp_usermeta.png" alt="" width="1200" height="894" class="aligncenter" /></p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
