摘要:
无法启动xampp的apache提示错误: 下午 8:32:21 [Apache] Error: Apache shutdown unexpectedly. 下午 8:32:21 [Apache] This may be due to a blocked port, missing dependen 阅读全文
摘要:
mysql 初级篇(三) 触发器、存储过程、游标 触发器triggerCreat trigger buggoodAfterInsertOn ordFor each rowBeginUpdate goods set num=num-new.much where id=new.gidEnd New in 阅读全文
摘要:
mysql 基础篇(二) 账号、权限管理、备份与还原 建立账号密码:Grant all on test.* to “cj”@”localhost” identified by “cj”; 建立账号 如果报错: 需要执行flush privileges 后,在重新执行添加用户就可了。 登录报错,如下图 阅读全文