- 博客(6)
- 收藏
- 关注
原创 Mysql 笔记2
补充:如果起的别名是中文,要用 '别名'括起来 P10:条件查询 1.不是将表中所有的数据都查出来,是查询出来符合条件的。 语法格式: select 字段一,字段二.... from 表名 where 条件; 入果要查询是字符串的话要用 '字符串名' 括起来 = 等于 查询学号为2007050202的同学信息 mysql> select sno,sname from student where sno=2007050202; +----...
2022-05-25 07:46:45
124
原创 Mysql 数据库笔记
P1:Mysql常用命令 退出mysql:exit 查看mysql中有哪些数据库:show databases; mysql自带4个数据库。 \c用来终止一条SQL语句的输入,或者用;来结束 使用某个数据库:use 数据库名 创建数据库:create database 数据库名 mysql> create database mo; Query OK, 1 row affected mysql> show databases; +--------------------+
2022-05-23 19:25:51
234
原创 [Err] 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL
在创建数据表时出现了以下报错信息: [SQL] use 202104020334; [Err] 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '202104020334' at line 1 我原本想要创建的 解决方法就是在我运用的数据库名 202104020
2022-05-23 11:33:43
338
原创 解决This system is not registered to Red Hat Subscription Management.......
解决问题:This system is not registered to Red Hat Subscription Management
2022-05-08 00:30:35
5358
原创 ERROR 1045 (28000): Access denied for user ‘debian-sys-main‘@‘localhost‘ (using password: YES)
kali里的mysql
2022-05-05 17:19:46
2525
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人