<?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[How may I see the name of database created&#x2F;used by FusionAuth in local (mySQL) ?]]></title><description><![CDATA[<p dir="auto">Hi, how may I see the name of database created/used by FusionAuth in local ( mysql) ?</p>
<p dir="auto">Is it inside <code>fusionauth.properties</code> ?</p>
]]></description><link>https://fusionauth.io/community/forum/topic/1086/how-may-i-see-the-name-of-database-created-used-by-fusionauth-in-local-mysql</link><generator>RSS for Node</generator><lastBuildDate>Sun, 17 May 2026 11:53:24 GMT</lastBuildDate><atom:link href="https://fusionauth.io/community/forum/topic/1086.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 12 Jun 2021 02:58:24 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How may I see the name of database created&#x2F;used by FusionAuth in local (mySQL) ? on Wed, 16 Jun 2021 15:50:56 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://fusionauth.io/community/forum/uid/679">@marcasellkhelaifi</a>,</p>
<p dir="auto">Glad that you got this figured out!  Thanks for sharing!</p>
<p dir="auto">Thanks,<br />
Josh</p>
]]></description><link>https://fusionauth.io/community/forum/post/3238</link><guid isPermaLink="true">https://fusionauth.io/community/forum/post/3238</guid><dc:creator><![CDATA[joshua]]></dc:creator><pubDate>Wed, 16 Jun 2021 15:50:56 GMT</pubDate></item><item><title><![CDATA[Reply to How may I see the name of database created&#x2F;used by FusionAuth in local (mySQL) ? on Wed, 16 Jun 2021 06:29:15 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://fusionauth.io/community/forum/uid/679">@marcasellkhelaifi</a> My bad, after I tried, I was redirected to a page like this :</p>
<p dir="auto"><img src="/community/forum/assets/uploads/files/1623824823797-b099e094-4a8e-437a-a0c3-7d224032bc99-image.png" alt="b099e094-4a8e-437a-a0c3-7d224032bc99-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">If I go to <a href="http://localhost:9011/admin" rel="nofollow ugc">http://localhost:9011/admin</a>, the login form shows up :</p>
<p dir="auto"><img src="/community/forum/assets/uploads/files/1623824882005-c1e99161-1690-4ff5-aa6e-fbc5a30004fa-image.png" alt="c1e99161-1690-4ff5-aa6e-fbc5a30004fa-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">To answer my question, you do not configure database in maintenance mode once the configuration is successful.</p>
]]></description><link>https://fusionauth.io/community/forum/post/3236</link><guid isPermaLink="true">https://fusionauth.io/community/forum/post/3236</guid><dc:creator><![CDATA[marcasellkhelaifi]]></dc:creator><pubDate>Wed, 16 Jun 2021 06:29:15 GMT</pubDate></item><item><title><![CDATA[Reply to How may I see the name of database created&#x2F;used by FusionAuth in local (mySQL) ? on Wed, 16 Jun 2021 04:45:41 GMT]]></title><description><![CDATA[<p dir="auto">one question, if I logout from admin dashboard and shutdown Fusionauth then I start it again with <code>./startup.sh</code>, do I enter maintenance mode database configuration again ?</p>
]]></description><link>https://fusionauth.io/community/forum/post/3235</link><guid isPermaLink="true">https://fusionauth.io/community/forum/post/3235</guid><dc:creator><![CDATA[marcasellkhelaifi]]></dc:creator><pubDate>Wed, 16 Jun 2021 04:45:41 GMT</pubDate></item><item><title><![CDATA[Reply to How may I see the name of database created&#x2F;used by FusionAuth in local (mySQL) ? on Wed, 16 Jun 2021 04:37:59 GMT]]></title><description><![CDATA[<p dir="auto">I would like to recap what I faced :</p>
<p dir="auto">Steps to reproduce :</p>
<ol>
<li>I downloaded Fusionauth here : <a href="https://fusionauth.io/download/" rel="nofollow ugc">https://fusionauth.io/download/</a>.</li>
<li>I ran Fusionauth by executing  <code>fusionauth/bin/startup.sh</code>.</li>
<li>Open <a href="http://localhost:9011" rel="nofollow ugc">http://localhost:9011</a> and enter maintenance mode configuration.</li>
<li>Having the superadmin credential section blank, using MySQL on port 5432, I clicked the submit button.</li>
<li>I saw an error but I did not know what happened.</li>
</ol>
<p dir="auto">My very first trouble was I did not have MySQL/J connector that bridges MySQL and its client which in this case, Fusionauth. I knew this by looking at Fusionauth logs that was present in <code>fusionauth/logs/fusionauth-app.logs</code>. Therefore, I downloaded it here : <a href="https://dev.mysql.com/downloads/connector/j/" rel="nofollow ugc">https://dev.mysql.com/downloads/connector/j/</a>. Before downloading, I was required to register and login into my Oracle account.</p>
<p dir="auto"><img src="/community/forum/assets/uploads/files/1623816500386-2cba5c5a-7225-422e-bb5b-0eb635bbec7b-image.png" alt="2cba5c5a-7225-422e-bb5b-0eb635bbec7b-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">I installed MySQL/J connector with :<br />
<code>sudo dpkg -i mysql-connector-java_8.0.25-1ubuntu20.04_all.deb.deb</code>.</p>
<p dir="auto">Still, I was not successful in running Fusionauth. This time, it was about Database. I followed this guide : <a href="https://fusionauth.io/docs/v1/tech/installation-guide/fusionauth-app/" rel="nofollow ugc">https://fusionauth.io/docs/v1/tech/installation-guide/fusionauth-app/</a>. I recommend this to anyone who forgets MySQL superadmin user password.</p>
<p dir="auto"><img src="/community/forum/assets/uploads/files/1623817188238-b19ec48c-03b9-4147-881e-5f77bd33e829-image.png" alt="b19ec48c-03b9-4147-881e-5f77bd33e829-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">After that, please fill in Superuser credential section with your database superuser credentials that you have.</p>
<p dir="auto"><img src="/community/forum/assets/uploads/files/1623817914632-deca08e1-511c-4073-bc09-1a432ee611c8-image.png" alt="deca08e1-511c-4073-bc09-1a432ee611c8-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Finally, if you use MySQL, please make sure you run on port 3306 instead of 5432. I have no idea whether this is a must or not but it was noted in Fusionauth docs. Click submit then proceed to setup wizard to set superadmin credential. Click submit button so you will be redirected to Fusionauth admin dashboard.</p>
<p dir="auto"><img src="/community/forum/assets/uploads/files/1623818198346-9cb84981-a39f-40a4-bf41-789d19d80ae3-image.png" alt="9cb84981-a39f-40a4-bf41-789d19d80ae3-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">You can also see MySQL to make sure you have successfully created a database named <code>fusionauth</code>.</p>
<p dir="auto"><img src="/community/forum/assets/uploads/files/1623818099432-successfully-created-fusionauth-database.png" alt="successfully-created-fusionauth-database.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Hopefully this can be helpful for anyone facing the same issue to get started to Fusionauth.</p>
<p dir="auto">Thank you for your support <a class="mention plugin-mentions-user plugin-mentions-a" href="https://fusionauth.io/community/forum/uid/645">@joshua</a> , I appreciate your time!</p>
]]></description><link>https://fusionauth.io/community/forum/post/3234</link><guid isPermaLink="true">https://fusionauth.io/community/forum/post/3234</guid><dc:creator><![CDATA[marcasellkhelaifi]]></dc:creator><pubDate>Wed, 16 Jun 2021 04:37:59 GMT</pubDate></item><item><title><![CDATA[Reply to How may I see the name of database created&#x2F;used by FusionAuth in local (mySQL) ? on Tue, 15 Jun 2021 16:44:55 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://fusionauth.io/community/forum/uid/679">@marcasellkhelaifi</a></p>
<p dir="auto">That is interesting.  When I get that error it means that I have not supplied the right credentials on the FusionAuth maintenance mode screen so that FusionAuth can create a database and add a user.</p>
<p dir="auto">Are you running FusionAuth locally?  If not, how are your database and the FusionAuth app set up?</p>
<p dir="auto">I would recommend following the guide and troubleshooting located here<br />
<a href="https://fusionauth.io/docs/v1/tech/installation-guide/fusionauth-app#database-configuration" rel="nofollow ugc">https://fusionauth.io/docs/v1/tech/installation-guide/fusionauth-app#database-configuration</a><br />
<a href="https://fusionauth.io/docs/v1/tech/installation-guide/fusionauth-app/" rel="nofollow ugc">https://fusionauth.io/docs/v1/tech/installation-guide/fusionauth-app/</a></p>
<p dir="auto">If you are still having issues after reviewing these instructions, post back and we can do some additional troubleshooting.</p>
<p dir="auto">Thanks,<br />
Josh</p>
]]></description><link>https://fusionauth.io/community/forum/post/3222</link><guid isPermaLink="true">https://fusionauth.io/community/forum/post/3222</guid><dc:creator><![CDATA[joshua]]></dc:creator><pubDate>Tue, 15 Jun 2021 16:44:55 GMT</pubDate></item><item><title><![CDATA[Reply to How may I see the name of database created&#x2F;used by FusionAuth in local (mySQL) ? on Tue, 15 Jun 2021 06:10:11 GMT]]></title><description><![CDATA[<p dir="auto">Thanks <a class="mention plugin-mentions-user plugin-mentions-a" href="https://fusionauth.io/community/forum/uid/645">@joshua</a> !</p>
<p dir="auto">But if I do not have a database called <code>fusionauth</code> after running <code>./startup.sh</code> in <code>fusionauth/bin</code> directory, does it mean there is something wrong ?</p>
<p dir="auto"><img src="/community/forum/assets/uploads/files/1623737183908-562b8077-08f9-4480-8377-8eeebe4f2b00-image.png" alt="562b8077-08f9-4480-8377-8eeebe4f2b00-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">This is  confusing because the error says : <code>The database and schema exist, but for some reason the ordinary user you specified cannot connect to it. Perhaps the user already existed and you provided the wrong password. The error from the database was [Communications link failure The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.].</code>.</p>
<p dir="auto"><img src="/community/forum/assets/uploads/files/1623737332753-1a391b43-0695-4f20-b56e-baec7b27843a-image.png" alt="1a391b43-0695-4f20-b56e-baec7b27843a-image.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://fusionauth.io/community/forum/post/3217</link><guid isPermaLink="true">https://fusionauth.io/community/forum/post/3217</guid><dc:creator><![CDATA[marcasellkhelaifi]]></dc:creator><pubDate>Tue, 15 Jun 2021 06:10:11 GMT</pubDate></item><item><title><![CDATA[Reply to How may I see the name of database created&#x2F;used by FusionAuth in local (mySQL) ? on Mon, 14 Jun 2021 19:40:05 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://fusionauth.io/community/forum/uid/679">@marcasellkhelaifi</a></p>
<p dir="auto">This is going to require that you connect to your database.</p>
<p dir="auto">Something like <a href="https://linuxize.com/post/how-to-show-databases-in-mysql/#:~:text=The%20most%20common%20way%20to,run%20the%20SHOW%20DATABASES%20command.&amp;text=If%20you%20haven't%20set,can%20omit%20the%20%2Dp%20switch" rel="nofollow ugc">this article might help with that</a>.<br />
(not endorsed, but just searched for and this was the top result)</p>
<p dir="auto">The FusionAuth database is typically called <code>fusionauth</code></p>
<p dir="auto">I hope that helps!</p>
<p dir="auto">Thanks<br />
Josh</p>
]]></description><link>https://fusionauth.io/community/forum/post/3215</link><guid isPermaLink="true">https://fusionauth.io/community/forum/post/3215</guid><dc:creator><![CDATA[joshua]]></dc:creator><pubDate>Mon, 14 Jun 2021 19:40:05 GMT</pubDate></item></channel></rss>