作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
在WSL中安装mysql这种问题是什么?
invoke-rc.d: could not determine current runlevel
* Stopping MySQL database server mysqld [ OK ]
/var/lib/dpkg/info/mysql-server-5.7.postinst: line 191: /usr/share/mysql-common/configure-symlinks: No such file or directory
dpkg: error processing package mysql-server-5.7 (--configure):
installed mysql-server-5.7 package post-installation script subprocess returned error exit status 127
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
dmesg: read kernel buffer failed: Function not implemented
No apport report written because the error message indicates its a followup error from a previous failure.
Processing triggers for libc-bin (2.27-3ubuntu1) ...
Processing triggers for systemd (237-3ubuntu10.29) ...
Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
Processing triggers for ureadahead (0.100.0-21) ...
Errors were encountered while processing:
mysql-server-5.7
mysql-serverE: Sub-process /usr/bin/dpkg returned an error code (1)
最佳答案
要确定当前运行级别,您可以使用 RUNLEVEL
多变的。
如果要在安装期间禁用服务重新配置,请使用以下语法:
RUNLEVEL=1 sudo apt-get install mysql-server-5.7
dpkg-reconfigure mysql-server-5.7
关于mysql - 调用-rc.d : could not determine current runlevel,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58226147/
我在 Java SE 应用程序中使用 Jersey。 HK2 为整个应用程序提供依赖注入(inject)。 HK2 RunLevel服务在应用程序服务定位器中注册,该定位器是 Jerseys 服务定位
关闭。这个问题不符合Stack Overflow guidelines .它目前不接受答案。 这个问题似乎不是关于 a specific programming problem, a softwar
在WSL中安装mysql这种问题是什么? invoke-rc.d: could not determine current runlevel * Stopping MySQL database se
我正在尝试添加一项服务,以便它在启动时启动,但不可能,我收到以下错误 $ sudo systemctl enable firewall.service Synchronizing state of f
我是一名优秀的程序员,十分优秀!