linux mysql ,用scripts/mysql_install_db显示没有文件,scripts/mysql_install_db.sh权限不足,我是root
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了linux mysql ,用scripts/mysql_install_db显示没有文件,scripts/mysql_install_db.sh权限不足,我是root相关的知识,希望对你有一定的参考价值。
我下了好多个mysql的版本,还是不行~
chmod 777 scripts/mysql_install_db.sh没权限的不是你,可能是脚本没有执行权限。 参考技术A ubuntu:
1.打开终端
2.输入命令:sudo apt-get install mysql
3.输入admin密码
要是无法下载的话可能是软件源的问题,可以到新得立中更改源
fedora:
1.打开终端
2.输入命令:su -c 'yum mysql'
输入root级密码,然后会自动下载并安装
Linux学习笔记4月9日任务
11.1 LAMP架构介绍
11.2 MySQL、MariaDB介绍
11.3/11.4/11.5 MySQL安装
./scripts/mysql_install_db --user=mysql --datadir=/data/mysql运行后提示,需要安装其他包,如下图:
再次运行./scripts/mysql_install_db --user=mysql --datadir=/data/mysql,
复制# cp support-files/my-default.cnf /etc/my.cnf
cp:是否覆盖"/etc/my.cnf"? n
修改/etc/my.cnf,如下图,
#cp support-files/mysql.server /etc/init.d/mysqld
# vi /etc/init.d/mysqld,如下图
设置开机启动#chkconfig --add mysqld
查看开机启动项# chkconfig --list
启动mysql,#service mysqld start或#/etc/init.d/mysqld start
扩展
mysql5.5源码编译安装 http://www.aminglinux.com/bbs/thread-1059-1-1.html
mysql5.7二进制包安装(变化较大) http://www.apelearn.com/bbs/thread-10105-1-1.html
以上是关于linux mysql ,用scripts/mysql_install_db显示没有文件,scripts/mysql_install_db.sh权限不足,我是root的主要内容,如果未能解决你的问题,请参考以下文章
为啥linux 的 source命令在linux的脚本中没有作用 我使用了#!/bin/sh以及#!/bin/bash 都不好用
vim /etc/sysconfig/network-script/ifcfg-eth0打开啥也没有
利用linux 中的shell script做 #!/bin/bash a=`ls $1 grep -h access.log.0905` b=`wc -l $a`