Sentora Support Forums

Full Version: Problem Manage Database from PhpMyAdmin
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi, 

i have problem with phpmyadmin on my sentora server, i have success create new db on sentora panel but the database not showing on phpmyadmin, any suggestion ? , thanks. Sad
Huh  Did you also create a user to access that new database?
yes sir already, and i've try login to mysql server and database already created, so i guess there is problem with phpmyadmin so i use adminer for import database. mysite.something/etc/apps/sql/adminer.php and its work just for alternate.

Thanks.   Shy
Did try to login to phpmyadmin using mySQL root password and see if the DB is there.

I think it's more issue over user permission. I think you created user but didn't assign the DB so it can access it. So try using the root user first.

M B
(05-05-2016, 11:14 PM)Me.B Wrote: [ -> ]Did try to login to phpmyadmin using mySQL root password and see if the DB is there.

I think it's more issue over user permission. I think you created user but didn't assign the DB so it can access it. So try using the root user first.

M B

Thanks for reply, i`ve been try but no problem when i try login mysql using cli & adminer.php , user and databases are correct here is my db
Code:
mysql> show databases; +--------------------+ | Database           | +--------------------+ | information_schema | | kulaku_wp          | | lionwebs_v2        | | mysql              | | samijoyo_wp        | | sentora_core       | | sentora_postfix    | | sentora_proftpd    | | sentora_roundcube  | | sentora_xbilling   | | utrip_wp           | +--------------------+ 11 rows in set (0.01 sec)
does this code correct to debug phpmyadmin on sentora too ?
Code:
/* vim: set expandtab sw=4 ts=4 sts=4: */
suddenly my pma works again, thanks for support.