Mysql : PhpMyAdmin Says "No Tables Found In Database“

Discussion in 'Server Operation' started by fineleric, Apr 25, 2018.

  1. fineleric

    fineleric New Member

    Hello,

    Unlike databases created since months using ISP Config3 panel, all tables from new databases created since yesterday are not displayed in PHPmyadmin.

    When I connect to PhpMyAdmin and click on new database name is listed on the left pan to deploy its tables (related to an uploaded website), I am returned this message in the central pan : NO TABLES FOUND IN DATABASE.

    Has any one already faced and solved this issue after installing ISP Config3 including PhpMyAdmin ?

    When the databases are shown (listed) in PhpMyAdmin central pan, I can’t find the “privileges“ tab (not showing) !
    However I saw screenshots on the web where the “privileges“ tab is showing….
    Can any one give me his word about it ?

    Really need help to resolve these issues.

    Cordially,

    Finel
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Are you really sure that the tables are in the database? Try to login to MySQL on the shell with:

    mysql -u root -p database

    replace the word database with the database name of the new database and enter the MySQL root password when requested. Then issue the command:

    show tables;
     

Share This Page