when i try to access phpmyadmin for any database i create i get
Error
SELECT `comment`
FROM `i removed this here`.`pma__column_info`
WHERE db_name = 'i removed this here'
AND table_name = ''
AND column_name = '(db_comment)'
MySQL said:
#1146 - Table 'i removed this here.pma__column_info' doesn't exist
note : i removed anything private saying “i removed this here”
I think the error message is pretty clear. The table name you entered does not exist. Make sure the table name matches what is shown in the control panel / client area under MySQL databases.
Those “private” things you removed are probably your account username or database name. And it would be very helpful if you could share those so I can check the issue for myself.
A database name is not exactly sensitive information, it’s not like you can read all the data of a database simply by knowing the name.
thank you for your reply but the problem got solved when i simply switched the browser to chrome instead of brave
sorry for disturbing you and thank you again !!