MariaDB Server Installation

1

Installed xampp on windows 10 using "xampp-win32-7.1.12-0-VC14-installer". MySQL Server works and "http://localhost/phpmyadmin" is reachable, but:

  1. When calling "telnet -l root localhost [ip] 3306", this message is gotten "Y 5.5.5-10.1.29-MariaDB[>bSW>o?áabI),DO@4"L9mysql_native_password". And after some seconds this message "Verbindung zu Host verloren" [lost connection to host].

  2. When calling "http://localhost:3306[/test]", browser edge produces the following text "Y 5.5.5-10.1.29-MariaDBy^LBEs7Sÿ÷? }?]9D,Jqy0~Mmysql_native_password!ÿ„#08S01Got packets out of order" and chrome this text "This page isn’t working, localhost sent an invalid response. ERR_INVALID_HTTP_RESPONSE"

Calling MySQL client tells the server version is 10.1.29-MariaDB. Windows firewall doesn't block any connection to port 3306 (logging file is checked).

Any ideas to fix these two problems. Thanks you.

user1011654

Posted 2019-03-25T11:39:56.427

Reputation: 11

No answers