한국어 Login Register

Versions available for this page: CUBRID 8.2.1  |  CUBRID 8.3.0  |  CUBRID 8.3.1  |  CUBRID 8.4.0 |  CUBRID 8.4.1  | 

Installing and Running on Windows

Details to Check when Install

CUBRID 2008 R2.0 supports both 32-bit and 64-bit Windows. You can check the version by selecting [My Computer] > [System Properties]. Make sure to install the CUBRID 32-bit version on 32-bit Windows and the CUBRID 64-bit version on 64-bit Windows.

The CUBRID Manager and Java stored procedures require the Java Runtime Environment (JRE) version 1.6 or later.

Setup Type
  • Server and Driver Installation : CUBRID Server, CSQL (a command line tool), interface drivers (OLEDB Provider, ODBC, JDBC, C API) are all installed.
  • Driver Installation : The interface drivers (OLEDB Provider, ODBC, JDBC, C API) are only installed. You can select this type of installation if development or operation is performed by remote connection to the computer in which the CUBRID database server is installed.
CUBRID Upgrade

To install a new version of CUBRID in an environment in which a previous version has already been installed, select [CUBRID Service Tray] > [Exit] from the menu to stop currently running services, and then remove the previous version of CUBRID. Note that when you are prompted with "Do you want to delete all the existing version of databases and the configuration files?" you must select "No" to protect the existing databases.

For more information on migrating a database from a previous version to a new version, see Migrating Database.

Environment Configuration

To change configuration such as service ports to meet the user environment, the parameter values of the files stated below should be changed in the %CUBRID%\conf directory.

File

Description

cm.conf

CUBRID Manager’s configuration file; the port number 8001 is configured by default.
Two port numbers are required to use CUBRID; a configured number and the number added by 1 are used. For example, 8001 is configured for connection, the port number 8001 and 8002 are reserved.

cubrid.conf

Server configuration file is used to set the following: database memory, the number of threads due to the number of concurrent users, connection port between the Broker and Server, etc.
See cubrid_broker.conf Configuration File and Default Parameters for details.

cubrid_broker.conf

Broker configuration file; the port is used by the broker that is operated.
The file is used to set the number of CAS, SQL LOGs, etc. The ports shown in drivers such as JDBCs are the concerned Broker’s ports.
See Parameter by Broker for details.