This document provides step-by-step instructions for installing CUBRID database server on Windows. It outlines 14 steps for completing the installation, which include downloading the installer, selecting installation options like destination directory and setup type, accepting license agreements, viewing compatibility information, selecting additional options, reviewing the installation summary, and completing the installation process. The document also recommends installing sample databases and provides links for help resources.
2. Download CUBRID for WindowsVisithttp://www.cubrid.org/windows_downloadsDownload the latest Installation packageCUBRID-Windows-x86-<version>.exeCUBRID-Windows-x64-<version>.exeDouble click on the file and run the installer.2
4. 4General InformationClick Next.If you have data from the previous version of CUBRID, the data migration process is required.Refer to CUBRID Tutorials at http://www.cubrid.org/tutorials
5. 5Destination DirectoryClick Next.It is recommended to leave the default installation location as C:UBRID.In case of a different location, the path should not contain a space.
6. 6License AgreementSelect I acceptClick Next.If you agree to the license terms, continue the installation process by clicking the Next button.
7. 7Setup TypeSelect CompleteClick Next.It is recommended to select the Complete installation, which will install the CUBRID Database Server together with its APIs (OLE DB, ODBC, JDBC, and C).Install Interface Driverswill install only the CUBRID APIs without the CUBRID Database Server.
8. 8Compatibility InformationClick Yes.This message box is to let the user know that to connect to CUBRID 8.4.0 Database Server, they must use client applications/APIs compatible with 8.4.0.
14. 14Need Help?Visit http://cubrid.org/forumCUBRID Official Forum has a dedicated thread for CUBRID Installation where you can ask any questions.Visit http://www.cubrid.org/tutorialsVarious tutorials to help and improve your database knowledge and skills.
Editor's Notes
C:\\CUBRID\\bin>set CUBRID_DISABLE_JAVA_STORED_PROCEDURE=1C:\\CUBRID\\bin>set DBNAME=demodbC:\\CUBRID\\bin>if not "demodb" == "" (set DBNAME=demodb if exist "C:\\CUBRID\\" (set CUBRID=C:\\CUBRID\\ set CUBRID_DATABASES=C:\\CUBRID\\\\Databases set CUBRID_LANG=en_US set CUBRID_MODE=client))C:\\CUBRID\\bin>if exist demodbgoto doneC:\\CUBRID\\bin>cd C:\\CUBRID\\\\Databases\\demodbC:\\CUBRID\\databases\\demodb>echo Creating database demodb ... Creating database demodb ...C:\\CUBRID\\databases\\demodb>C:\\CUBRID\\\\bin\\cub_admin createdb --replace demodbCreating database with 25000 pages.