摘要: PostgreSQL与MySQL常用命令比较原文链接:http://www.phpwell.com/?p=174PostgreSQLMySQL服务启动:1)#service postgresql start2)#/etc/init.d/postgresql start3)#su – postgres... 阅读全文
posted @ 2015-08-21 22:04 —八戒— 阅读(446) 评论(0) 推荐(0)
摘要: postgresql命令行原文链接PostgreSQL 8.1 中文文档连接数据库, 默认的用户和数据库是postgrespsql -U user -d dbname\c dbname切换数据库,相当于mysql的use dbname\l列举数据库,相当于mysql的show databases\d... 阅读全文
posted @ 2015-08-21 22:03 —八戒— 阅读(298) 评论(0) 推荐(0)