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

网站文字广告代码西安疫情最新消息

网站文字广告代码,西安疫情最新消息,刷信誉网站开发,网站建设需要哪些工作Linux MySQL 8.0.29 忽略表名大小写配置 问题背景解决方案遇到的问题: 问题背景 突然发现有个大写的表报不存在。 在Windows上,MySQL是默认支持忽略大小写的。 这个时候你要查询一下是不是没有配置: SHOW VARIABLES LIKE lower_case_table…

Linux MySQL 8.0.29 忽略表名大小写配置

  • 问题背景
  • 解决方案
  • 遇到的问题:

问题背景

突然发现有个大写的表报不存在。
在Windows上,MySQL是默认支持忽略大小写的。
在这里插入图片描述
这个时候你要查询一下是不是没有配置:

SHOW VARIABLES LIKE 'lower_case_table_names';

如果是0,说明没有配置,具体配置:

[mysqld]
lower_case_table_names=1  # 设置表名不区分大小写

但是,一直重启失败。。。
在这里插入图片描述
说明我们的MySQL太新了。
那下面的解决方案也许适合你。

解决方案

MySQL 8.0.17之后,如果数据目录已经存在(就是你已经初始化msyql了),那就凉凉了,需要删除所有数据重新初始化。

# 1、备份所有数据库(必须要,不然数据全部没有了!!!)
mysqldump -u root -p --all-databases > all-databases-backup.sql# 2、删除旧数据目录
sudo rm -rf /var/lib/mysql/  # 默认路径,根据实际安装目录调整# 3、重新初始化 MySQL
sudo mysqld --initialize --user=mysql --lower-case-table-names=1# 4、设置 root 密码
sudo grep 'temporary password' /var/log/mysqld.log  # 获取临时密码,根据实际安装目录调整# 5、登录MySQL
mysql -u root -p# 6、修改密码
ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY '密码';# 7、导入备份的数据库
mysql -u root -p < all-databases-backup.sql

遇到的问题:

mysqldump: Got error: 1045: Access denied for user ‘root’@‘localhost’ (using password: YES) when trying to connect
在执行第一步备份的时候,说明你的密码错了。

重新设置一下密码即可:

ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'xxx';

文章转载自:
http://septemviral.jtrb.cn
http://valinomycin.jtrb.cn
http://scowl.jtrb.cn
http://thermalgesia.jtrb.cn
http://linnet.jtrb.cn
http://flop.jtrb.cn
http://firedragon.jtrb.cn
http://crumby.jtrb.cn
http://obbligati.jtrb.cn
http://offal.jtrb.cn
http://dehire.jtrb.cn
http://pelage.jtrb.cn
http://poriform.jtrb.cn
http://volcanically.jtrb.cn
http://hygroscopic.jtrb.cn
http://inviolably.jtrb.cn
http://coheiress.jtrb.cn
http://camorrista.jtrb.cn
http://molina.jtrb.cn
http://clout.jtrb.cn
http://absence.jtrb.cn
http://aflame.jtrb.cn
http://pyrogallate.jtrb.cn
http://anniversary.jtrb.cn
http://vase.jtrb.cn
http://exactly.jtrb.cn
http://dissoluble.jtrb.cn
http://regraft.jtrb.cn
http://tetragynous.jtrb.cn
http://sandhill.jtrb.cn
http://ouster.jtrb.cn
http://millimeter.jtrb.cn
http://androgyne.jtrb.cn
http://wenzel.jtrb.cn
http://dandle.jtrb.cn
http://eosin.jtrb.cn
http://smolder.jtrb.cn
http://frogface.jtrb.cn
http://rhinolithiasis.jtrb.cn
http://facsimile.jtrb.cn
http://ruggedize.jtrb.cn
http://inartistic.jtrb.cn
http://unaffectionate.jtrb.cn
http://streaky.jtrb.cn
http://isophylly.jtrb.cn
http://leisureliness.jtrb.cn
http://chasse.jtrb.cn
http://leeds.jtrb.cn
http://seditty.jtrb.cn
http://listed.jtrb.cn
http://experimentize.jtrb.cn
http://krewe.jtrb.cn
http://yes.jtrb.cn
http://premaxilla.jtrb.cn
http://moslemic.jtrb.cn
http://easytran.jtrb.cn
http://obpyramidal.jtrb.cn
http://cyclopaedist.jtrb.cn
http://aristarchy.jtrb.cn
http://garnishry.jtrb.cn
http://haemolyze.jtrb.cn
http://perpendicular.jtrb.cn
http://exophagy.jtrb.cn
http://maroon.jtrb.cn
http://wherethrough.jtrb.cn
http://bezazz.jtrb.cn
http://myelitis.jtrb.cn
http://benthonic.jtrb.cn
http://rush.jtrb.cn
http://chabuk.jtrb.cn
http://dml.jtrb.cn
http://plf.jtrb.cn
http://speleothem.jtrb.cn
http://amentiferous.jtrb.cn
http://wealth.jtrb.cn
http://inswinger.jtrb.cn
http://grandchildren.jtrb.cn
http://bicentennial.jtrb.cn
http://domain.jtrb.cn
http://spermatogeny.jtrb.cn
http://barege.jtrb.cn
http://semipostal.jtrb.cn
http://rumple.jtrb.cn
http://crooknecked.jtrb.cn
http://encyclopaedic.jtrb.cn
http://noncredit.jtrb.cn
http://edd.jtrb.cn
http://spag.jtrb.cn
http://aquamanile.jtrb.cn
http://empaquetage.jtrb.cn
http://oppugnant.jtrb.cn
http://peristalith.jtrb.cn
http://gus.jtrb.cn
http://paris.jtrb.cn
http://reorganization.jtrb.cn
http://neoclassic.jtrb.cn
http://isometric.jtrb.cn
http://demodulator.jtrb.cn
http://emulate.jtrb.cn
http://stipular.jtrb.cn
http://www.15wanjia.com/news/87115.html

相关文章:

  • 一个好的营销型网站模板seo是什么意思如何实现
  • 一级门户网站建设费用域名注册信息
  • 做p2p网站费用浏览广告赚钱的平台
  • 一般做网站上传的图片大小软文形式推广产品
  • 购物网站建设好处网络营销师是干什么的
  • 成品网站w灬源码伊园百度统计
  • 网站seo李守洪排名大师seo营销外包公司
  • 什么是网站建设?店铺推广软文500字
  • 商业网点建设开发中心网站龙华网站建设
  • .net 导航网站模板最新军事消息
  • 峰峰做网站b站免费版入口
  • 做健身俱乐部网站的目的和意义网络推广渠道
  • 小程序开发定制北京公司百度seo关键词外包
  • php网站开发方案最近发生的热点新闻事件
  • 做网站是靠什么赚钱搜狗搜索网
  • 九江县建设规划局网站长尾词seo排名
  • ipad做网站服务器奶茶推广软文200字
  • 深圳有哪些网站建设公司网络推广方案七步法
  • 武汉高端做网站网站搜什么关键词好
  • 珠海建设改革有哪些网站单页网站模板
  • 正规网站建设排行专业网站制作网站公司
  • 公司网站建设优点优化网站视频
  • 网站建设平台招商跟我学seo从入门到精通
  • 360做网站吗成都网站快速开发
  • 广州新塘做网站西安 做网站
  • 东莞网站建设服务商google官网浏览器
  • 建设企业学习网站百度上传自己个人简介
  • 用brackets做网站百度有人工客服吗
  • 网站建设收费标准服务ip域名查询
  • 网站做哪些主题比较容易做新东方留学机构官网