[security]remove ip
This commit is contained in:
@ -30,10 +30,10 @@
|
||||
using namespace oceanbase::common;
|
||||
using namespace oceanbase::table;
|
||||
|
||||
// const char* host = "100.88.11.91";
|
||||
// const char* host = "127.0.0.1";
|
||||
// int32_t sql_port = 60809;
|
||||
// int32_t rpc_port = 60808;
|
||||
const char* host = "11.158.97.240";
|
||||
const char* host = "127.0.0.1";
|
||||
int32_t sql_port = 41101;
|
||||
int32_t rpc_port = 41100;
|
||||
const char* tenant = "sys";
|
||||
|
||||
@ -1,10 +1,10 @@
|
||||
#!/bin/bash -x
|
||||
|
||||
HOST=${1:-11.166.82.163}
|
||||
HOST=${1:-127.0.0.1}
|
||||
PORT=${2:-46905}
|
||||
RPCPORT=${3:-46904}
|
||||
|
||||
# HOST=${1:-11.158.97.240}
|
||||
# HOST=${1:-127.0.0.1}
|
||||
# PORT=${2:-41101}
|
||||
# RPCPORT=${3:-41100}
|
||||
|
||||
@ -18,7 +18,7 @@ table_name=batch_execute_test
|
||||
passwd=''
|
||||
user="$user_name@$tenant_name"
|
||||
db=test
|
||||
# ~/myWorkspace/dooba/dooba -d -h 100.88.11.96 -P 50803 -u root@sys --table-api=1
|
||||
# ~/myWorkspace/dooba/dooba -d -h 127.0.0.1 -P 50803 -u root@sys --table-api=1
|
||||
echo run test...
|
||||
rm -f libobtable.log
|
||||
# table api
|
||||
|
||||
Reference in New Issue
Block a user