当前位置:网站首页>Problems encountered in installing MySQL in docker Ubuntu container
Problems encountered in installing MySQL in docker Ubuntu container
2022-07-01 19:56:00 【A fool carrying bricks】
# After pulling the image
# Start the container Be sure to configure permissions Appoint --privileged=true,
docker run -itd --privileged=true --name=ubuntudemo ubuntu:16.04 /bin/bash
# Otherwise, the error is reported as follows
Setting up mysql-server-5.7 (5.7.36-0ubuntu0.18.04.1) ...
debconf: unable to initialize frontend: Dialog
debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 76.)
debconf: falling back to frontend: Readline
invoke-rc.d: could not determine current runlevel
invoke-rc.d: policy-rc.d denied execution of stop.
update-alternatives: using /etc/mysql/mysql.cnf to provide /etc/mysql/my.cnf (my.cnf) in auto mode
Renaming removed key_buffer and myisam-recover options (if present)
Cannot stat file /proc/244/fd/0: Permission denied
Cannot stat file /proc/244/fd/1: Permission denied
Cannot stat file /proc/244/fd/2: Permission denied
Cannot stat file /proc/244/fd/3: Permission denied
Cannot stat file /proc/244/fd/4: Permission denied
Cannot stat file /proc/244/fd/5: Permission denied
Cannot stat file /proc/244/fd/6: Permission denied
Cannot stat file /proc/244/fd/7: Permission denied
Cannot stat file /proc/244/fd/8: Permission denied
Cannot stat file /proc/244/fd/9: Permission denied
Cannot stat file /proc/244/fd/10: Permission denied
Cannot stat file /proc/244/fd/11: Permission denied
Cannot stat file /proc/244/fd/12: Permission denied
Cannot stat file /proc/244/fd/13: Permission denied
Cannot stat file /proc/244/fd/14: Permission denied
Cannot stat file /proc/244/fd/15: Permission denied
Cannot stat file /proc/244/fd/16: Permission denied
Cannot stat file /proc/244/fd/17: Permission denied
Cannot stat file /proc/244/fd/18: Permission denied
Cannot stat file /proc/244/fd/19: Permission denied
Cannot stat file /proc/244/fd/20: Permission denied
Cannot stat file /proc/244/fd/21: Permission denied
Cannot stat file /proc/244/fd/22: Permission denied
Cannot stat file /proc/244/fd/23: Permission denied
Cannot stat file /proc/244/fd/24: Permission denied
Cannot stat file /proc/244/fd/25: Permission denied
invoke-rc.d: could not determine current runlevel
invoke-rc.d: policy-rc.d denied execution of start.
Setting up libfcgi-perl (0.78-2build1) ...
Setting up libhtml-tagset-perl (3.20-3) ...
Setting up mysql-server (5.7.36-0ubuntu0.18.04.1) ...
Setting up libencode-locale-perl (1.05-1) ...
Setting up libtimedate-perl (2.3000-2) ...
Setting up libio-html-perl (1.001-1) ...
Setting up libhtml-parser-perl (3.72-3build1) ...
Setting up libcgi-pm-perl (4.38-1) ...
Setting up libhttp-date-perl (6.02-1) ...
Setting up libhtml-template-perl (2.97-1) ...
Setting up libcgi-fast-perl (1:2.13-1) ...
Setting up libhttp-message-perl (6.14-1) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
[email protected]:/#
# install mysql There may be a mistake
# MYSQL Login time ERROR 2002 (HY000): Can‘t connect to local MySQL server through socket
# terms of settlement
mkdir -p /var/run/mysqld
chown mysql /var/run/mysqld/
service mysql restart
# details May refer to https://blog.csdn.net/huliqi789/article/details/120989539
边栏推荐
- list分割成满足和不满足条件的集合(partitioningBy)
- 自定义插入页面标签以及实现类似通讯录的首字母搜索
- 一个程序员如何快速成长
- Mysql查询结果去除换行
- Oracle physical architecture
- Is Dao safe? Build finance encountered a malicious governance takeover and was looted!
- 对金额进行求和
- 2022/5/23-2022/5/30
- JS的Proxy
- List is divided into sets that meet and do not meet conditions (partitioningby)
猜你喜欢

再回顾集合容器

EasyCVR通过国标GB28181协议接入设备,出现设备自动拉流是什么原因?

Modsim basic use (Modbus simulator)

Why has instagram changed from a content sharing platform to a marketing tool? How do independent sellers use this tool?

强大、好用、适合程序员/软件开发者的专业编辑器/笔记软件综合评测和全面推荐

GaussDB(for MySQL) :Partial Result Cache,通过缓存中间结果对算子进行加速

SQL getting started plan-1-select

Is Dao safe? Build finance encountered a malicious governance takeover and was looted!

JS的Proxy

Class loading mechanism
随机推荐
2022/5/23-2022/5/30
[research materials] iResearch tide Watching: seven major trends in the clothing industry - Download attached
How to configure webrtc video streaming format for easygbs, a new version of national standard gb28181 video platform?
[untitled]
Example explanation: move graph explorer to jupyterlab
Redo和Undo的区别
Battery simulation of gazebo robot
docker ubuntu容器中安装mysql遇到的问题
Hls4ml/vivado HLS error reporting solution
HLS4ML报错The board_part definition was not found for tul.com.tw:pynq-z2:part0:1.0.
A quietly rising domestic software, low-key and powerful!
STC 32位8051单片机开发实例教程 二 I/O工作模式及其配置
科技T3国产平台!成功搭载“翼辉国产实时系统SylixOS”
Win11暂停更新点不了怎么办?Win11暂停更新是灰色的如何解决?
Mysql查询结果去除换行
Technology T3 domestic platform! Successfully equipped with "Yihui domestic real-time system sylixos"
qobject_cast用法
List is divided into sets that meet and do not meet conditions (partitioningby)
Use of common built-in classes of JS
Review the collection container again