时间:2024-10-11 21:42:02
1、用datagrip连接到mysql数据库,创建一个数据库为test。
3、利用关键字insert into关键字来插入数据。
5、再输入select * from users;并且运行。