2023-05-29
MySQL的mysql_upgrade
Which two statements are true about the mysql_upgrade command?
A:the mysql_upgrade command is a utility that patches mysqld binary from its base version to a new version
B:the mysql_upgrade command also execute the mysqlcheck command in order to provide all of its functionality.
C:the mysql_upgrade command executes on a stopped MYSQL server data directory to ensure that it is prepare for upgrade.
D:the sql_upgrade command is run to check and attempt to fix tables for certain incompatibilities with the current version of MYSQL
我来答
添加附件
收藏
分享
问题补充
2条回答
默认
最新
回答交流
Markdown
请输入正文
提交
相关推荐
安装mysql,在cmd(提示命令符)中配置出现错误,怎么解决?
回答 1
已采纳
这是缺失mfc的动态连接库。你再网上找这个下载下来,放到system32下试试。可能还缺其他的,缺什么补什么。全好了应该就能用了。
goldengate 抽取进程报错
回答 4
你的表结构是不是发生了变化?
mysql8.4 在shell脚本中查询mysql使用tee记录日志不生效
回答 2
这个我试了一下,好像不行,截图如下
想把 mysql5.7.35添加到 linux 系统服务中怎么弄?
回答 3
已采纳
/usr/lib/systemd/system/[Unit]DescriptionMySQLServerDocumentationman:mysqld(8)Documentationhttp://de
mysql的函数索引需要先创建虚拟列吗?
回答 2
我猜想,你是想问8.0以前版本以前版本由于没有支持函数索引,通常就是用虚拟列来实现但8.0后支持函数索引了。就可以直接创建函数索引了。
打开performance_schema中对memory的收集对数据库性能有影响吗
回答 2
好的,谢谢
监控mysql主从问题
回答 2
如果是传统复制,看position和file名字如果是gtid,看执行到的事物号
远程linux下的mysql,删除数据后,再次打开表,发现数据还是没删,这是什么导致的?
回答 5
这么灵异的事情除非截图看到才能相信,不然commit了居然还有,没人能解释。唯一能解释的就是你删除完,其他人立马又恢复或者创建了这个表插入了数据。
MySQL数据库能去重吗?
回答 2
selectdistinctconcat(id,name)fromt;但是要注意在约束不为notnull的列上面加上ifnull
如何使用命令提示符导出mysql数据库?
回答 1
已采纳
mysqlu用户名p密码h数据库的地址不写是本机alldatabase是所有。其实你输入mysqlhelp都有了。
问题信息
请登录之后查看
邀请回答
暂无人订阅该标签,敬请期待~~