composer require bingher/db
- 南大通用 GBASE 8s V8.8 最全安装指南(一网打尽)
- GBase 8s数据库连接 - PHP PDO_GBASEDBT
- GBase 8s数据库连接 - PHP ODBC
- Nginx下PHP连接到GBase 8s数据库 - PDO_GBASEDBT方式
create user gbase8s with sysadmin login password 'Database@123';
- 创建兼容mysql的数据库
DBCOMPATIBILITY
取值范围:A、B、C、PG。分别表示兼容 O、MY、TD和POSTGRES
create database efile_archive owner gbase8s DBCOMPATIBILITY= 'B' ENCODING 'UTF8' LC_COLLATE'en_US.UTF-8' LC_CTYPE'en_US.UTF-8'