
mysql
one312
我
展开
-
MYSQL报错:Please use --explicit_defaults_for_timestamp server option
参考地址:https : // www . jianshu . com /p/dfa0380eb6b9原创 2020-04-15 12:28:36 · 5492 阅读 · 0 评论 -
Deepin laravel 报错:could not find driver (SQL: select * from mvs limit 10)
Illuminate \ Database \QueryExceptioncould not find driver (SQL: select * from mvs limit 10)Previous exceptionscould not find driver(0) 查看php版本php -v 安装对应的php PDO sudo apt-get i...原创 2020-03-18 16:27:16 · 2862 阅读 · 0 评论 -
mysql 从一张表查数据并插入另一张表
INSERT INTO table1 (table1_field1,table1_field2,...) select table2_filed1,table2_field2,... from table2 where condition1 and condition2 ...;原创 2018-02-23 00:10:06 · 11310 阅读 · 0 评论