deepinuser17
deepin
2020-01-12 09:28 安装mysql没有问题,只要有可以使用的源库。
Copy the Code
Copy the Code
- $ dpkg -l | grep -i mariadb
- ii libdbd-mysql-perl:amd64 4.050-2 amd64 Perl5 database interface to the MariaDB/MySQL database
- ii libmariadb3:amd64 1:10.3.17-0+deb10u1 amd64 MariaDB database client library
ii mariadb-client-10.3 1:10.3.17-0+deb10u1 amd64 MariaDB database client binaries
- ii mariadb-client-core-10.3 1:10.3.17-0+deb10u1 amd64 MariaDB database core client binaries
ii mariadb-server-10.3 1:10.3.17-0+deb10u1 amd64 MariaDB database server binaries
- ii mariadb-server-core-10.3 1:10.3.17-0+deb10u1 amd64 MariaDB database core server files
- $ sudo mysql
- Welcome to the MariaDB monitor. Commands end with ; or \g.
- Your MariaDB connection id is 47
- Server version: 10.3.17-MariaDB-0+deb10u1 Debian 10
- 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 |
- +--------------------+
- 3 rows in set (0.001 sec)
- MariaDB [(none)]> \quit
Reply Like 0 View the author


中文 