cubesql ReadMe 2005-2015 SQLabs, All rights reserved.



Similar documents
Online Backup - Installation and Setup

Online Backup Client User Manual

NovaBACKUP Central Management Console

Introweb Remote Backup Client for Mac OS X User Manual. Version 3.20

FAQ. How does the new Big Bend Backup (powered by Keepit) work?

OroTimesheet 7 Installation Guide

Mirtrak 6 Powered by Cyclope

1. Product Information

Online Backup Client User Manual Linux

for Networks Installation Guide for the application on the server July 2014 (GUIDE 2) Lucid Rapid Version 6.05-N and later

RecoveryVault Express Client User Manual

E-Notebook SQL 12.0 Desktop Database Installation Guide. E-Notebook SQL 12.0 Desktop Database Installation Guide

CYCLOPE let s talk productivity

Online Backup Linux Client User Manual

Online Backup Frequently Asked Questions

Online Backup Client User Manual

Online Backup Plus Frequently Asked Questions

FortiClient SSL VPN Client User s Guide

FileMaker Server 15. Getting Started Guide

NovaBACKUP Central Management Console User Manual NovaStor / April 2015

insync Installation Guide

1. Scope of Service. 1.1 About Boxcryptor Classic

SQL Server Solutions GETTING STARTED WITH. SQL Safe Backup

for Networks Installation Guide for the application on the server August 2014 (GUIDE 2) Lucid Exact Version 1.7-N and later

FileMaker Server 10. Getting Started Guide

DESLock+ Basic Setup Guide Version 1.20, rev: June 9th 2014

Online Backup Client User Manual Mac OS

Online Backup Client User Manual Mac OS

E-Notebook SQL 12.0 Desktop Database Migration and Upgrade Guide. E-Notebook SQL 12.0 Desktop Database Migration and Upgrade Guide

Xpresstransfer Online Backup Manager General Technical FAQ

KofaxReporting. Administrator's Guide

Dream Report Version 4.5

Install Instructions and Deployment Options

Product Overview. Initial Seeding

Networking Best Practices Guide. Version 6.5

Sophos Enterprise Console server to server migration guide. Product version: 5.2

Online Backup Client User Manual

Backup Exec Private Cloud Services. Planning and Deployment Guide

Access Your Cisco Smart Storage Remotely Via WebDAV

STREAD CLOUD BACKUP MILITARY-GRADE ONLINE BACKUP BUILT FOR YOUR BUSINESS

Introducing Databackup.com Cloud Backup. File Locker File Sharing & Collaboration EndGaurd EndPoint Protection & Device Management

Using Microsoft Windows Authentication for Microsoft SQL Server Connections in Data Archive

JAMF Software Server Installation Guide for Windows. Version 8.6

QUANTIFY INSTALLATION GUIDE

ilaw Installation Procedure

COX BUSINESS ONLINE BACKUP

LifeSize Control Installation Guide

Installing and Configuring WhatsUp Gold

JAMF Software Server Installation Guide for Linux. Version 8.6

User Guide. Please visit the Helpdesk website for more information:

The full setup includes the server itself, the server control panel, Firebird Database Server, and three sample applications with source code.

Sophos Enterprise Console server to server migration guide. Product version: 5.1 Document date: June 2012

Upgrading to advanced editions of Acronis Backup & Recovery 10. Technical white paper

E-Notebook SQL13.0 Desktop Migration and Upgrade Guide

BackupAgent Management Console User Manual

FileMaker Server 11. Getting Started Guide

TECHNICAL SUPPORT GUIDE

SIMIAN systems. Setting up a Sitellite development environment on Mac OS X. Sitellite Content Management System

MailStore Server. The Standard in Archiving

Install SQL Server 2014 Express Edition

Paragon Exchange Granular Recovery 2010

FileMaker Server 14. FileMaker Server Help

SIMIAN systems. Setting up a Sitellite development environment on Windows. Sitellite Content Management System

Online Backup Service Frequently Asked Questions. 13 September 2010 Version 1.0

Online Backup Management Console 3.8 User Manual

Migrating MSDE to Microsoft SQL 2008 R2 Express

Novell ZENworks Asset Management 7.5

Installation instructions for MERLIN Dashboard

eztechdirect Backup Service Features

Outlook Connector Installation & Configuration groupwaresolution.net Hosted MS Exchange Alternative On Linux

Orixcloud Backup Client. Frequently Asked Questions

Enterprise Manager. Version 6.2. Installation Guide

Archive Server for MDaemon disaster recovery & database migration

AVG 8.5 Anti-Virus Network Edition

Acronis Recovery TM for Microsoft Exchange TM

Databases and SQL. The Bioinformatics Lab SS Wiki topic 10. Tikira Temu. 04. June 2013

Server Software Installation Guide

bbc Installing and Deploying LiveCycle ES2 Using JBoss Turnkey Adobe LiveCycle ES2 November 30, 2011 Version 9

Installation Instruction STATISTICA Enterprise Small Business

FileMaker Server 11. FileMaker Server Help

Installation Instructions Release Version 15.0 January 30 th, 2011

FileMaker Server 12. Getting Started Guide

Once the UAI connection verifies press the Apply button to save your changes.

Backups. Backup Plan. How to use the Backup utility to back up files and folders in Windows XP Home Edition

WhatsUp Gold v16.0 Database Migration and Management Guide Learn how to migrate a WhatsUp Gold database from Microsoft SQL Server 2005 Express

MailStore Server 7 Technical Specifications

STATISTICA VERSION 12 STATISTICA ENTERPRISE SMALL BUSINESS INSTALLATION INSTRUCTIONS

You may have been given a download link on your trial software . Use this link to download the software.

Imaging Computing Server User Guide

Backing Up TestTrack Native Project Databases

Remote Administration

CLC Bioinformatics Database

FileMaker Server 13. Getting Started Guide

Quick Installation Guide

Xopero Backup Build your private cloud backup environment. Getting started

for Networks Installation Guide for the application on a server September 2015 (GUIDE 2) Memory Booster version 1.3-N and later

Acronis Backup & Recovery 10 Server for Windows. Installation Guide

1 Introduction FrontBase is a high performance, scalable, SQL 92 compliant relational database server created in the for universal deployment.

User Manual. Onsight Management Suite Version 5.1. Another Innovation by Librestream

Transcription:

cubesql ReadMe 2005-2015 SQLabs, All rights reserved.

Preface 3 System Requirements 4 Default installation paths 4 Five Minutes Guide 5 MacOS X 5 Windows 5 Linux 6 2

Preface cubesql is a fully featured and high performance relational database management system (RDBMS) built on top of the sqlite database engine. It's incredible fast, has a small footprint and it is very scalable. It can runs on Windows, Linux and MacOS X in both 32bit or 64bit versions. Some features includes: Multi-core and multiprocessor aware. Strong AES encryption (128, 192 and 256 bit). SSL support. Supports unlimited connections (For each supported operating system, cubesql uses a state of the art event API, kqueue on Mac OS X, epool on Linux and I/O Completion Ports on Windows). Full ACID (Atomic, Consistent, Isolated, Durable) compliant. Platform independent storage engine. Full support of triggers and transactions. Journal engine for crash recovery. Supports databases of 2 terabytes. Supports sqlite 3 databases. Automatic logging. Automatic compression. Plugins for extending the SQL language and the custom commands supported by the server. Restore and backup support. Mac OS X, Windows and Linux support. Native 32bit and 64bit supports.... and much more cubesql can be access by: REALbasic PHP C/C++/ObjC (whit the C SDK) DLL ODBC (available soon) any JSON client 3

Read the Five Minutes Guide chapter in order to be able to quickly setup and running cubesql and then read the Admin Manual in order to fully understand how to administer and register your server, finally read the Language Reference in order to know all the custom commands recognized by the server. System Requirements MacOS X: MacOS 10.6 or higher with a 32bit or 64bit processor. Windows: Windows VISTA/7/8/10 or higher with a 32bit ot 64bit processor. Linux: Linux kernel 2.6.2 or higher with a 32bit ot 64bit processor. Default installation paths MacOS X: Core executable in /usr/local/bin/cubesql Admin application, documentation and other resources in /Applications/cubeSQL/ Setting file in /Library/Preferences/cubesql.settings Everything else inside /Library/cubesql/ Windows: Everything inside: Win XP C:\Documents and Settings\All Users\Application Data\cubesql Win VISTA/7/8 C:\ProgramData\cubesql Linux: Setting file in /etc/opt/cubesql.settings Everything else inside /opt/cubesql 4

Five Minutes Guide MacOS X 1. Install cubesql using provided installer. 2. If you decided to install the StartupScripts then cubesql will automatically be launched when your computer starts-up. Note that in order to start/stop server you can use the cubesql PreferencePane installed in your system. 3. Once the server is running (started by either a restart of your Mac or using the Preference Pane) you can connect to it using the Admin application located inside the main cubesql folder (installed into your Application folder) 4. Connect to a running server using the default values (default username is admin and default password is admin). 5. Now you can read the Admin Manual in order to fully understand how to administer your server and how to register it and then read the Language Reference in order to know all the custom commands recognized by the server. Please remember that the server is by default in autotransaction mode, that means that all your sql statement must be finalized with a COMMIT sql command. Windows 1. Install cubesql using cubesql installer. 2. cubesql will be installed as a Service on your system (you can manage it under Control Panel -> Administrative Tools). 3. Once the server is running you can connect to it using the Admin application located inside the main cubesql folder (installed into your Application folder) 4. Connect to a running server using the default values (default username is admin and default password is admin). 5. Now you can read the Admin Manual in order to fully understand how to administer your server and how to register it and then read the Language Reference in order to know all the custom commands recognized by the server. Please remember that the server is by default in autotransaction mode, that means that all your sql statement must be finalized with a COMMIT sql command. 5

Linux 1. Install cubesql using the appropriate installer for your Operating System. 2. cubesql will automatically be launched when your computer starts-up. Note that in order to manually start/stop server you can use the cubesqlctl utility installed in your system (with sudo privileges). 3. Once the server is running (started by either a restart or using the cubesqlctl utility) you can connect to it using the Admin application located inside the main cubesql folder (installed into your /opt/cubesql) 4. Connect to a running server using the default values (default username is admin and default password is admin). 5. Now you can read the Admin Manual in order to fully understand how to administer your server and how to register it and then read the Language Reference in order to know all the custom commands recognized by the server. Please remember that the server is by default in autotransaction mode, that means that all your sql statement must be finalized with a COMMIT sql command. 6