in mysql database is not listed but in phpadmin there database is present, and i am enable to delete database from phpadmin
in mysql database is not listed but in phpadmin there database is present, and i am enable to delete database from phpadmin
You should be able to run a SQL query in phpMyAdmin (click the "SQL" box on the top of the left column), put as the query DROP DATABASE name;, where name is the name of the database