<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[super admin]]></title><description><![CDATA[<p dir="auto">I am confused on why when i login to /phpmyadmin right!</p>
<p dir="auto">why doesn't the default user admin have super admin /  sounds silly to me <img src="https://forum.cloudron.io/assets/plugins/nodebb-plugin-emoji/emoji/android/1f615.png?v=11345d81604" class="not-responsive emoji emoji-android emoji--confused" style="height:23px;width:auto;vertical-align:middle" title=":/" alt="😕" /></p>
<p dir="auto">mysql&gt; SHOW GRANTS FOR '88c17d908c346b02'@'%';<br />
+------------------------------------------------------------------------+<br />
| Grants for 88c17d908c346b02@%                                          |<br />
+------------------------------------------------------------------------+<br />
| GRANT USAGE ON <em>.</em> TO <code>88c17d908c346b02</code>@<code>%</code>                           |<br />
| GRANT ALL PRIVILEGES ON <code>88c17d908c346b02</code>.* TO <code>88c17d908c346b02</code>@<code>%</code> |<br />
+------------------------------------------------------------------------+</p>
<p dir="auto">meanwhile when i attempt to change set SET GLOBAL sql_mode = 'NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION'</p>
<p dir="auto">I get this  <img src="https://forum.cloudron.io/assets/plugins/nodebb-plugin-emoji/emoji/android/1f615.png?v=11345d81604" class="not-responsive emoji emoji-android emoji--confused" style="height:23px;width:auto;vertical-align:middle" title=":/" alt="😕" /></p>
<p dir="auto">MySQL said: Documentation<br />
#1227 - Access denied; you need (at least one of) the SUPER or SYSTEM_VARIABLES_ADMIN privilege(s) for this operation</p>
]]></description><link>https://forum.cloudron.io/topic/12751/super-admin</link><generator>RSS for Node</generator><lastBuildDate>Thu, 14 May 2026 19:59:52 GMT</lastBuildDate><atom:link href="https://forum.cloudron.io/topic/12751.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 07 Nov 2024 00:53:57 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to super admin on Wed, 20 Nov 2024 14:09:35 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mdc773" aria-label="Profile: mdc773">@<bdi>mdc773</bdi></a> the Strict Mode can only be set on the global (whole mysql) level or the session/connection level. There is no way to set this at database level.</p>
<p dir="auto">We cannot enable NO_AUTO_VALUE_ON_ZERO at the global level. Since this change will then apply to all the apps on Cloudron. This will break things (just like having it disabled breaks your app). AFAIK, there is no way to fix this other then fixing the script itself. Unfortunately, otherwise, you have to host this outside Cloudron since it's not compatible.</p>
]]></description><link>https://forum.cloudron.io/post/97115</link><guid isPermaLink="true">https://forum.cloudron.io/post/97115</guid><dc:creator><![CDATA[joseph]]></dc:creator><pubDate>Wed, 20 Nov 2024 14:09:35 GMT</pubDate></item><item><title><![CDATA[Reply to super admin on Wed, 20 Nov 2024 04:41:25 GMT]]></title><description><![CDATA[<p dir="auto">maybe i can fork it and and the changes for Disabling MySQL Strict Mode</p>
]]></description><link>https://forum.cloudron.io/post/97099</link><guid isPermaLink="true">https://forum.cloudron.io/post/97099</guid><dc:creator><![CDATA[mdc773]]></dc:creator><pubDate>Wed, 20 Nov 2024 04:41:25 GMT</pubDate></item><item><title><![CDATA[Reply to super admin on Wed, 20 Nov 2024 02:46:53 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/joseph" aria-label="Profile: joseph">@<bdi>joseph</bdi></a> my issues is the the creator of the script says that</p>
<p dir="auto">"We recommend disabling it at the time of installation to avoid later database errors. Disabling MySQL Strict Mode requires full root permissions for your server."</p>
<p dir="auto">so me editing the script isn't possible</p>
<p dir="auto">anyway i can recreate the LAMP-APP with a git request and tell me what to edit and i can launch my own version of it</p>
]]></description><link>https://forum.cloudron.io/post/97093</link><guid isPermaLink="true">https://forum.cloudron.io/post/97093</guid><dc:creator><![CDATA[mdc773]]></dc:creator><pubDate>Wed, 20 Nov 2024 02:46:53 GMT</pubDate></item><item><title><![CDATA[Reply to super admin on Mon, 18 Nov 2024 11:26:05 GMT]]></title><description><![CDATA[<p dir="auto">Probably not but you need something like <a href="https://github.com/donwilson/Wikipedia-Data-Dump-Parser/blob/28457ddddd25931c2d8a3f9daf62accf7f4a05ab/parse.php#L48" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/donwilson/Wikipedia-Data-Dump-Parser/blob/28457ddddd25931c2d8a3f9daf62accf7f4a05ab/parse.php#L48</a></p>
<pre><code>	mysql_query("SET SESSION SQL_MODE='NO_AUTO_VALUE_ON_ZERO'");
</code></pre>
<p dir="auto">Try searching like this <a href="https://github.com/search?q=sql_mode+php+SESSION&amp;type=code" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/search?q=sql_mode+php+SESSION&amp;type=code</a></p>
]]></description><link>https://forum.cloudron.io/post/97007</link><guid isPermaLink="true">https://forum.cloudron.io/post/97007</guid><dc:creator><![CDATA[joseph]]></dc:creator><pubDate>Mon, 18 Nov 2024 11:26:05 GMT</pubDate></item><item><title><![CDATA[Reply to super admin on Mon, 18 Nov 2024 03:50:12 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/joseph" aria-label="Profile: joseph">@<bdi>joseph</bdi></a> if i showed you the php script would you be able to tell me where i would do the adjustments</p>
]]></description><link>https://forum.cloudron.io/post/96987</link><guid isPermaLink="true">https://forum.cloudron.io/post/96987</guid><dc:creator><![CDATA[mdc773]]></dc:creator><pubDate>Mon, 18 Nov 2024 03:50:12 GMT</pubDate></item><item><title><![CDATA[Reply to super admin on Fri, 08 Nov 2024 08:07:09 GMT]]></title><description><![CDATA[<p dir="auto">Not related to your answer but sql_mode can usually be set at the SESSION level by adjusting your php script.</p>
]]></description><link>https://forum.cloudron.io/post/96541</link><guid isPermaLink="true">https://forum.cloudron.io/post/96541</guid><dc:creator><![CDATA[joseph]]></dc:creator><pubDate>Fri, 08 Nov 2024 08:07:09 GMT</pubDate></item><item><title><![CDATA[Reply to super admin on Thu, 07 Nov 2024 13:39:54 GMT]]></title><description><![CDATA[<p dir="auto">An app does not get its own database (in this case mysql) instance, but an isolated database on the same mysql instance. So apps do not get superadmin credentials, as they would otherwise be able to potentially interfere with databases from other apps.</p>
]]></description><link>https://forum.cloudron.io/post/96507</link><guid isPermaLink="true">https://forum.cloudron.io/post/96507</guid><dc:creator><![CDATA[nebulon]]></dc:creator><pubDate>Thu, 07 Nov 2024 13:39:54 GMT</pubDate></item></channel></rss>