随笔分类 - mysql
摘要:1.登录 mysql -u root -p密码 2.查看端口 show global variables like ‘port’; 3.修改端口 编辑/etc/my.cnf文件,找到mysql配置文件my.cnf的port这一行,把之前的3306端口修改为自己想要的就行 早期版本有可能是my.con
阅读全文
摘要:方式一、拷贝数据库data目录 方式二、用可视化工具转储 方式三、mysqldump命令
阅读全文
摘要:https://blog.csdn.net/senye_ing/article/details/108951745 https://zhuanlan.zhihu.com/p/259904650
阅读全文
摘要:https://blog.csdn.net/dengjili/article/details/82468576 去看【狂神说】视频解说 手动处理事务: 转账实例
阅读全文
摘要:
阅读全文
摘要:【狂神说】 https://dev.mysql.com/doc/refman/5.7/en/func-op-summary-ref.html https://www.cnblogs.com/progor/p/8832663.html
阅读全文
摘要:limit a,b a:是代表查询起始页 b:是查询页面大小
阅读全文
摘要:https://blog.csdn.net/qq_42449963/article/details/108978952
阅读全文
摘要:CURRENT_TIME:数据库当前日期时间 【狂神说】
阅读全文