IF Provided MySQL Question

I have a question regarding the provided IF PMA MySQL service;

How am I able to extend storage on my Databases, or how I’m able to use two Databases on my site?

Like how can I use two separate Databases for the same site without breaking anything? And if it doesn’t violate any rules?

Also am I allowed to use the real PMA MySQL app for my databases, or must I use the provided MySQL service?

You get 400 databases per account on the free plan. Create them under “MySQL” in the control panel

7 Likes

Yes, I know thanks. But my main question is

Yes, you can use PHPMyAdmin for every database you create. You can also install your own application on your free hosting account (Like Adminer) if you want a different interface.

8 Likes

Thanks bro! :+1: :sunglasses:

(Close the topic if you’re able to)

No need to close topics abruptly unless there is a reason such as going off topic or attacking other users. At the bottom of every topic, you will see a timer which will say that the topic will close after a certain amount of days after the last reply. Because someone may post something relevant or you may have another question.

6 Likes

Last time I checked, running your own phpMyAdmin installation doesn’t work because phpMyAdmin needs to be able to SHOW DATABASES which is not possible on our hosting. Adminer doesn’t need this, and is also much easier to setup, so that would be my recommendation if you don’t want to use our phpMyAdmin installation.

Then there is the fact that, looking at the access logs of basically any site, phpMyAdmin is a beloved target for hackers to try and get into your database. So if you are going to use phpMyAdmin, I strongly suggest to also protect the phpMyAdmin installation with a Password Protected Directory or an IP address whitelist so hackers won’t even be able to try to guess your credentials.

8 Likes

Thank you!

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.