(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)
Code:
/* vim: set expandtab sw=4 ts=4 sts=4: */