摘要:
视图 视图虚拟表,是一个我们真实查询结果表,我们希望将某次查询出来的结果作为单独的一个表,就叫视图,无法对图字段内容进行增删改. --格式: CREATE VIEW 视图名字 AS 操作; --比如: CREATE VIEW v1 AS SELECTE nid,name FROM table1; - 阅读全文
posted @ 2018-04-18 21:45
SSSupreme
阅读(194)
评论(1)
推荐(1)
摘要:
出现错误: The MySQL server is running with the --skip-grant-tables option so it cannot execute this statement 解决: set password for 'name' =password('new_p 阅读全文
posted @ 2018-04-18 10:04
SSSupreme
阅读(237)
评论(0)
推荐(0)

浙公网安备 33010602011771号