Access database for my website

hi everyone!

my database works just fine but for some reason i cant access it via phpmyadmin and it sucks because i want to modify my database but i dont know how to do that without phpmyadmin.

is there a way to change my database and create new tables without phpmyadmin ? if not, when will phpmyadmin be available again ?

thanks!

Hi there,

You can indeed execute MySQL queries through PHP itself.
Can you try using this lightweight tool to access your database?
http://phpminiadmin.sourceforge.net/

This topic was automatically closed after 22 hours. New replies are no longer allowed.