1、useradd clouder2、解压缩mysql.tar.bz2到/home/clouder2、mv /etc/my.cnf /etc/my.cnf.bak3、/home/clouder/mysql/scripts/mysql_install_db --basedir=/home/cloude ...
分类:
数据库 时间:
2018-05-18 13:44:21
阅读次数:
160
1. 下载二进制安装包并解压到相关目录 Github:https://github.com/gogits/gogs/releases 官网:https://gogs.io/docs/installation/install_from_binary.html 2. 安装 执行命令 ./gogs web ...
分类:
其他好文 时间:
2018-05-16 15:10:44
阅读次数:
324
到mysql官网下载mysql编译好的二进制安装包,在下载页面Select Platform:选项选择linux-generic,然后把页面拉到底部,64位系统下载Linux - Generic (glibc 2.5) (x86, 64-bit),32位系统下载Linux - Generic (gl ...
分类:
数据库 时间:
2018-05-14 15:43:42
阅读次数:
181
第一步:准备账号 第二步:解压缩包 第三步:数据库目录存放路径 第四步:执行脚本 第五步: 启动 第六步:安全初始化 注意事项 ...
分类:
数据库 时间:
2018-05-08 23:52:38
阅读次数:
196
centos6.5 二进制安装mysql5.6 遇到的问题
分类:
数据库 时间:
2018-05-08 22:12:28
阅读次数:
171
到mysql官网下载mysql编译好的二进制安装包 到mysql官网下载mysql编译好的二进制安装包 解压32位安装包: 进入安装包所在目录,执行命令:tar mysql-5.6.17-linux-glibc2.5-i686.tar.gz 解压32位安装包: 进入安装包所在目录,执行命令:tar ...
分类:
数据库 时间:
2018-05-06 20:02:00
阅读次数:
250
二进制安装MySQL①下载二进制安装包,我这的服务器的地址为ftp://172.18.0.1/pub/Sources/m28/mariadb-10.2.14-linux-x86_64.tar.gz,[root@CentOS7~]#cd/usr/local/src/[root@CentOS7src]#pwd/usr/local/src[root@CentOS7src]#wget-qftp://172
分类:
数据库 时间:
2018-04-27 02:42:11
阅读次数:
206