MySQL for IBM i Or Zend DBi == MySQL!

Size: px
Start display at page:

Download "MySQL for IBM i Or Zend DBi == MySQL!"

Transcription

1 MySQL for IBM i Or Zend DBi == MySQL! Mike Pavlak Solutions Consultant [email protected] (815) Function Junction All rights reserved. Zend Technologies, Inc.

2 Agenda What is MySQL Install Access GUI s DB2 Storage Engine Q&A 2 All rights reserved. Zend Technologies, Inc.

3 What is MySQL? Most Popular and widely used Open Source Database Relational Database management System (RDBMS) Like DB2, but not, really Command line interface Many GUI utilities available to manage 3 All rights reserved. Zend Technologies, Inc.

4 Who uses MySQL & why? Millions of downloads Big companies Growing in IBM i Nearly Everyone using open source PHP applications Free Open Source Delivered by Zend Back end for thousands of applications like drupal, Sugar CRM, Media Wiki, etc. 4 All rights reserved. Zend Technologies, Inc.

5 How does it work? Essentially flat files in the IFS MySQL has two major parts: UI Layer Storage Engine MyISAM INNODB IBMDB2 Sound familiar? 5 All rights reserved. Zend Technologies, Inc.

6 Architecture All rights reserved. Zend Technologies, Inc.

7 History of MySQL All rights reserved. Zend Technologies, Inc.

8 In the beginning Founded by David Axmark Allan Larsson Michael Monty Widenius Named after Monty s daughter My (Pronounced mee) 8 All rights reserved. Zend Technologies, Inc.

9 Ownership Remember MySQL is Open Source: Anyone can compile the source code and use the binaries as long as they follow the rules of the license. Jan 2008:Sun purchased MySQL for $1B Oracle purchased sun about year later for $7.4B FUD ensues Today, MySQL contiues to live on All rights reserved. Zend Technologies, Inc.

10 What about IBM i? Zend DBI == MySQL A few years ago Oracle dropped support for MySQL on Power and discontinued compiling the binaries. Old binaries still available on Oracle archive site IBM began looking for a new suitor Zend stepped up and took over the binary distribution for MySQL for IBM i and the new product is called Zend DBi Same wonderful MySQL, just compiled for POWER IBM i Available for no charge at All rights reserved. Zend Technologies, Inc.

11 Installation, Zend DBi All rights reserved. Zend Technologies, Inc.

12 MySQL Options If you have never installed MySQL or Zend DBi Perform a clean installation of Zend DBi Otherwise, if you have MySQL & no real data Delete MySQL (Steps on next slide) If you have data and are at Version 5.1.x of MySQL Update to Zend DBI via the install process Lastly, if you have data at a version 5.0.x or lower Export data Delete MySQL Perform clean install of ZendDBi 12 All rights reserved. Zend Technologies, Inc.

13 Details on deleting MySQL Steps for a clean removal ENDSBS ZMYSQL OPTION(*IMMED) DLTLIB ZMYSQL CALL QP2TERM rm -f /usr/local/mysql rm -r -f /usr/local/mysql i5os-power-64bit rm -r -f /usr/local/mysqldata rm -f /etc/my.cnf rm -f /tmp/mysql.sock 13 All rights reserved. Zend Technologies, Inc.

14 Zend DBi Installation process Documented at Zend.com Option to install or update within point release Can update 5.1.x to 5.1.y (Zend Server) Cannot update 5.0.x to 5.1.y (Zend Core) Download.zip from Zend.com, contains SAVF & README Follow readme.txt in SAVF, pretty straight forward Required LP s are typically installed before Zend Server A word about QSECOFR UID = 0 14 All rights reserved. Zend Technologies, Inc.

15 Update anyone? Here we have (install with ZS 5.1) Let s go up to (Zend DBi) 15 All rights reserved. Zend Technologies, Inc.

16 Start the installation process Have ROOT password before updating Just stop ZMYSQL GO ZMYSQL/ZCMYSQL Option 5 then Option 2 then exit MySQL menu 16 All rights reserved. Zend Technologies, Inc.

17 Get SAVF to IBM i FTP and check it 17 All rights reserved. Zend Technologies, Inc.

18 Start the update process Steps to fire up process RSTLIB SAVLIB(ZMYSQL) CHGCURLIB ZMYSQL CALL ZMYSQLUPG1 18 All rights reserved. Zend Technologies, Inc.

19 Set update options Have ROOT password before you get here Will run MySQL script to update! 19 All rights reserved. Zend Technologies, Inc.

20 Woohoo! 20 All rights reserved. Zend Technologies, Inc.

21 New subsystem and daemon ZENDDBI ZENDDBID 21 All rights reserved. Zend Technologies, Inc.

22 MySQL Command Line All rights reserved. Zend Technologies, Inc.

23 MySQL Monitor MySQL has no native GUI interface (sound familiar?) Command line accessible from QSHELL, QP2TERM, etc. This is the natural method for accessing. Will show you access, but not a big fan. Fully documented at MySQL website Many books on the subject 23 All rights reserved. Zend Technologies, Inc.

24 Starting MySQL Monitor I typically use CALL QP2TERM, can use QSH, etc. The mysql> is the prompter for the monitor Mysql u root Mysql u root p mikey 24 All rights reserved. Zend Technologies, Inc.

25 Difference between QP2TERM and Qshell QP2TERM is window to PASE Cannot run IBM native programs like DB2, etc. Qshell is a Unix like shell Runs many things you find on Unix and IBM binaries Qshell Call QP2TERM 25 All rights reserved. Zend Technologies, Inc.

26 List all the databases Show databases; List all databases in MySQL Database is like a library Usually sorted by application Don t forget the semi-colon! 26 All rights reserved. Zend Technologies, Inc.

27 Set database Use <DBNAME> Selects the database you will use for processing Database is like a library, where you store tables, etc. Typically one database per application 27 All rights reserved. Zend Technologies, Inc.

28 List tables 28 All rights reserved. Zend Technologies, Inc.

29 Display the user table Use SQL: select host, user, password from user; Use quit to end the session in the MySQL Monitor and F3 to close shell. 29 All rights reserved. Zend Technologies, Inc.

30 Are there any GUI s? All rights reserved. Zend Technologies, Inc.

31 Many GUI solutions Adminer Single PHP script Lightweight, powerful and easy to use phpmyadmin Widely used by community Installed with Zend Server All rights reserved. Zend Technologies, Inc.

32 Adminer All rights reserved. Zend Technologies, Inc.

33 phpmyadmin Open Source PHP Project Provides nearly every access to MySQL you might need Installed automatically with Zend Server. Access from Zend Server Dashboard Documentation at 33 All rights reserved. Zend Technologies, Inc.

34 phpmyadmin Login with root profile Create your profile Test your profile Change root password IMMEDIATELY (if not sooner) 34 All rights reserved. Zend Technologies, Inc.

35 Tour the dashboard..then on to privileges 35 All rights reserved. Zend Technologies, Inc.

36 phpmyadmin Login with root profile Create your profile Test your profile Change root password IMMEDIATELY (if not sooner) 36 All rights reserved. Zend Technologies, Inc.

37 Privileges Click Add new user Fill out details, click GO 37 All rights reserved. Zend Technologies, Inc.

38 Look at databases & tables Left hand navigation Right hand workspace FULL CRUD capabilities Think DFU for MySQL! 38 All rights reserved. Zend Technologies, Inc.

39 IBM DB2 Storage Engine All rights reserved. Zend Technologies, Inc.

40 Why use MySQL to store in DB2? Many PHP applications in the open source arena Can be easily installed Modifying to access DB2 can be cumbersome & then updates? Zend DBi includes IBM DB2 Storage Engine All rights reserved. Zend Technologies, Inc.

41 Architecture All rights reserved. Zend Technologies, Inc.

42 How to install From the MySQL Monitor in QSH or QP2TERM Now go to phpmyadmin and select the engine Instruction is in Install Notes for ZendDBi and IBM Redbooks All rights reserved. Zend Technologies, Inc.

43 IBM DB2 Storage Engine:phpMyAdmin Create Table, set number of fields Select storage engine All rights reserved. Zend Technologies, Inc.

44 phpmyadmin gives you the SQL! All rights reserved. Zend Technologies, Inc.

45 Add records to table All rights reserved. Zend Technologies, Inc.

46 What happened on the i? Library test was created Table was created Records populated All rights reserved. Zend Technologies, Inc.

47 Records, please? STRSQL Select * from test/exampledb2 All rights reserved. Zend Technologies, Inc.

48 Wrap it up! All rights reserved. Zend Technologies, Inc.

49 IBM Redbook and Redpiece Discovering MySQL Using the DB2 Storage Engine All rights reserved. Zend Technologies, Inc.

50 Events where you ll find Zend COMMON Fall Conference (Columbus, OH) Sep COMMON Focused Education (Las Vegas) Oct Insert->Header & Footer All rights reserved. Zend Technologies, Inc.

51 Join us at ZendCon The premier PHP conference! October 22-25, 2012 Santa Clara, CA Conference Themes PHP in The latest PHP technologies and tools Learn how to leverage the latest mobile, HTML 5, testing and PHP best practices Zend Framework 2 - Hit the ground running Learn how to build faster, more modular and more expandable applications Development & The Cloud A love story Learn how the latest developments in cloud-based services, infrastructure and best practices can benefit you Conference Highlights Sessions focused on how to best develop and deploy PHP Sessions designed for all knowledge levels Intensive tutorials for accelerated learning PHP Certification crash courses and testing Exhibit hall showcasing the latest products Special networking opportunities during meals and events All rights reserved. Zend Technologies, Inc.

52 Q&A 52 Insert->Header & Footer All rights reserved. Zend Technologies, Inc.

PHP in the Enterprise

PHP in the Enterprise PHP in the Enterprise Mike Pavlak Solutions Consultant [email protected] Function Junction Agenda Market analysis Evolution of PHP and IBM i PHP stacks up today PHP in the IBM i Enterprise Development Community

More information

Collaborative Open Source with PHP on IBM i

Collaborative Open Source with PHP on IBM i Collaborative Open Source with PHP on IBM i Mike Pavlak Solution Consultant Agenda What s up with MySQL? Mediawiki Installation Configuration Operation Concrete5 Installation Configuration Operation Q&A

More information

Bring your intranet to the IBM i With Drupal and Zend Server

Bring your intranet to the IBM i With Drupal and Zend Server Bring your intranet to the IBM i With Drupal and Zend Server Mike Pavlak Solution Consultant [email protected] Insert->Header 1 & Footer Audience Manager looking for Intranet/place to put stuff Developers

More information

Bring your intranet to the IBM i With Drupal and Zend Server

Bring your intranet to the IBM i With Drupal and Zend Server Bring your intranet to the IBM i With Drupal and Zend Server Mike Pavlak Solution Consultant [email protected] Insert->Header 1 & Footer PHP Sessions Session 1-9:00 Session 2-10:30 11:45 Session 3-12:30

More information

About us. Proximity 2015

About us. Proximity 2015 About us Agenda What is open source? PHP for open source PHP on IBM i Live install of Zend Server Live install of Zend DBi What are Zend Server applications? Hands-on install from a.zpk Hands-on install

More information

PHP on IBM i: What s New with Zend Server 5 for IBM i

PHP on IBM i: What s New with Zend Server 5 for IBM i PHP on IBM i: What s New with Zend Server 5 for IBM i Mike Pavlak Solutions Consultant [email protected] (815) 722 3454 Function Junction Audience Used PHP in Zend Core/Platform New to Zend PHP Looking to

More information

Develop PHP mobile apps with Zend Framework

Develop PHP mobile apps with Zend Framework Develop PHP mobile apps with Zend Framework Enrico Zimuel Senior PHP Engineer, Zend Technologies Zend Framework Core Team http://framework.zend.com http://www.zend.com About me Enrico Zimuel (@ezimuel)

More information

InstantSearch+ for Magento Extension

InstantSearch+ for Magento Extension InstantSearch+ for Magento Extension Troubleshooting Guide- version 2.1.1 1. Sync status on the InstantSearch+ Dashboard Go to http://magento.instantsearchplus.com/login Login using the username/password

More information

Zend Server 4.0 Beta 2 Release Announcement What s new in Zend Server 4.0 Beta 2 Updates and Improvements Resolved Issues Installation Issues

Zend Server 4.0 Beta 2 Release Announcement What s new in Zend Server 4.0 Beta 2 Updates and Improvements Resolved Issues Installation Issues Zend Server 4.0 Beta 2 Release Announcement Thank you for your participation in the Zend Server 4.0 beta program. Your involvement will help us ensure we best address your needs and deliver even higher

More information

Running open source PHP appl icat ions. Part of the PHP on IBM i series

Running open source PHP appl icat ions. Part of the PHP on IBM i series Running open source PHP appl icat ions Part of the PHP on IBM i series Running Open Source PHP applications Pete Samways Why Open Source PHP? Open source software is increasingly gaining acceptance as

More information

ProjectPier v0.8.8. Getting Started Guide

ProjectPier v0.8.8. Getting Started Guide ProjectPier v0.8.8 Getting Started Guide Updated October 2014 Contents Contents... 2 Overview... 4 License... 4 Installation... 4 Who should perform the installation?... 4 Requirements... 5 Enabling InnoDB

More information

Using the Local Document Organizer in ProjectWise

Using the Local Document Organizer in ProjectWise Using the Local Document Organizer in ProjectWise ProjectWise stores copies of files on your local computer when you access them to provide the best performance over the state-wide network. The Local Document

More information

NTT Web Hosting Service [User Manual]

NTT Web Hosting Service [User Manual] User Version 0.11 August 22, 2014 NTT Web Hosting Service [User Manual] Presented By: OAM Linux A NTT Communications (Thailand) CO., LTD. Table of Contents NTT Web Hosting Service [User Manual] 1 General...

More information

Build it with Drupal 8

Build it with Drupal 8 Build it with Drupal 8 Comprehensive guide for building common websites in Drupal 8. No programming knowledge required! Antonio Torres This book is for sale at http://leanpub.com/drupal-8-book This version

More information

Automate Your BI Administration to Save Millions with Command Manager and System Manager

Automate Your BI Administration to Save Millions with Command Manager and System Manager Automate Your BI Administration to Save Millions with Command Manager and System Manager Presented by: Dennis Liao Sr. Sales Engineer Date: 27 th January, 2015 Session 2 This Session is Part of MicroStrategy

More information

OpenPro ERP Software Installation Guide 10061 Talbert Ave Suite 200 Fountain Valley, CA 92708 USA Phone 714-378-4600 Fax 714-964-1491

OpenPro ERP Software Installation Guide 10061 Talbert Ave Suite 200 Fountain Valley, CA 92708 USA Phone 714-378-4600 Fax 714-964-1491 OpenPro ERP Software Installation Guide 10061 Talbert Ave Suite 200 Fountain Valley, CA 92708 USA Phone 714-378-4600 Fax 714-964-1491 www.openpro.com [email protected] OpenPro Installation of Software

More information

Getting Started with Dynamic Web Sites

Getting Started with Dynamic Web Sites PHP Tutorial 1 Getting Started with Dynamic Web Sites Setting Up Your Computer To follow this tutorial, you ll need to have PHP, MySQL and a Web server up and running on your computer. This will be your

More information

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

SIMIAN systems. Setting up a Sitellite development environment on Windows. Sitellite Content Management System Setting up a Sitellite development environment on Windows Sitellite Content Management System Introduction For live deployment, it is strongly recommended that Sitellite be installed on a Unix-based operating

More information

Zend Server Amazon AMI Quick Start Guide

Zend Server Amazon AMI Quick Start Guide Zend Server Amazon AMI Quick Start Guide By Zend Technologies www.zend.com Disclaimer This is the Quick Start Guide for The Zend Server Zend Server Amazon Machine Image The information in this document

More information

cpanel (yes, it stands for Control Panel) and WHM (the Web Host Manager) provide a web-based graphical

cpanel (yes, it stands for Control Panel) and WHM (the Web Host Manager) provide a web-based graphical PozitivStudija, Fotolia.com The webmaster s control panel CPANEL For companies that provide hosting and email packages to clients to administer a myriad of tasks, whm and provide a web-based graphical

More information

Pete Helgren [email protected]. Ruby On Rails on i

Pete Helgren pete@valadd.com. Ruby On Rails on i Pete Helgren [email protected] Ruby On Rails on i Value Added Software, Inc 801.581.1154 18027 Cougar Bluff San Antonio, TX 78258 www.valadd.com www.petesworkshop.com (c) copyright 2014 1 Agenda Primer on

More information

Zend Core 2.5 for i5/os

Zend Core 2.5 for i5/os Zend Core for i5/os TM Installation Guide: Zend Core 2.5 for i5/os By Zend Technologies w w w. z e n d. c o m Disclaimer The information in this document is subject to change without notice and does not

More information

Upgrade Guide. Product Version: 4.7.0 Publication Date: 02/11/2015

Upgrade Guide. Product Version: 4.7.0 Publication Date: 02/11/2015 Upgrade Guide Product Version: 4.7.0 Publication Date: 02/11/2015 Copyright 2009-2015, LINOMA SOFTWARE LINOMA SOFTWARE is a division of LINOMA GROUP, Inc. Contents Welcome 3 Before You Begin 3 Upgrade

More information

GoAnywhere MFT Upgrade Guide. Version: 5.0.4 Publication Date: 08/12/2015

GoAnywhere MFT Upgrade Guide. Version: 5.0.4 Publication Date: 08/12/2015 GoAnywhere MFT Upgrade Guide Version: 5.0.4 Publication Date: 08/12/2015 Copyright 2015 Linoma Software. All rights reserved. Information in this document is subject to change without notice. The software

More information

OpenPro ERP Software Installation Guide REDHAT LINUX

OpenPro ERP Software Installation Guide REDHAT LINUX OpenPro ERP Software Installation Guide REDHAT LINUX 10061 Talbert Ave Suite 228 Fountain Valley, CA 92708 USA Phone 714-378-4600 Fax 714-964-1491 www.openpro.com [email protected] OpenPro Installation

More information

IBM Digital Experience. Using Modern Web Development Tools and Technology with IBM Digital Experience

IBM Digital Experience. Using Modern Web Development Tools and Technology with IBM Digital Experience IBM Digital Experience Using Modern Web Development Tools and Technology with IBM Digital Experience Agenda The 2015 web development landscape and IBM Digital Experience Modern web applications and frameworks

More information

Recommended File System Ownership and Privileges

Recommended File System Ownership and Privileges FOR MAGENTO COMMUNITY EDITION Whenever a patch is released to fix an issue in the code, a notice is sent directly to your Admin Inbox. If the update is security related, the incoming message is colorcoded

More information

File Space / Web Space / Database Space - Self-Service Allocation August 2009

File Space / Web Space / Database Space - Self-Service Allocation August 2009 File Space / Web Space / Database Space - Self-Service Allocation August 2009 All Purchase students can use this self-service application to obtain file space, web publishing space, and database space.

More information

Document management and exchange system supporting education process

Document management and exchange system supporting education process Document management and exchange system supporting education process Emil Egredzija, Bozidar Kovacic Information system development department, Information Technology Institute City of Rijeka Korzo 16,

More information

GoAnywhere Director to GoAnywhere MFT Upgrade Guide. Version: 5.0.1 Publication Date: 07/09/2015

GoAnywhere Director to GoAnywhere MFT Upgrade Guide. Version: 5.0.1 Publication Date: 07/09/2015 GoAnywhere Director to GoAnywhere MFT Upgrade Guide Version: 5.0.1 Publication Date: 07/09/2015 Copyright 2015 Linoma Software. All rights reserved. Information in this document is subject to change without

More information

Installation Tutorial Script: The Real Estate Script. 1. Please login to download script. On PHP Classifieds Script web site.

Installation Tutorial Script: The Real Estate Script. 1. Please login to download script. On PHP Classifieds Script web site. Installation Tutorial Script: The Real Estate Script Thank you for your purchase of The Real Estate Script. This tutorial will guide you threw the installation process. In this install example we use CPanel

More information

DEVELOPMENT OF AN ANALYSIS AND REPORTING TOOL FOR ORACLE FORMS SOURCE CODES

DEVELOPMENT OF AN ANALYSIS AND REPORTING TOOL FOR ORACLE FORMS SOURCE CODES DEVELOPMENT OF AN ANALYSIS AND REPORTING TOOL FOR ORACLE FORMS SOURCE CODES by Çağatay YILDIRIM June, 2008 İZMİR CONTENTS Page PROJECT EXAMINATION RESULT FORM...ii ACKNOWLEDGEMENTS...iii ABSTRACT... iv

More information

PHP Arrays for RPG Programmers

PHP Arrays for RPG Programmers PHP Arrays for RPG Programmers Mike Pavlak Solutions Consultant [email protected] (815) 722 3454 Function Junction All rights reserved. Zend Technologies, Inc. PHP Sessions Session 1-9:00 Session 2-:30 11:45

More information

Installation of PHP, MariaDB, and Apache

Installation of PHP, MariaDB, and Apache Installation of PHP, MariaDB, and Apache A few years ago, one would have had to walk over to the closest pizza store to order a pizza, go over to the bank to transfer money from one account to another

More information

Configuring Sun StorageTek SL500 tape library for Amanda Enterprise backup software

Configuring Sun StorageTek SL500 tape library for Amanda Enterprise backup software Configuring Sun StorageTek SL500 tape library for Amanda Enterprise backup software Zmanda Inc. October 2009 Table of Contents Introduction... 4... 5 Sun StorageTek SL 500TM... 5 SL 500 Configuration...

More information

How to Set Up a Website Using Joomla

How to Set Up a Website Using Joomla Application Note How to Set Up a Website Using Joomla The success of online business in recent years has aroused the interest of more and more personal and small business users to build their own websites

More information

Zend Server 5.0 Reference Manual

Zend Server 5.0 Reference Manual Zend Server 5.0 Reference Manual By Zend Technologies www.zend.com Table of Contents Zend Server Installation Guide... 5 Zend Server... 5 Installing for the First Time... 5 Installation Directories...

More information

The Whole OS X Web Development System

The Whole OS X Web Development System The Whole OS X Web Development Title slide Building PHP/MySQL Web Databases for OS X Scot Hacker Webmaster, UC Berkeley s Graduate School of Journalism The Macworld Conference on Dreamweaver January 6-7,

More information

osclass open source classifieds Installation Guide step by step

osclass open source classifieds Installation Guide step by step osclass open source classifieds Installation Guide step by step Introduction If you have decided to build your classifieds website with Osclass but you have no idea where to start, check out this installation

More information

ORACLE APPLICATION EXPRESS 5.0

ORACLE APPLICATION EXPRESS 5.0 ORACLE APPLICATION EXPRESS 5.0 Key Features Fully supported nocost feature of the Oracle Database Simple 2-Tier Architecture Develop desktop and mobile applications 100% Browserbased Development and Runtime

More information

MySQL quick start guide

MySQL quick start guide R E S E L L E R S U P P O R T www.fasthosts.co.uk MySQL quick start guide This guide will help you: Add a MySQL database to your reseller account. Find your database. Add additional users. Use the MySQL

More information

How to Install Multicraft on a VPS or Dedicated Server (Ubuntu 13.04 64 bit)

How to Install Multicraft on a VPS or Dedicated Server (Ubuntu 13.04 64 bit) How to Install Multicraft on a VPS or Dedicated Server (Ubuntu 13.04 64 bit) Introduction Prerequisites This tutorial will show you step-by-step on how to install Multicraft 1.8.2 on a new VPS or dedicated

More information

Installation Guide for contineo

Installation Guide for contineo Installation Guide for contineo Sebastian Stein Michael Scholz 2007-02-07, contineo version 2.5 Contents 1 Overview 2 2 Installation 2 2.1 Server and Database....................... 2 2.2 Deployment............................

More information

Guide to Setting up Docs2Manage using Cloud Services

Guide to Setting up Docs2Manage using Cloud Services COMvantage Solutions Presents: Version 3.x Cloud based Document Management Guide to Setting up Docs2Manage using Cloud Services Docs2Manage Support: Email: [email protected] Phone: +1.847.690.9900

More information

How-To: MySQL as a linked server in MS SQL Server

How-To: MySQL as a linked server in MS SQL Server How-To: MySQL as a linked server in MS SQL Server 1 Introduction... 2 2 Why do I want to do this?... 3 3 How?... 4 3.1 Step 1: Create table in SQL Server... 4 3.2 Step 2: Create an identical table in MySQL...

More information

E-Commerce: Designing And Creating An Online Store

E-Commerce: Designing And Creating An Online Store E-Commerce: Designing And Creating An Online Store Introduction About Steve Green Ministries Solo Performance Artist for 19 Years. Released over 26 Records, Several Kids Movies, and Books. My History With

More information

Document Freedom Workshop 2012. DFW 2012: CMS, Moodle and Web Publishing

Document Freedom Workshop 2012. DFW 2012: CMS, Moodle and Web Publishing Document Freedom Workshop 2012 CMS, Moodle and Web Publishing Indian Statistical Institute, Kolkata www.jitrc.com (also using CMS: Drupal) Table of contents What is CMS 1 What is CMS About Drupal About

More information

UNLEASHING THE POWER

UNLEASHING THE POWER UNLEASHING THE POWER ZEND & VMWARE Cisco s next-gen platform for WebEx free trials Phillip Shipley Manager, Web Development Collaboration Software Group Cisco Systems 1 Hello and welcome. My name is Phillip

More information

MySQL Quick Start Guide

MySQL Quick Start Guide Fasthosts Customer Support MySQL Quick Start Guide This guide will help you: Add a MySQL database to your account. Find your database. Add additional users. Use the MySQL command-line tools through ssh.

More information

SEAGATE BUSINESS NAS ACCESSING THE SHELL. February 1, 2014 by Jeroen Diel IT Nerdbox

SEAGATE BUSINESS NAS ACCESSING THE SHELL. February 1, 2014 by Jeroen Diel IT Nerdbox SEAGATE BUSINESS NAS ACCESSING THE SHELL February 1, 2014 by Jeroen Diel IT Nerdbox P a g e 1 Table of Contents Introduction... 2 Technical specifications... 3 Gaining access to the shell... 4 Enable the

More information

PHP and Zend Solutions for IBM i

PHP and Zend Solutions for IBM i PHP and Zend Solutions for IBM i Mike Pavlak Solutions Consultant [email protected] (815) 722 3454 Christian Durel General Manager Europe [email protected] +33 1 48 55 34 36 Audience Are you looking

More information

End the Microsoft Access Chaos - Your simplified path to Oracle Application Express

End the Microsoft Access Chaos - Your simplified path to Oracle Application Express End the Microsoft Access Chaos - Your simplified path to Oracle Application Express Donal Daly Senior Director, Database Tools Agenda Why Migrate from Microsoft Access? What is Oracle

More information

MySQL Backups: From strategy to Implementation

MySQL Backups: From strategy to Implementation MySQL Backups: From strategy to Implementation Mike Frank Senior Product Manager 1 Program Agenda Introduction The 5 Key Steps Advanced Options References 2 Backups are a DBAs Top Priority Be Prepared

More information

Installing and Running MOVES on Linux

Installing and Running MOVES on Linux Installing and Running MOVES on Linux MOVES Workgroup Wednesday June 15, 2011 Gwo Shyu Dan Stuart USEPA Office of Transportation & Air Quality Assessment and Standards Division 2000 Traverwood Drive, Ann

More information

TAMS Analyzer 3 and Multi-User Projects. By Matthew Weinstein

TAMS Analyzer 3 and Multi-User Projects. By Matthew Weinstein TAMS Analyzer 3 and Multi-User Projects By Matthew Weinstein 1 I. Introduction TAMS has always had multiple users in mind, ever since TA1 supported signed tags, i.e., tags that had the coder s initials

More information

Content Management System

Content Management System Content Management System XT-CMS + XARA Guide & Tutorial The purpose of this guide and tutorial is to show how to use XT-CMS with web pages exported from Xara. Both Xara Web Designer and Xara Designer

More information

HTML5. Turn this page to see Quick Guide of CTTC

HTML5. Turn this page to see Quick Guide of CTTC Programming SharePoint 2013 Development Courses ASP.NET SQL TECHNOLGY TRAINING GUIDE Visual Studio PHP Programming Android App Programming HTML5 Jquery Your Training Partner in Cutting Edge Technologies

More information

Mercury Users Guide Version 1.3 February 14, 2006

Mercury Users Guide Version 1.3 February 14, 2006 Mercury Users Guide Version 1.3 February 14, 2006 1 Introduction Introducing Mercury Your corporate shipping has just become easier! The satisfaction of your customers depends on the accuracy of your shipments,

More information

Drupal + Formulize. A Step-by-Step Guide to Integrating Drupal with XOOPS/ImpressCMS, and installing and using the Formulize module

Drupal + Formulize. A Step-by-Step Guide to Integrating Drupal with XOOPS/ImpressCMS, and installing and using the Formulize module Drupal + Formulize A Step-by-Step Guide to Integrating Drupal with XOOPS/ImpressCMS, and installing and using the Formulize module May 16, 2007 Updated December 23, 2009 This document has been prepared

More information

Visual FoxPro Accessing MySQL. presented to The Atlanta FoxPro Users Group June 19 th, 2007

Visual FoxPro Accessing MySQL. presented to The Atlanta FoxPro Users Group June 19 th, 2007 Visual FoxPro Accessing MySQL presented to The Atlanta FoxPro Users Group June 19 th, 2007 Comparing MySQL with the VFP DBC, SQL Server, PostgreSQL VFP DBC Pros: 1. Very fast 2. Free DBC multiuser access

More information

How to Setup, Install & Run a Website on your Local Computer. For WordPress - on an Offline Server - WAMP

How to Setup, Install & Run a Website on your Local Computer. For WordPress - on an Offline Server - WAMP How to Setup, Install & Run a Website on your Local Computer For WordPress - on an Offline Server - WAMP Index: Determine Operating System Status Download WAMP Server Download Latest WordPress Installing

More information

Git - Working with Remote Repositories

Git - Working with Remote Repositories Git - Working with Remote Repositories Handout New Concepts Working with remote Git repositories including setting up remote repositories, cloning remote repositories, and keeping local repositories in-sync

More information

Rational Developer for IBM i (RDi) Introduction to RDi

Rational Developer for IBM i (RDi) Introduction to RDi IBM Software Group Rational Developer for IBM i (RDi) Introduction to RDi Featuring: Creating a connection, setting up the library list, working with objects using Remote Systems Explorer. Last Update:

More information

Install and configure Apache, MySQL, PHP on OSX 10.8 Mountain Lion

Install and configure Apache, MySQL, PHP on OSX 10.8 Mountain Lion 1 de 9 12/01/13 14:07 Install and configure Apache, MySQL, PHP and phpmyadmin on OSX 10.8 Mountain Lion Get your Local Web Development Server Purring on all Fours With the new cat out of the bag, getting

More information

Installing a Personal Server on your PC

Installing a Personal Server on your PC Installing a Personal Server on your PC A personal or WAMP server is a private server you can install on your PC to run many scripts pretty much as they ll run in the real world. There are some restrictions

More information

We begin with a number of definitions, and follow through to the conclusion of the installation.

We begin with a number of definitions, and follow through to the conclusion of the installation. Owl-Hosted Server Version 0.9x HOW TO Set up Owl using cpanel Introduction Much of the documentation for the installation of Owl Intranet Knowledgebase assumes a knowledge of servers, and that the installation

More information

Installing Drupal on Your Local Computer

Installing Drupal on Your Local Computer Installing Drupal on Your Local Computer This tutorial will help you install Drupal on your own home computer and allow you to test and experiment building a Web site using this open source software. This

More information

SYSTEM DEVELOPMENT AND IMPLEMENTATION

SYSTEM DEVELOPMENT AND IMPLEMENTATION CHAPTER 6 SYSTEM DEVELOPMENT AND IMPLEMENTATION 6.0 Introduction This chapter discusses about the development and implementation process of EPUM web-based system. The process is based on the system design

More information

Online shopping store

Online shopping store Online shopping store 1. Research projects: A physical shop can only serves the people locally. An online shopping store can resolve the geometrical boundary faced by the physical shop. It has other advantages,

More information

2 SQL in iseries Navigator

2 SQL in iseries Navigator 2 SQL in iseries Navigator In V4R4, IBM added an SQL scripting tool to the standard features included within iseries Navigator and has continued enhancing it in subsequent releases. Because standard features

More information

AJ Matrix V5. Installation Manual

AJ Matrix V5. Installation Manual AJ Matrix V5 Installation Manual AJ Square Consultancy Services (p) Ltd., The Lord's Garden, #1-12, Vilacheri Main Road, Vilacheri, Madurai-625 006.TN.INDIA, Ph:+91-452-3917717, 3917790. Fax : 2484600

More information

Enforcive / Enterprise Security

Enforcive / Enterprise Security TM Enforcive / Enterprise Security End to End Security and Compliance Management for the IBM i Enterprise Enforcive / Enterprise Security is the single most comprehensive and easy to use security and compliance

More information

Lets Get Started In this tutorial, I will be migrating a Drupal CMS using FTP. The steps should be relatively similar for any other website.

Lets Get Started In this tutorial, I will be migrating a Drupal CMS using FTP. The steps should be relatively similar for any other website. This tutorial will show you how to migrate your website using FTP. The majority of websites are just files, and you can move these using a process called FTP (File Transfer Protocol). The first thing this

More information

Website Pros Templates v1.0. Database Template Overview

Website Pros Templates v1.0. Database Template Overview Website Pros Templates v1.0 Database Template Overview The Templates v1.0 CD includes a pre-configured template using the database component introduced in NetObjects Fusion v8.0. The theme for this template

More information

Toad for Data Analysts, Tips n Tricks

Toad for Data Analysts, Tips n Tricks Toad for Data Analysts, Tips n Tricks or Things Everyone Should Know about TDA Just what is Toad for Data Analysts? Toad is a brand at Quest. We have several tools that have been built explicitly for developers

More information

HowTo. Planning table online

HowTo. Planning table online HowTo Project: Description: Planning table online Installation Version: 1.0 Date: 04.09.2008 Short description: With this document you will get information how to install the online planning table on your

More information

TSM for Windows Installation Instructions: Download the latest TSM Client Using the following link:

TSM for Windows Installation Instructions: Download the latest TSM Client Using the following link: TSM for Windows Installation Instructions: Download the latest TSM Client Using the following link: ftp://ftp.software.ibm.com/storage/tivoli-storagemanagement/maintenance/client/v6r2/windows/x32/v623/

More information

How to Install MediaWiki on Windows Server 2003

How to Install MediaWiki on Windows Server 2003 How to Install MediaWiki on Windows Server 2003 Larry Kahm This article describes how you can install MediaWiki on Windows Server 2003 so that you can provide a wiki for your intranet users. According

More information

Accessing Your Database with JMP 10 JMP Discovery Conference 2012 Brian Corcoran SAS Institute

Accessing Your Database with JMP 10 JMP Discovery Conference 2012 Brian Corcoran SAS Institute Accessing Your Database with JMP 10 JMP Discovery Conference 2012 Brian Corcoran SAS Institute JMP provides a variety of mechanisms for interfacing to other products and getting data into JMP. The connection

More information

ClickDimensions Quick Start Guide For Microsoft Dynamics CRM 2011. 9/1/2011 ClickDimensions

ClickDimensions Quick Start Guide For Microsoft Dynamics CRM 2011. 9/1/2011 ClickDimensions ClickDimensions Quick Start Guide For Microsoft Dynamics CRM 2011 9/1/2011 ClickDimensions Online Training Resources This guide will explain how to register for and use a ClickDimensions Marketing Automation

More information

Installing buzztouch Self Hosted

Installing buzztouch Self Hosted Installing buzztouch Self Hosted This step-by-step document assumes you have downloaded the buzztouch self hosted software and operate your own website powered by Linux, Apache, MySQL and PHP (LAMP Stack).

More information

LAMP Quickstart for Red Hat Enterprise Linux 4

LAMP Quickstart for Red Hat Enterprise Linux 4 LAMP Quickstart for Red Hat Enterprise Linux 4 Dave Jaffe Dell Enterprise Marketing December 2005 Introduction A very common way to build web applications with a database backend is called a LAMP Stack,

More information

Roars. Sudaworld. M+1.408.622.9642 Esales.usa@ roarsinc.com W www.roarsinc.com. Roars Technologies Pvt. Ltd. Escalon, Sunnyvale, California, USA 94085

Roars. Sudaworld. M+1.408.622.9642 Esales.usa@ roarsinc.com W www.roarsinc.com. Roars Technologies Pvt. Ltd. Escalon, Sunnyvale, California, USA 94085 Technologies Pvt. Ltd. Sudaworld Technologies Pvt. Ltd. REQUIREMENT OVERVIEW The project is to build a dynamic CMS responsive website, The Client is looking for a video and articles based blogging website

More information

Magento at the Core of ecommerce. The Magento Experience. Magento Enables Success. The ecommerce Ecosystem. Supplemental Pages

Magento at the Core of ecommerce. The Magento Experience. Magento Enables Success. The ecommerce Ecosystem. Supplemental Pages The ecommerce Ecosystem Magento at the Core of ecommerce The Magento Experience Magento Enables Success Supplemental Pages The ecommerce Ecosystem The Magento Solution: Empowering the ecommerce Ecosystem

More information

Microsoft SharePoint 2010 End User Quick Reference Card

Microsoft SharePoint 2010 End User Quick Reference Card Microsoft SharePoint 2010 End User Quick Reference Card Microsoft SharePoint 2010 brings together the people, documents, information, and ideas of the University into a customizable workspace where everyone

More information

Installing and Running Tomcat 5.5

Installing and Running Tomcat 5.5 The examples for the Ajax chapter of jquery in Action require the services of server-side resources in order to operate. In order to address the needs of a variety of readers, the back-end code has been

More information

Case Study. Data Governance Portal. www.brainvire.com 2013 Brainvire Infotech Pvt Ltd Page 1 of 1

Case Study. Data Governance Portal. www.brainvire.com 2013 Brainvire Infotech Pvt Ltd Page 1 of 1 Case Study Data Governance Portal www.brainvire.com 2013 Brainvire Infotech Pvt Ltd Page 1 of 1 Client Requirement The website is the Data Governance intranet portal. Data Governance is the practice of

More information

Workshop on Using Open Source Content Management System Drupal to build Library Websites Hasina Afroz Auninda Rumy Saleque

Workshop on Using Open Source Content Management System Drupal to build Library Websites Hasina Afroz Auninda Rumy Saleque Workshop on Using Open Source Content Management System Drupal to build Library Websites Hasina Afroz Auninda Rumy Saleque Funded by: INASP, UK October 7, 2012 Ayesha Abed Library http://library.bracu.ac.bd

More information

Using ELMS with TurningPoint Cloud

Using ELMS with TurningPoint Cloud Using ELMS with TurningPoint Cloud The ELMS (Canvas) integration enables TurningPoint Cloud users to leverage response devices in class to easily collect student achievement data. Very simply one can load

More information

Content Management System

Content Management System Content Management System XT-CMS INSTALL GUIDE Requirements The cms runs on PHP so the host/server it is intended to be run on should ideally be linux based with PHP 4.3 or above. A fresh install requires

More information

Suite. How to Use GrandMaster Suite. Exporting with ODBC

Suite. How to Use GrandMaster Suite. Exporting with ODBC Suite How to Use GrandMaster Suite Exporting with ODBC This page intentionally left blank ODBC Export 3 Table of Contents: HOW TO USE GRANDMASTER SUITE - EXPORTING WITH ODBC...4 OVERVIEW...4 WHAT IS ODBC?...

More information

MySQL Quick Start Guide

MySQL Quick Start Guide Quick Start Guide MySQL Quick Start Guide SQL databases provide many benefits to the web designer, allowing you to dynamically update your web pages, collect and maintain customer data and allowing customers

More information

Setting up a local working copy with SVN, MAMP and rsync. Agentic - 2009

Setting up a local working copy with SVN, MAMP and rsync. Agentic - 2009 Setting up a local working copy with SVN, MAMP and rsync Agentic - 2009 Get MAMP You can download MAMP for MAC at this address : http://www.mamp.info/en/downloads/index.html Install MAMP in your APPLICATION

More information

Application Performance Monitoring for WhatsUp Gold v16.1 User Guide

Application Performance Monitoring for WhatsUp Gold v16.1 User Guide Application Performance Monitoring for WhatsUp Gold v16.1 User Guide Contents Table of Contents Introduction APM Overview... 1 Learning about APM terminology... 2 Getting Started with APM... 3 Application

More information

DocuShare Installation Guide

DocuShare Installation Guide DocuShare Installation Guide Publication date: May 2009 This document supports DocuShare Release 6.5/DocuShare CPX Release 6.5 Prepared by: Xerox Corporation DocuShare Business Unit 3400 Hillview Avenue

More information

Oracle Application Express MS Access on Steroids

Oracle Application Express MS Access on Steroids Oracle Application Express MS Access on Steroids Jules Lane Principal Consultant Tactical Database Development options Spreadsheets Encourage data duplication and inconsistency, clog

More information