- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我试图低于我笔记本电脑上安装的操作系统
Mint version 19,
Code name : Tara,
PackageBase : Ubuntu Bionic
Cinnamon (64-bit)
我已经使用以下命令安装了 mysql-server:
xxxxxxx:~$ sudo apt-get install mysql-server
在此安装过程中,系统没有提示我输入任何 root 密码。为了查看安装是否成功,我运行了以下命令:
xxxxxxxxxx:~$ mysql -V
mysql Ver 14.14 Distrib 5.7.23, for Linux (x86_64) using EditLine wrapper
xxxxxxxxxx:~$ sudo service mysql status
● mysql.service - MySQL Community Server
Loaded: loaded (/lib/systemd/system/mysql.service; enabled; vendor preset: enabled)
Active: active (running) since Sun 2018-09-30 21:59:42 EDT; 9s ago
Main PID: 3518 (mysqld)
Tasks: 27 (limit: 4915)
CGroup: /system.slice/mysql.service
└─3518 /usr/sbin/mysqld --daemonize --pid-file=/run/mysqld/mysqld.pid
Sep 30 21:59:41 globallogic systemd[1]: Starting MySQL Community Server...
Sep 30 21:59:42 globallogic systemd[1]: Started MySQL Community Server.
由于没有提示我设置任何root密码,我想到了设置root密码。
xxxxxxxx:~$ mysqladmin -u root password
mysqladmin: connect to server at 'localhost' failed
error: 'Access denied for user 'root'@'localhost''
xxxxxxxx:~$ sudo mysqladmin -u root password
New password:
Confirm new password:
Warning: Since password will be sent to server in plain text, use ssl connection to ensure password safety.
1。为什么我不以 root 身份登录就无法使用“mysqladmin”命令?
2。如何修复 mysqladmin set root password 的警告?如果我决定使用它,我将来可以在 mysql workbench 中使用该密码吗?
设置 root 密码后(假设这是正确的设置方式),我已经安装了 mysql-workbench
xxxxxxx:~$ sudo apt-get install mysql-workbench
当我启动 mysql workbench 时,我无法连接到user:root 使用主机名:localhost 和端口:3306 以及使用 mysqladmin 命令设置的密码。
我也尝试过使用 hostname: 127.0.0.1 但这也没有用。
3。如何解决 mysql-workbench 问题?
我在互联网上寻找这个问题的答案并尝试了多种解决方案,但没有一个奏效。
希望在这里得到更清晰的答案。
最佳答案
注意:已安装mysql workbench version 6.3 和mysql server version 5.7
在安装之前,我清理了 linux 机器上的所有 mysql 文件/引用。
sudo apt-get remove --purge mysql*
sudo apt-get purge mysql*
sudo apt-get autoremove
sudo apt-get autoclean
sudo apt-get remove dbconfig-mysql
以下步骤对我来说效果很好 -
转到 MySQL APT 存储库的下载页面 https://dev.mysql.com/downloads/repo/apt/并下载了mysql-apt-config_0.8.10-1_all.deb
确保一切都是最新的。
xxxxxxxxx:~/Downloads$ sudo apt-get update
xxxxxxxxx:~/Downloads$ sudo dpkg -i mysql-apt-config_0.8.10-1_all.deb
Selecting previously unselected package mysql-apt-config.
(Reading database ... 273762 files and directories currently installed.)
Preparing to unpack mysql-apt-config_0.8.10-1_all.deb ...
Unpacking mysql-apt-config (0.8.10-1) ...
Setting up mysql-apt-config (0.8.10-1) ...
Warning: apt-key should not be used in scripts (called from postinst maintainerscript of the package mysql-apt-config)
OK
在这一步选择mysql server version 5.7
xxxxxxxxx:~/Downloads$ sudo apt-get install mysql-server
在此步骤中,系统提示我设置 root 密码。最终将 root 密码设置为“pa$$word”
如果没有提示您设置 root 密码,那么您可以在完成上述命令后按照以下命令操作。须藤mysql
ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'pa$$word';
exit;
xxxxxxxxx:~/Downloads$ sudo service mysql status
● mysql.service - MySQL Community Server
Loaded: loaded (/lib/systemd/system/mysql.service; enabled; vendor preset: enabled)
Active: active (running) since Mon 2018-10-01 15:31:19 EDT; 29s ago
Main PID: 23029 (mysqld)
Tasks: 27 (limit: 4915)
CGroup: /system.slice/mysql.service
└─23029 /usr/sbin/mysqld --daemonize --pid-file=/var/run/mysqld/mysqld.pid
Oct 01 15:31:18 systemd[1]: Starting MySQL Community Server...
Oct 01 15:31:19 systemd[1]: Started MySQL Community Server.
xxxxxxxx:~/Downloads$ mysql -u root -p
Enter password:
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 2
Server version: 5.7.23 MySQL Community Server (GPL)
Copyright (c) 2000, 2018, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
mysql> show databases;
+--------------------+
| Database |
+--------------------+
| information_schema |
| mysql |
| performance_schema |
| sys |
+--------------------+
4 rows in set (0.00 sec)
mysql> quit
Bye
xxxxxxxxxxx:~/Downloads$ sudo apt-get install mysql-workbench
在 linux mint 19 上从开始菜单启动了 mysql workbench。这里服务器连接有参数,如主机名:127.0.0.1,端口:3306,用户名:root,密码:pa$$word。测试连接 - 成功。
双击连接,实例正常启动。
关于mysql - linux mint mysql-server 和 mysql-workbench 安装和设置问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52584176/
我在带有 Virtual box 的 Macbook proretina 中安装了 Linux mint 17 mate,但是字体很小,如何在 mate 中启用 HiDPI 选项? 最佳答案 MATE
鼠标光标消失(屏幕的最后一个像素)。 例如。现在一切正常。 如果我将鼠标移到显示器顶部,它就会消失。 但同时我可以点击顶部面板上的按钮。 任何想法如何解决它? 最佳答案 Heath Jones (hj
我按照此处的建议从多核软件编译并安装了 x265 编解码器:https://bitbucket.org/multicoreware/x265/wiki/Home然后按照此处的建议手动安装启用了 lib
我正在使用 Linux mint 18.3。我正在尝试更改 Jenkins 的主目录。我创建了新目录,从旧目录复制了所有数据。之后我修改了 .profile(放在那里 export JENKINS_H
我想压缩带有 linuxmint 的驱动器..当我尝试通过 Gparted 卸载具有 limuxmint 空间 700gb 的驱动器时,它显示消息 "# umount -v "/"umount:/:
关闭。这个问题不符合Stack Overflow guidelines .它目前不接受答案。 这个问题似乎不是关于 a specific programming problem, a softwar
关闭。这个问题不符合Stack Overflow guidelines .它目前不接受答案。 这个问题似乎不是关于 a specific programming problem, a softwar
前言:Linux mint 18发布了,但是在虚拟机下安装,发现没有1080p分辨率的选项,可能是4.4内核的原因?搜索了一下解决方法,自测可用,记录一下。 1. 创建一个shell脚
一.mysql默认不支持中文,它的server和db默认是latin1编码.所以我们要将其改变为utf-8编码,因为utf-8包含了地球上大部分语言的二进制编码 1.关闭mysql服务 sudo
近日小编在Linux mint系统操作时,登录root用户声卡突然没有了声音,相比大家也遇到相同的情况,下面小编就给大家介绍下Linux mint登录root用户时声卡无声音的处理方法,一起来学习下
中文字体发虚怎么修改 1、还是一个老生常谈的问题。Linux Mint 和 Ubuntu 及其衍生版用户都可以参照此法解决问题。从 Ubuntu 12.04 开始,系统使用中文字体的第一选择是“文
CFSDN坚持开源创造价值,我们致力于搭建一个资源共享平台,让每一个IT人在这里找到属于你的精彩世界. 这篇CFSDN的博客文章Linux Mint Cinnamon中安装MATE桌面详细步骤由作者收
我正在使用 linux Mint 17.2“Rafaela”。今天我安装了佳能 iP2700 系列的驱动程序。驱动程序的 deb 包依赖于“libtiff4”包,但系统使用“libtiff5”,所以我
我正在建立一个很好的环境来在打印文档中展示我的代码。首先,我使用了 Latex 的 lSTListing 包,但后来我偶然发现了 类型转换 . minted 真的很棒,但有没有办法 更改高亮颜色 ?
我是linux mint的新手,我已经在它上工作了一个星期,而且声音根本不起作用。我尝试了很多在线建议的解决方案,但是没有运气。 谁能指导我问题所在或如何解决。 最佳答案 您是否在“声音设置”菜单中检
我想在 minted 包手册中为 minted 渲染源代码使用粗体字体。目前关键字是常用字体。 \usepackage[table]{xcolor} \usepackage{minted} \defi
肉眼观察,minted (Konrad Rudolph 的 LaTeX 包使用 Pygments 库进行代码突出显示)忠实地呈现传递给它的代码块,并以源代码中包含的任何缩进显示它们。 但是,如果您尝试
我是 C/Linux 的新手,我有一个简单的问题。考虑 sys/timerfd.h 头文件。它由函数定义组成: int timerfd_settime(int fd, int flags,
Linux MINT MYSQL 错误 您能解释一下发生了什么吗? 我无法在 xampp 中启动 我应该更改哪些配置? 我已经将/var/lib/mysql/更改为 chmod 777 201
我想创建一个自定义单元格,就像 Mint 应用程序中的单元格一样,它的功能几乎相同。我如何使用赚取和花费的数据绘制这两个条形图? 谢谢, 我做到了这一点: -(void)drawRect:(CGRec
我是一名优秀的程序员,十分优秀!