You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# the "/var/lib/mysql" stuff here is because the mysql-server postinst doesn't have an explicit way to disable the mysql_install_db codepath besides having a database already "configured" (ie, stuff in /var/lib/mysql/mysql)
Copy file name to clipboardExpand all lines: README.md
+10-9Lines changed: 10 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
> [MySQL 8 client](https://dev.mysql.com/doc/refman/8.0/en/programs-client.html) for export and import databases easily using Docker.
6
6
7
-
This is a __Linux Docker image__ using the latest __Debian [11-slim](https://hub.docker.com/_/debian?tab=tags&page=1&name=11-slim)__ ([Bullseye](https://www.debian.org/News/2021/20210814)).
7
+
This is a __Linux Docker image__ using the latest __Debian [12-slim](https://hub.docker.com/_/debian/tags?page=1&name=12-slim)__ ([Bookworm](https://www.debian.org/News/2023/20230610)).
8
8
9
9
_**Note:** If you are looking for a **MariaDB Client** then go to [Alpine MySQL Client](https://github.com/joseluisq/alpine-mysql-client) project._
10
10
@@ -13,18 +13,19 @@ _**Note:** If you are looking for a **MariaDB Client** then go to [Alpine MySQL
13
13
## MySQL 8 Client programs
14
14
15
15
```sh
16
+
myisam_ftdump
16
17
mysql
17
-
mysql_find_rows
18
-
mysql_waitpid
18
+
mysql_config_editor
19
+
mysql_exporter
20
+
mysql_importer
19
21
mysqladmin
20
-
mysqldump
21
-
mysqlimport
22
-
mysql-export
23
-
mysql_fix_extensions
24
-
mysqlaccess
25
22
mysqlcheck
23
+
mysqldump
26
24
mysqldumpslow
25
+
mysqlimport
26
+
mysqlpump
27
27
mysqlshow
28
+
mysqlslap
28
29
```
29
30
30
31
For more details see the official [MySQL 8 Client Programs](https://dev.mysql.com/doc/refman/8.0/en/programs-client.html) documentation.
@@ -33,7 +34,7 @@ For more details see the official [MySQL 8 Client Programs](https://dev.mysql.co
33
34
34
35
```sh
35
36
docker run -it --rm joseluisq/mysql-client mysql --version
36
-
# mysql Ver 8.0.28 for Linux on x86_64 (MySQL Community Server - GPL)
37
+
# mysql Ver 8.0.36 for Linux on x86_64 (MySQL Community Server - GPL)
0 commit comments