无法在WSL中成功安装mysql服务器

无法在WSL中成功安装mysql服务器,mysql,windows-subsystem-for-linux,Mysql,Windows Subsystem For Linux,尝试在wsl上安装mysql服务器,但得到以下结果: Reading package lists... Done Building dependency tree Reading state information... Done mysql-server is already the newest version (5.7.27-0ubuntu0.16.04.1). 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 2

尝试在wsl上安装mysql服务器,但得到以下结果:

Reading package lists... Done
Building dependency tree
Reading state information... Done
mysql-server is already the newest version (5.7.27-0ubuntu0.16.04.1).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
2 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Do you want to continue? [Y/n] y
Setting up mysql-server-5.7 (5.7.27-0ubuntu0.16.04.1) ...
invoke-rc.d: could not determine current runlevel
 * Stopping MySQL database server mysqld                                                                                                                                                                                              [ OK ]
/var/lib/dpkg/info/mysql-server-5.7.postinst: line 143: /usr/share/mysql-common/configure-symlinks: No such file or directory
dpkg: error processing package mysql-server-5.7 (--configure):
 subprocess installed post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of mysql-server:
 mysql-server depends on mysql-server-5.7; however:
  Package mysql-server-5.7 is not configured yet.

dpkg: error processing package mysql-server (--configure):
 dependency problems - leaving unconfigured
No apport report written because the error message indicates its a followup error from a previous failure.
                                                                                                          Errors were encountered while processing:
 mysql-server-5.7
 mysql-server
E: Sub-process /usr/bin/dpkg returned an error code (1)

我能够使用WSL2安装MySQL(必须加入Windows Insider程序才能安装它)。请参见

我能够使用WSL2安装MySQL(必须加入Windows Insider程序才能安装它)。看