Vastbase G100資料庫安裝

GaoYanbing發表於2024-09-14

1、Vastbase G100資料庫基礎環境準備:

1.1、關閉防火牆:
2.13、啟動資料庫(在vastbase使用者下進行):
vb_ctl start
2.14、建立表空間、使用者、資料庫:
vsql -r(登入資料庫指令)
create tablespace testtbs relative location 'tablespace/testtbs';
create user test with default tablespace testtbs identified by 'vastDB@123' ;
create database testdb tablespace=testtbs owner test;
grant all privileges to test;


作者:蘇水的北
連結:https://www.jianshu.com/p/1f26097b339e
來源:簡書
著作權歸作者所有。商業轉載請聯絡作者獲得授權,非商業轉載請註明出處。

相關文章