Help everyone :(
i am developing a system using visual basic 6.0 and mysql as the storage , i used mysql-connector-odbc-3.51.28-win32.msi to connect my project to the database, hmm it works but somewhow when i open my browser and locate the address localhost\phpmyadmin an error on the navigation shows:
------------------------
Error
SQL query:
SELECT `db_name` , `comment`
FROM `phpmyadmin`.`pma_column_info`
WHERE `column_name` = '(db_comment)'
MySQL said:
#1017 - Can't find file: 'pma_column_info' (errno: 2)
----------------
due to this error i wasnt able to see my databases , anyone can help ?. please , thankyou in advance
i am developing a system using visual basic 6.0 and mysql as the storage , i used mysql-connector-odbc-3.51.28-win32.msi to connect my project to the database, hmm it works but somewhow when i open my browser and locate the address localhost\phpmyadmin an error on the navigation shows:
------------------------
Error
SQL query:
SELECT `db_name` , `comment`
FROM `phpmyadmin`.`pma_column_info`
WHERE `column_name` = '(db_comment)'
MySQL said:
#1017 - Can't find file: 'pma_column_info' (errno: 2)
----------------
due to this error i wasnt able to see my databases , anyone can help ?. please , thankyou in advance