- mongodb - 在 MongoDB mapreduce 中,如何展平值对象?
- javascript - 对象传播与 Object.assign
- html - 输入类型 ="submit"Vs 按钮标签它们可以互换吗?
- sql - 使用 MongoDB 而不是 MS SQL Server 的优缺点
我正在尝试在 Ubuntu 12.04 上安装 MySQL。
我想在终端中使用这个命令sudo mysql_secure_installation
,但我不知道这个命令的用途。
最佳答案
它旨在设置一些比默认 Ubuntu(和 MySQL)安装更安全的初始参数。
根据http://dev.mysql.com/doc/refman/5.6/en/mysql-secure-installation.html :
This program enables you to improve the security of your MySQL installation in the following ways:
- You can set a password for root accounts.
- You can remove root accounts that are accessible from outside the local host.
- You can remove anonymous-user accounts.
- You can remove the test database (which by default can be accessed by all users, even anonymous users), and privileges that permit anyone to access databases with names that start with test_.
关于mysql - 使用 mysql_secure_installation 的目的是什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20760908/
我有一个问题,在干净的 Ubuntu 16.04(在单独的虚拟机上)上安装干净的最新 mysql 或 mariadb (10.0.34-MariaDB-0ubuntu0.16.04.1) 之后,mys
我不知道如何编写任务来回答 mysql_secure_installation 脚本问题。 我只有 shell: mysql_secure_installation <<< '1111' execu
我在运行 sudo **mysql_secure_installation** 时不断收到以下错误 ... Failed! Error: SET PASSWORD has no significanc
mysql_secure_installation基本上就是a couple of SQL commands使 MySQL 更安全。 我在 Ubuntu 18.04 上安装了 mysql-server
关闭。这个问题需要更多 focused .它目前不接受答案。 想要改进这个问题吗? 更新问题,使其只关注一个问题 editing this post . 关闭 8 年前。 Improve this q
Chef mysql 配方 - 为了在 mysql 中为 root 用户设置永久密码,我确实找到了一个进程,该进程在配方中使用“bash”资源来运行 bash 脚本,该脚本会自动执行在 mysql 中
第三个命令 RunCommand("mysql_secure_installation"); 不显示 stdout/stderr 缓冲区,命令将不会完成。键盘输入有效,但不会影响该过程。 ssh 控制
在 Debian 9 上安装 Mariadb 后,我尝试运行/usr/bin/mysql_secure_installation。脚本启动正常,但在我按“Enter”键表示没有 root 密码后,出现
Linux 版本:Ubuntu 14.04.1 LTS服务器版本:5.7.11 MySQL Community Server (GPL)从以下链接下载: http://dev.mysql.com/do
我目前无法以 root 身份登录 mysql,我不太确定发生了什么。事情是这样的: 我按照建议运行了 mysql_secure_installation,以保护我的 mysql 安装。之后,我输入了系
当我调用文件 mysql_secure_installation 时,出现如下错误 [mysqk123@InstallZeMo bin]$ ./mysql_secure_installatio
我正在使用全新安装的 Ubuntu 19.10 并尝试安装 LAMP,因此我运行了以下命令: sudo apt-get install lamp-server^ 之后,我必须通过运行以下命令来配置 m
使用 CloudFormation 在模板中包含 mysql_secure_installation 步骤的最佳方法是什么? 最佳答案 看看Deploying Applications on Amaz
我正在尝试通过自动响应来自动化 mysql_secure_installation 脚本。我的代码如下: echo "& y y abc abc y y y y" | ./usr/bin/mysql_
我正在考虑使用 Chef 服务器将 MySQL 安装到新主机时实现一些自动化操作。其中包括: mysqladmin -u root 密码{password_here} mysql_secure_ins
当像这样通过 Homebrew 软件在 OSX 上安装 mysql 时:brew install mysql 并且我尝试按照 brew 的建议运行命令 mysql_secure_installatio
我是一名优秀的程序员,十分优秀!