<?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[Direct Access to App's mysql database]]></title><description><![CDATA[<p dir="auto">Hello! I am having some issues with the underlying data in one of my InvoiceNinja installation. After talking with InvoiceNinja's team, they are telling me that I need to modify some records in the mysql database directly. Is there a way that I can access a Cloudron's apps database from a UI like phpmyadmin that I have running remotely? If so, can someone point in a direction on how to connect?</p>
]]></description><link>https://forum.cloudron.io/topic/2062/direct-access-to-app-s-mysql-database</link><generator>RSS for Node</generator><lastBuildDate>Thu, 16 Jul 2026 20:17:35 GMT</lastBuildDate><atom:link href="https://forum.cloudron.io/topic/2062.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 08 Jan 2020 17:26:04 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Direct Access to App's mysql database on Sat, 27 Mar 2021 19:59:01 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mdreira" aria-label="Profile: mdreira">@<bdi>mdreira</bdi></a> it's in the environment variables of each installation  - just go to the cli of the app and you'll see them there!</p>
]]></description><link>https://forum.cloudron.io/post/28732</link><guid isPermaLink="true">https://forum.cloudron.io/post/28732</guid><dc:creator><![CDATA[doodlemania2]]></dc:creator><pubDate>Sat, 27 Mar 2021 19:59:01 GMT</pubDate></item><item><title><![CDATA[Reply to Direct Access to App's mysql database on Fri, 26 Mar 2021 21:57:30 GMT]]></title><description><![CDATA[<p dir="auto">Hi!</p>
<p dir="auto">I have to migrate from a mautic app (outside of cloudron) to the Mautic cloudron app.</p>
<p dir="auto">In order to do the migration I need to know database name, user and password (I suppose this will be Cloudron's) of the Mautic app in Cloudron.</p>
<p dir="auto">How can I get the name and user of the database?</p>
<p dir="auto">Thank you!</p>
]]></description><link>https://forum.cloudron.io/post/28716</link><guid isPermaLink="true">https://forum.cloudron.io/post/28716</guid><dc:creator><![CDATA[mdreira]]></dc:creator><pubDate>Fri, 26 Mar 2021 21:57:30 GMT</pubDate></item><item><title><![CDATA[Reply to Direct Access to App's mysql database on Wed, 08 Jan 2020 22:48:50 GMT]]></title><description><![CDATA[<p dir="auto">The MySQL server is not exposed. Are you OK to be able to use the mysql CLI?</p>
<p dir="auto">You can access the database either<br />
a) Web terminal -&gt; Click the mysql button on the top -&gt; Press enter. This drops you into mysql shell. You can then do 'show tables' etc.</p>
<p dir="auto">b) Install Cloudron CLI (npm install -g cloudron) on your laptop/PC. Then:</p>
<pre><code>cloudron exec --app ninja.example.com -- bash -c 'mysql --user=${CLOUDRON_MYSQL_USERNAME} --password=${CLOUDRON_MYSQL_PASSWORD} --host=${CLOUDRON_MYSQL_HOST} ${CLOUDRON_MYSQL_DATABASE} -e "SHOW TABLES"';
</code></pre>
<p dir="auto">(If you remove the -e "SHOW TABLES" part, you will get a shell).</p>
]]></description><link>https://forum.cloudron.io/post/5305</link><guid isPermaLink="true">https://forum.cloudron.io/post/5305</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Wed, 08 Jan 2020 22:48:50 GMT</pubDate></item></channel></rss>