maria-discuss team mailing list archive
-
maria-discuss team
-
Mailing list archive
-
Message #05451
Re: mariadb 10.3.15 doesn't work
-
To:
<yu.mingming1106@xxxxxxxxx>, <maria-discuss@xxxxxxxxxxxxxxxxxxx>
-
From:
<Rhys.Campbell@xxxxxxxxxxxx>
-
Date:
Mon, 3 Jun 2019 09:25:41 +0000
-
Accept-language:
en-GB, de-CH, en-US
-
In-reply-to:
<CAEYv=mmpu+cNgBu5YQVMwh6rkCUJukjUm67Jar_a51gCBzONDw@mail.gmail.com>
-
Msip_labels:
MSIP_Label_2e1fccfb-80ca-4fe1-a574-1516544edb53_Enabled=True; MSIP_Label_2e1fccfb-80ca-4fe1-a574-1516544edb53_SiteId=364e5b87-c1c7-420d-9bee-c35d19b557a1; MSIP_Label_2e1fccfb-80ca-4fe1-a574-1516544edb53_Owner=Rhys.Campbell@xxxxxxxxxxxx; MSIP_Label_2e1fccfb-80ca-4fe1-a574-1516544edb53_SetDate=2019-06-03T09:25:40.7098522Z; MSIP_Label_2e1fccfb-80ca-4fe1-a574-1516544edb53_Name=C2 Internal; MSIP_Label_2e1fccfb-80ca-4fe1-a574-1516544edb53_Application=Microsoft Azure Information Protection; MSIP_Label_2e1fccfb-80ca-4fe1-a574-1516544edb53_Extended_MSFT_Method=Automatic; Sensitivity=C2 Internal
-
Thread-index:
AQHVGeu69DhMNU4Qd0mMfL/f2rSld6aJqLJQ
-
Thread-topic:
[Maria-discuss] mariadb 10.3.15 doesn't work
First step check your error log.
Rhys
From: Maria-discuss <maria-discuss-bounces+rhys.campbell=swisscom.com@xxxxxxxxxxxxxxxxxxx> On Behalf Of mingming1 yu
Sent: 03 June 2019 11:13
To: maria-discuss@xxxxxxxxxxxxxxxxxxx
Subject: [Maria-discuss] mariadb 10.3.15 doesn't work
Hi Expert,
I encounter below issue with mariadb 10.3.15, any suggestions?
BTW, it works well with 10.3.13.
# mysql -h 127.0.0.1 -u root -p
Enter password:
Welcome to the MariaDB monitor. Commands end with ; or \g.
Your MariaDB connection id is 3
Server version: 10.3.15-MariaDB Source distribution
Copyright (c) 2000, 2018, Oracle, MariaDB Corporation Ab and others.
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
MariaDB [(none)]> show databases;
+--------------------+
| Database |
+--------------------+
| information_schema |
| mysql |
| performance_schema |
| test |
+--------------------+
4 rows in set (0.105 sec)
MariaDB [(none)]> use information_schema;
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A
Database changed
MariaDB [information_schema]> show databases;
ERROR 2006 (HY000): MySQL server has gone away
No connection. Trying to reconnect...
ERROR 2002 (HY000): Can't connect to MySQL server on '127.0.0.1' (115)
ERROR: Can't connect to the server
Thanks,
References