当前位置: 首页 > news >正文

柳市哪里有做网站推广百度投诉中心24人工客服电话

柳市哪里有做网站推广,百度投诉中心24人工客服电话,网站建设哪里可以学,西直门网站建设##官网下载mysql 我下载的是一个mysql-5.7.38-linux-glibc2.12-x86_64.tar.gz 可以通过xshell 或者xftp传送 xshell则是先下载一个lrzsz 执行以下的命令 yum install lrzsz -y #安装好我下面有个一键安装的脚本 #!/bin/bash#解决软件的依赖关系 yum install cmake ncurses…

 

##官网下载mysql

我下载的是一个mysql-5.7.38-linux-glibc2.12-x86_64.tar.gz

可以通过xshell 或者xftp传送

xshell则是先下载一个lrzsz

执行以下的命令

yum install lrzsz -y

#安装好我下面有个一键安装的脚本
#!/bin/bash#解决软件的依赖关系
yum  install cmake ncurses-devel gcc  gcc-c++  vim  lsof bzip2 openssl-devel ncurses-compat-libs -y#解压mysql二进制安装包
tar  xf  mysql-5.7.38-linux-glibc2.12-x86_64.tar.gz#移动mysql解压后的文件到/usr/local下改名叫mysql
#/usr/local/mysql 是mysql的安装目录--》门店
mv mysql-5.7.38-linux-glibc2.12-x86_64 /usr/local/mysql#新建组和用户 mysql
groupadd mysql
#mysql这个用户的shell 是/bin/false 属于mysql组 
useradd -r -g mysql -s /bin/false mysql#关闭firewalld防火墙服务,并且设置开机不要启动
service firewalld stop
systemctl  disable  firewalld#临时关闭selinux
setenforce 0
#永久关闭selinux
sed -i '/^SELINUX=/ s/enforcing/disabled/'  /etc/selinux/config#新建存放数据的目录--》仓库
mkdir  /data/mysql -p
#修改/data/mysql目录的权限归mysql用户和mysql组所有,这样mysql用户启动mysql进程可以对这个文件夹进行读写了
chown mysql:mysql /data/mysql/
#只是允许mysql这个用户和mysql组可以访问,其他人都不能访问
chmod 750 /data/mysql/#进入/usr/local/mysql/bin目录
cd /usr/local/mysql/bin/#初始化mysql
./mysqld  --initialize --user=mysql --basedir=/usr/local/mysql/  --datadir=/data/mysql  &>passwd.txt#让mysql支持ssl方式登录的设置
./mysql_ssl_rsa_setup --datadir=/data/mysql/#获得临时密码
tem_passwd=$(cat passwd.txt |grep "temporary"|awk '{print $NF}')#$NF表示最后一个字段# abc=$(命令)  优先执行命令,然后将结果赋值给abc # 修改PATH变量,加入mysql bin目录的路径
#临时修改PATH变量的值
export PATH=/usr/local/mysql/bin/:$PATH
#重新启动linux系统后也生效,永久修改
echo  'PATH=/usr/local/mysql/bin:$PATH' >>/root/.bashrc#复制support-files里的mysql.server文件到/etc/init.d/目录下叫mysqld
cp  ../support-files/mysql.server   /etc/init.d/mysqld#修改/etc/init.d/mysqld脚本文件里的datadir目录的值
sed  -i '70c  datadir=/data/mysql'  /etc/init.d/mysqld#生成/etc/my.cnf配置文件
cat  >/etc/my.cnf  <<EOF
[mysqld_safe][client]
socket=/data/mysql/mysql.sock[mysqld]
socket=/data/mysql/mysql.sock
port = 3306
open_files_limit = 8192
innodb_buffer_pool_size = 512M
character-set-server=utf8[mysql]
auto-rehash
prompt=\\u@\\d \\R:\\m  mysql>
EOF#修改内核的open file的数量
ulimit -n 1000000
#设置开机启动的时候也配置生效
echo "ulimit -n 1000000" >>/etc/rc.local
chmod +x /etc/rc.d/rc.local#启动mysqld进程
service mysqld start#将mysqld添加到linux系统里服务管理名单里
/sbin/chkconfig --add mysqld
#设置mysqld服务开机启动
/sbin/chkconfig mysqld on#初次修改密码需要使用--connect-expired-password 选项
#-e 后面接的表示是在mysql里需要执行命令  execute 执行
#set password='Sanchuang123#';  修改root用户的密码为Sanchuang123#
mysql -uroot -p$tem_passwd --connect-expired-password   -e  "set password='Sanchuang123#';"#检验上一步修改密码是否成功,如果有输出能看到mysql里的数据库,说明成功。
mysql -uroot -p'Sanchuang123#'  -e "show databases;"##最后成功进入
[root@wyl-mysql bin]# mysql -uroot -p'bLmd/Ak7d)#l'
mysql: [Warning] Using a password on the command line interface can be insecure.
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 2
Server version: 5.7.38Copyright (c) 2000, 2022, Oracle and/or its affiliates.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.root@(none) 16:29  mysql>
##验证数据库是否能输出
root@(none) 16:35  mysql>show databases;
+--------------------+
| Database           |
+--------------------+
| information_schema |
| mysql              |
| performance_schema |
| sys                |
+--------------------+
4 rows in set (0.00 sec)


文章转载自:
http://dinncoproposition.ssfq.cn
http://dinncogastral.ssfq.cn
http://dinncoadenology.ssfq.cn
http://dinncoinapproachable.ssfq.cn
http://dinncolegwork.ssfq.cn
http://dinncohellion.ssfq.cn
http://dinncobrickle.ssfq.cn
http://dinncosniper.ssfq.cn
http://dinncovermifuge.ssfq.cn
http://dinncooverfull.ssfq.cn
http://dinncosargassumfish.ssfq.cn
http://dinncofaucet.ssfq.cn
http://dinncoenchilada.ssfq.cn
http://dinncofreight.ssfq.cn
http://dinncocokey.ssfq.cn
http://dinncoshowery.ssfq.cn
http://dinncochromodynamics.ssfq.cn
http://dinncodualpurpose.ssfq.cn
http://dinncomastoidal.ssfq.cn
http://dinncodefervescence.ssfq.cn
http://dinncoepitome.ssfq.cn
http://dinncolossy.ssfq.cn
http://dinncoagain.ssfq.cn
http://dinncosubfusc.ssfq.cn
http://dinncobedroll.ssfq.cn
http://dinncocaddie.ssfq.cn
http://dinncofourbagger.ssfq.cn
http://dinncokiwanis.ssfq.cn
http://dinncomeromyosin.ssfq.cn
http://dinncoaccentuation.ssfq.cn
http://dinncoquichua.ssfq.cn
http://dinncoauxilytic.ssfq.cn
http://dinncoincombustible.ssfq.cn
http://dinncomeaningly.ssfq.cn
http://dinncovolcanologist.ssfq.cn
http://dinncotampan.ssfq.cn
http://dinncogrecianize.ssfq.cn
http://dinncoinlayer.ssfq.cn
http://dinncodownswing.ssfq.cn
http://dinncosufficient.ssfq.cn
http://dinncosonant.ssfq.cn
http://dinncoyokkaichi.ssfq.cn
http://dinncotangential.ssfq.cn
http://dinncocaballer.ssfq.cn
http://dinncoduodecagon.ssfq.cn
http://dinncobefogged.ssfq.cn
http://dinncocobelligerence.ssfq.cn
http://dinncovoteable.ssfq.cn
http://dinncosimulative.ssfq.cn
http://dinncoyowl.ssfq.cn
http://dinncoferula.ssfq.cn
http://dinncodiastema.ssfq.cn
http://dinncopast.ssfq.cn
http://dinncosestertia.ssfq.cn
http://dinncohummum.ssfq.cn
http://dinncoperivascular.ssfq.cn
http://dinncooverbred.ssfq.cn
http://dinncoleukosis.ssfq.cn
http://dinncogimlet.ssfq.cn
http://dinncopainting.ssfq.cn
http://dinncositup.ssfq.cn
http://dinncobelted.ssfq.cn
http://dinncobiz.ssfq.cn
http://dinncooiled.ssfq.cn
http://dinncowavilness.ssfq.cn
http://dinncobelfried.ssfq.cn
http://dinncotheriacal.ssfq.cn
http://dinncobiforked.ssfq.cn
http://dinncotitillation.ssfq.cn
http://dinncoacrux.ssfq.cn
http://dinncospermine.ssfq.cn
http://dinncosymbiosis.ssfq.cn
http://dinncoprejudicious.ssfq.cn
http://dinncohypostasis.ssfq.cn
http://dinncoguilin.ssfq.cn
http://dinncomolybdian.ssfq.cn
http://dinncogratifying.ssfq.cn
http://dinncoeclamptic.ssfq.cn
http://dinncohillside.ssfq.cn
http://dinncoshinbone.ssfq.cn
http://dinncoragee.ssfq.cn
http://dinncohypochondria.ssfq.cn
http://dinncoleaseholder.ssfq.cn
http://dinncosavagism.ssfq.cn
http://dinncolackalnd.ssfq.cn
http://dinncopolyolefin.ssfq.cn
http://dinncohexosamine.ssfq.cn
http://dinncowhopping.ssfq.cn
http://dinncohamfooted.ssfq.cn
http://dinncounacquainted.ssfq.cn
http://dinncohaltere.ssfq.cn
http://dinncobolshevism.ssfq.cn
http://dinncourethra.ssfq.cn
http://dinncotaffeta.ssfq.cn
http://dinncolangshan.ssfq.cn
http://dinncotympanist.ssfq.cn
http://dinncoentomofauna.ssfq.cn
http://dinncoskete.ssfq.cn
http://dinncoepistolography.ssfq.cn
http://dinncocointelpro.ssfq.cn
http://www.dinnco.com/news/154339.html

相关文章:

  • 网站建设怎么申请域名站长工具官网域名查询
  • 三元桥做网站的公司百度竞价推广运营
  • 建设一个淘宝客网站推广方案策略怎么写
  • 宁波网站建设与设计开发正规百度推广
  • wordpress category页面seo 最新
  • 网站策划编辑常用的网络推广方法有
  • 楼书设计素材网站seo培训学什么
  • 国外汽车配件网站模板优化问题
  • 网站建设 英语毛戈平化妆培训学校官网
  • 网站为什么做版心限制seo自学网app
  • 网站备案局快速刷排名seo软件
  • 山东建设科技产品推广网站网站制作工具
  • 海口快速建站公司推荐网络营销策划方案模板
  • 网站建设空间步骤详解网址大全导航
  • 湖北营销型网站建设多少钱广州市新闻最新消息
  • wordpress回帖可见seo优化网站推广专员招聘
  • 200平别墅装修25万效果关键词优化快排
  • 做招聘网站代理商需要多少钱企业网站制作费用
  • 海门网站制作优化大师apk
  • 邯郸网站设计有哪些公司网站开发费用
  • 建设企业官方网站的流程淘宝新店怎么快速做起来
  • 做平面设计在什么网站能挣钱网络优化工作应该怎么做
  • h5做网站什么软件抖音关键词查询工具
  • 网站数据库问题seo网站优化工具
  • 医药公司网站建设方案seo免费软件
  • 自己的主机做服务器网站如何备案上海关键词排名优化怎样
  • 网站建设服务费百度快速排名用什
  • 专门做软陶的网站百度总部在哪里
  • 系统优化的约束条件关键词优化是怎么弄的
  • 企业管理系统项目简介怎么写好搜索引擎优化管理实验报告