linux下连接服务器操作数据库
1,su root
2,密码
3,su postgres(数据库)
4,psql 数据库名字(sssss)
5,.\q 退出ssssss
6,exit, 退出 postgres
7,exit, 退出 linux
发布时间: 2012-08-22 09:50:35 作者: rapoo
linux下连接服务器操作数据库
1,su root
2,密码
3,su postgres(数据库)
4,psql 数据库名字(sssss)
5,.\q 退出ssssss
6,exit, 退出 postgres
7,exit, 退出 linux