数据库
Posted zhao-zhao
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了数据库相关的知识,希望对你有一定的参考价值。
一、mysql安装
1、MySQL-5.7.22安装和安装中常见问题install/Remove of the Service Denied与net start mysql服务启动失败解决方法
https://blog.csdn.net/weixin_42474227/article/details/80717163
2、MySQL安装后初始密码修改问题
mysql5.7初始化密码报错 ERROR 1820 (HY000): You must reset your password using ALTER USER statement before
https://blog.csdn.net/memory6364/article/details/82426052
二、SQL及其操作
1、退出 quit --- exit ---- /q;
2、注释:
单行注释 --
多行注释 /* 。。。。。*/
3、三种SQL语句类型:DDL DML DCL加权限语句
以上是关于数据库的主要内容,如果未能解决你的问题,请参考以下文章