1、mysql 数据库表信息
2、shell脚本(a.sh)信息
#!/bin/sh
mysql -u root << myInsert
insert into test.t values("LXH",);
myInsert
3、执行
./a.sh
4、 执行结果
2022-07-12 20:07:49
1、mysql 数据库表信息
2、shell脚本(a.sh)信息
#!/bin/sh
mysql -u root << myInsert
insert into test.t values("LXH",);
myInsert
3、执行
./a.sh
4、 执行结果
下一篇:Js 原型和原型链