2004.07.02 MAXDB? BY mysql 7.5.00.15 releasedHttp: //lists.mysql.com/announce/205
***************************************************
Localhost: 7210 ?????????????????????????????
***************************************************
First Steps with SAP DB
Setting the environment
Execute the script sapdbenv to set the environment.
C: /> sapdbenv.cmd
Starting and stopping the database
Is The Database Running? $ DBmCli -d TST -U DBM, DBM DB_STATE
? Output OKStateONLINEONLINE state: (the database is accepting connections) OKStateADMINADMIN state: (the database is accepting only administration requestsOKStateOFFLINEOFFLINE state: (the database is not started) ERR ... some error occurred (was the dabase name and the user spelled correctly? After Installation, The demo Database Should Be in in State Warm. Stopping The Database $ DBMCLI -D TST -U DBM, DBM DB_OFFLINE
Output? Okthe Database Has Been Stoppederr ... Some Error Occurred All Databases Should Be Stopped Using this Command Before A Shutdown. OtherWise, Loss of Data May Occurr.
Starting The Database $ DBMCLI -D TST -U DBM, DBM DB_WARM
OUTPUT? Okthe Database Has Been Startederr ... Some Error Occurre
?
?
?
? Sqlcli.exe
The Sqlcli Is A Database Tool That Enables Database Users To Perform The Following Tasks: · ??????? Access Data · ??????? Access The Database Catalog · ??????? Make SQL Queries · ??????? create and management database objects · ??????? create and management database users syntax sqlcli [-n
] [-d
] [-u Database_user>,
] [SQLCLI_COMMAND | SQL_COMMAND]