作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在尝试根据此 SO 查找文件 my.cnf
邮政。有了答案之一,我在 ssh 到远程服务器后输入了 mysqladmin --help
。
部分输出:
Default options are read from the following files in the given order:
/etc/my.cnf /etc/mysql/my.cnf /usr/etc/my.cnf ~/.my.cnf
因此,我从根目录输入 ls -la
来查看所有文件:
drwxr-xr-x 4 ubuntu ubuntu 4096 Jul 18 02:03 .
drwxr-xr-x 3 root root 4096 Jul 17 14:06 ..
-rw-r--r-- 1 ubuntu ubuntu 220 Apr 9 2014 .bash_logout
-rw-r--r-- 1 ubuntu ubuntu 3637 Apr 9 2014 .bashrc
drwx------ 2 ubuntu ubuntu 4096 Jul 17 14:09 .cache
-rw-rw-r-- 1 ubuntu ubuntu 0 Jul 17 14:09 .cloud-locale-test.skip
-rw------- 1 ubuntu ubuntu 1004 Jul 18 02:03 .mysql_history
-rw-r--r-- 1 ubuntu ubuntu 675 Apr 9 2014 .profile
drwx------ 2 ubuntu ubuntu 4096 Jul 17 14:06 .ssh
没有可查找 my.cnf 的 etc 文件夹。这个文件会在哪里?
最佳答案
我认为你当前的文件夹是错误的,使用命令pwd知道你在哪里。从您的根目录,尝试 cd 到这些文件夹,然后使用 ls -la:
cd /etc
ls -la
cd /etc/mysql
ls -la
cd /usr/etc
ls -la
关于mysql - 在我的目录中看不到任何/etc/my.cnf/etc/mysql/my.cnf/usr/etc/my.cnf ~/.my.cnf,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51392775/
我是一名优秀的程序员,十分优秀!