<?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[MYSQL Updraft question]]></title><description><![CDATA[<p dir="auto">While using Updraft Plus for WordPress backups, I get this warning message:</p>
<p dir="auto"><em>Dumping routines: (tq5av_fn_realmedialibrary_childs, wp_fn_realmedialibrary_childs) - (Failed - Your WordPress database user doesn't have sufficient privileges to read these stored routines. To be able to backup the routines, you must be the user named as the routine DEFINER(s), have the SHOW_ROUTINE privilege (for MySQL 8.0.20+ users), have the SELECT privilege at the global level, or have the CREATE ROUTINE, ALTER ROUTINE, or EXECUTE privilege granted at a scope that includes the routines.)</em></p>
<p dir="auto">I would like to enter one of these commands to the WordPress CLI (MySQL):</p>
<p dir="auto">GRANT SELECT on <em>.</em> TO 'wp_database_user'@'localhost';</p>
<p dir="auto">GRANT SHOW_ROUTINE ON <em>.</em> TO 'wp_database_user'@'localhost';</p>
<p dir="auto">I get these error messages:</p>
<p dir="auto">ERROR 1045 (28000): Access denied for user 'wp_database_user'@'%' (using password: YES)</p>
<p dir="auto">ERROR 1227 (42000): Access denied; you need (at least one of) the GRANT OPTION privilege(s) for this operation</p>
<p dir="auto">I understand, that I don't have the privileges, but I am logged in as root. What could I do? Is there another way to reach my goal?</p>
]]></description><link>https://forum.cloudron.io/topic/15103/mysql-updraft-question</link><generator>RSS for Node</generator><lastBuildDate>Thu, 16 Apr 2026 02:25:05 GMT</lastBuildDate><atom:link href="https://forum.cloudron.io/topic/15103.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 20 Feb 2026 17:52:26 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MYSQL Updraft question on Mon, 23 Feb 2026 19:20:19 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></p>
<p dir="auto">Thank you for this clear information.</p>
]]></description><link>https://forum.cloudron.io/post/120638</link><guid isPermaLink="true">https://forum.cloudron.io/post/120638</guid><dc:creator><![CDATA[miednr]]></dc:creator><pubDate>Mon, 23 Feb 2026 19:20:19 GMT</pubDate></item><item><title><![CDATA[Reply to MYSQL Updraft question on Mon, 23 Feb 2026 19:17:24 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/miednr" aria-label="Profile: miednr">@<bdi>miednr</bdi></a> WP (or any app on Cloudron) does not have root access to the database. The root user (in the terminal) is totally different from the database user. It is also not possible to elevate the existing database user to have extra permissions. Unfortunately, this means that Updraft Plus cannot take a backup of the stored procedures (if any). Cloudron's backup database dumps should have them though.</p>
]]></description><link>https://forum.cloudron.io/post/120637</link><guid isPermaLink="true">https://forum.cloudron.io/post/120637</guid><dc:creator><![CDATA[joseph]]></dc:creator><pubDate>Mon, 23 Feb 2026 19:17:24 GMT</pubDate></item></channel></rss>