Type URL localhost/phpmyadmin that will show below error
Open the Windows File Explorer
Open the folder: C:\ProgramData\MySQL\MySQL Server 8.0
Open the file : my.cnf
Paste the below code at the end of the file:
[client]
default-character-set=utf8
[mysql]
default-character-set=utf8
[mysqld]
collation-server = utf8_unicode_ci
character-set-server = utf8
default_authentication_plugin = mysql_native_password
Now, Open XAMPP Control Panel and click on Services Button.
In the Services window, Search for the MySQL service.Click on Restart link.
Open the Windows File Explorer
Open the folder: C:\ProgramData\MySQL\MySQL Server 8.0
Open the file : my.cnf
Paste the below code at the end of the file:
[client]
default-character-set=utf8
[mysql]
default-character-set=utf8
[mysqld]
collation-server = utf8_unicode_ci
character-set-server = utf8
default_authentication_plugin = mysql_native_password
Now, Open XAMPP Control Panel and click on Services Button.
In the Services window, Search for the MySQL service.Click on Restart link.
0 Response to "Server sent charset (255) unknown to the client. Please, report to the developers in XAMPP"
Post a Comment