摘要: <?php define('local','localhost');//echo constant('local');exit(); define('username','root'); define('password',''); define('database_name','login_use 阅读全文
posted @ 2017-02-22 09:45 令令七 阅读(198) 评论(0) 推荐(0)
摘要: http://blog.csdn.net/xluren/article/details/32746183 阅读全文
posted @ 2017-02-22 08:58 令令七 阅读(162) 评论(0) 推荐(0)
摘要: 1、创建普通的索引 普通索引 添加INDEX ALTER TABLE `table_name` ADD INDEX index_name ( `column` ) 扩展:创建多条普通索引方式 alter table tb_name add index index_name('column1','co 阅读全文
posted @ 2017-02-22 08:56 令令七 阅读(359) 评论(0) 推荐(0)