Asked 9 years ago
Viewed 113 times
3
I have a problem accessing phpmyadmin. Follow the error ->
Already checked the database configuration?
– Ricardo
This error seems to be that you are defining a type of charset that the database does not recognize, and because it does not find any reference, it returns the error.
– Ivan Ferrer
test convert the pattern to: skip-character-set-client-handshake=1 and default-character-set=utf8
skip-character-set-client-handshake=1
default-character-set=utf8
Most likely his collation bank and table are different
collation
– Diéfani Favareto Piovezan
Browser other questions tagged mysql phpmyadmin
Already checked the database configuration?
– Ricardo
This error seems to be that you are defining a type of charset that the database does not recognize, and because it does not find any reference, it returns the error.
– Ivan Ferrer
test convert the pattern to:
skip-character-set-client-handshake=1
anddefault-character-set=utf8
– Ivan Ferrer
Most likely his
collation
bank and table are different– Diéfani Favareto Piovezan