输入banner图图片脚本导航/分类

debian命令行删除postgresql数据库

创建数据库

 

$ createdb odoo-test

 

删除数据库

$ dropdb odoo-test

 

debian命令行删除postgresql数据库

标签: