随笔分类 -  数据库

摘要:1,收集信息 了解需求(访谈) 2,识别实体 要哪些表 3,列出属性 4,实体关系 阅读全文
posted @ 2017-11-07 22:29 捕蛇者说 阅读(317) 评论(0) 推荐(0)
摘要:表 A=approval_order, B=admin, 表A中technician_username, salesman_username 都是id号,中文名保存在admin表的nickname字段 ThinkPHP代码: SQL代码:(表名懒得改了,谷歌找到的) 阅读全文
posted @ 2017-10-31 15:49 捕蛇者说 阅读(463) 评论(0) 推荐(0)
摘要:症状:在phpmyadmin那边打不开表,提示 #1142 - SELECT command denied to user ''@'localhost' for table 'pma_table_uiprefs' 解决: 1、在服务器登录mysql # ./mysql -uroot -p > sou 阅读全文
posted @ 2016-07-06 18:28 捕蛇者说 阅读(66000) 评论(0) 推荐(0)
摘要:一、Start Apache 2 Server /启动apache服务# /etc/init.d/apache2 startor$ sudo /etc/init.d/apache2 start二、 Restart Apache 2 Server /重启apache服务# /etc/init.d/ap... 阅读全文
posted @ 2014-09-01 00:34 捕蛇者说 阅读(222) 评论(0) 推荐(0)