Kendo Manager Installation

Total Page:16

File Type:pdf, Size:1020Kb

Kendo Manager Installation Kendo Manager Installation Project Managament Software www.kendomanager.com Version 2.0 1 TABLE OF CONTENTS Ord.number Title Page 1. Introduction 3 2. System Requirements 3 3. Step 1. Install .Net Framework 3 4. Step 2. Install IIS 7 or Above 3 5. Step 3. Install Maria DB on Windows 7,8,10 or Win Server 2008, 2012, 2016 6 6. Step 4. Install mysql -connector -net -6.9.9 10 7. Step 5. Create Kendo projectmanagement database and elmah log database 11 8. 5.1. Create projectmanagement database and elmah log database using default 11 HeidiSQL 9. 5.1.1 . Create projectmanagement database 12 10. 5.1.2. Create Elmah log database 14 11. 5.2. Creating a Kendo Manager Database with Xamp and phpMyAdmin 15 12. 5.2.1. Create Kendo Projectmanagament database 17 13. 5.2.2. Create Elmah log Database 18 14. 5.3. Creating Kendo Manager database through Plesk Control Panel 19 15. Step 6. Install Kendo Manager Software 20 16. 6.1. IIS_IUSRS Folder Permision 20 17. 6.2. Web config settings 22 18. 6.2.1.Language settings 22 19. 6.2.2. SMTP settings 23 20. 6.2.3. Database connection string 23 21. 6.3. Add Kendo Manager App in Internet information server (IIS) 24 22. 6.4. Configure Aplication pool 26 23. 6.4.1. Recomended Aplication pool settings 27 24. 6.6 . Kendo login data 27 25. 6. 7. Install Kendo Manager on Windows Server 2016 28 INTRODUCTION Kendo Manager is a web based application which can be installed on any Windows web server, windows PC or can be hosted on service Providers. Kendo Manager is suitable for all types of projects, regardless of team size or project complexity. Easy to use with simple instructions and it does not require expensive education of employees. Using Kendo Manager will easy your project life cycle. If you are a big or small company, Government institution or NGO, software for Managing Projects will help 2 you organize your projects, your team and give you an overview of your projects, weather in classic task list view or with Gantt charts. System Requirements The following are the requirements of your system to install Kendo Manager, Hardware Requirements • Min: Intel Dual-Core Processor • RAM: Minimal 4 GB or more Software Requirements • Win 7,8,10 or Windows Server 2008,2012,2016 • Full administrator Access • MariaDB 10.1.20 + • Mysql-connector-net-6.9.9 • IIS 7.0, 8.0, 10.0 • .NET Framework 4 + Step 1. Instal l .NET Framework 4 • Download and install .NET Framework 4 from the folowing link and install: https://www.microsoft.com/en-us/download/details.aspx?id=42642 Step 2 . Install IIS 7 or Above IIS is not installed by default on Windows 7. As a result you have to manually set up IIS in your machine or you can install IIS easily using the Microsoft® Web Platform Installer (Web PI). To learn more about the Web PI, see Learn about and install the Web PI . Ensure that you have installed one of the editions of Windows 7, Windows 8 or Windows 10 on which IIS 7 or above is supported before you proceed. Not all IIS features are supported on all editions of Windows 7, 8 and 10. Home Basic and Starter editions include only limited basic features of IIS. We recommend Ultimate, Professional, or Enterprise Editions Note : If you already have installed IIS skip this step As a result you have to manually set up IIS in your machine. • Log on either to the built-in administrator account • First of all, select the Control Panel. 3 • In the Programs section, select Turn Windows Features on or off . You might encounter the following screen: Now, simply click on the features that are checked on the following screens and then hit the OK button. 4 A progress bar will appear. Once the installation is over, to confirm it, simply type the following URL into your browser: http://localhost . If installation is successful, then you will see the following screen: 5 Step 3 . Install Maria DB on windows 7 ,8,10 or Win Server 2008,2012,2016 The installation procedure for MariaDB is the same for windows 7,8,10 and Windows server 2008,2012 and 2016 Go to https://downloads.mariadb.org/ for latest version of MariaDB. MariaDB available in two version : installer and zip type. Get installer version. Install MariaDB on Windows or Windows server • Double installer to start install process. Click Next. 6 • Check License Agreement • Click on "I accept the terms" Custom Setup 7 Database Authentication/Security Related Properties NOTE : You can set the password for the "root" database user and specify whether root can access database from remote machines. Other Database Properties 8 • Install as service • Defines if the database should be run as a service and the service name. It is recommended to run your database instance as a service as it greatly simplifies database management. The default service name is "MySQL", for compatibility reasons (this is the same name that " mysqld.exe --install " would choose too). • Enable Networking • Whether to enable TCP/IP (recommended) and which port MariaDB should listen to. If security is a concern, you can change the bind-address parameter post-installation to bind to only local addresses. If the "Enable networking" checkbox is deselected, the database will use named pipes for communication. • Optimize for Transactions • If this checkbox is selected, the default storage engine is set to Innodb (or XtraDB) and the sql_mode parameter is set to " NO_ENGINE_SUBSTITUTION,STRICT_TRANS_TABLES ". You can also define the Innodb/Xtradb buffer pool size. The default buffer pool size is 12.5% of RAM and depending on your requirements you can give innodb more (up to 70-80% RAM). 32 bit versions of MariaDB have restrictions on maximum buffer pool size, which is approximately 1GB, due to virtual address space limitations for 32bit processes. Ready to Install. Click Install More information : https://mariadb.com/kb/en/library/installing-mariadb-msi-packages-on-windows/ 9 Step 4 . Install mysql -connector -net -6.9.9 Open Kendo ManagerFolder . Click to Double installer to start install process. • Click Next – Tipical -Install 10 Step 5. Create Kendo projectmanagement database and elmah log database 5.1. Create projectmanagement database and elmah log database using default HeidiSQL NOTE : HeidiSQL is a Windows client for MariaDB and MySQL. It has been bundled with the Windows version of MariaDB since MariaDB 5.2.7 • Click to HeidiSQL • Create sesion • Click to open 11 5.1.1 . Create projectmanagement database • Go to File and click to Load SQL File options • Chose projectmanagement sql file from Kendo Manager– Database folder and click open. • Click ok on messages 12 • Click to execute SQL • Click to ok and refresh windows (F5) • Click ok button. Note : In the left frame you see projectmanagement database 13 5.1.2. Create Elmah log database • Open HeidiSql and Go to File and click to Load SQL File options • Chose Elmah sql file from Kendo Manager– Database folder and click open. • Click to execute SQL 14 • Click to Ok and refresh windows (F5) 5.2. Creating a Kendo Manager Database with Xamp and phpMyAdmin Install and use Xampp co -existing with IIS Introduction The main aim of this section is to help beginners to get Xampp Apache Server and IIS server to work together since there is an issue due to port 80. So we have to change Xampp port 80 to another port number (not used by any other service). Use the following steps: 1. Download Xampp from the official website or directly from this link 2. After successful installation of Xampp, go to this directory inside your Xampp folder: /Xampp/apache/conf/httpd.conf 3. Search for Listen 80 and replace it with Listen 8080 4. Search for ServerName localhost:80 and replace it with ServerName localhost:8080 5. Save this file and close it 6. Then go to this directory: /Xampp/apache/conf/extra/httpd-ssl.conf 7. Search for Listen 443 and replace it with Listen 4499 8. Save this file and close it 9. Congratulations, we are done. You can run your Apache service using Xampp Control Panel. • Start Xampp server 15 • Start PhpMyAdmin Note: Use address http://localhost:8080/phpmyadmin if you change port. 5.2.1. Create Kendo Projectmanagament database 16 It is necessary to create Project Management and Elmah log database using sql files from the Database folder. Click to Import option – browse and chose projectmanagement sql file frome DATABASE folder and click Go 17 5. 2.2. Create Elmah log Database Once you have created projectmanagement database you need to create Elmah log database . Click on the import option and choose elmah sql file from the folder database. After selecting elmah sql file to import, click Go to create a base. ELMAH is an open source debugging tool for ASP.NET web services. • Click to Import option – browse and chose ELMAH sql file frome DATABASE folder and click Go • Click Go 18 Note : Elmah log address is localhost/elmah.axd or localhost/elmah.axd. You must log into Kendo manager to see Elmah page. 5.3. Creating Kendo Manager database through Plesk Control Panel If you use Plesk Control Panel, the process of creating a database is the same. • Go to Tools&Settings - Database Servers and click to open phpMyAdmin and import database projectmangement and elmah log database. Plesk phpMyAdmin 19 Step 6. Install Kendo Manager Software • Go to Kendo manager Free edition folder and copy Kendo App folder to C: \inetpub \wwwroot .
Recommended publications
  • Freebsd/Apache/Mysql/PHP Weicc
    FAMP FreeBSD/Apache/MySQL/PHP weicc Computer CS,Center, NCTU Introduction q Web service • Apache • GWS, Nginx, IIS q SQL service • MySQL, MariaDB • MS SQL, Oracle DB, PostgreSQL q NoSQL service • MongoDB q Web backend language • Go, Python, Node.js, PHP 2 Computer CS,Center, NCTU Outline q Introduction • Apache • MySQL • PHP q Installation and Administration • MySQL • Apache • PHP q Appendix • phpMyAdmin • lighttpd • FastCGI 3 Computer CS,Center, NCTU Overview 由 Shmuel Csaba Otto Traian, 創用CC 姓名標示-相同方式分享 3.0, https://commons.wikimedia.org/w/index.php?curid=28224098 4 Computer CS,Center, NCTU Apache q Apache Software Foundation: http://www.apache.org/ q Apache HTTP Server Project: http://httpd.apache.org/ q Web httpd server that • HTTP/2 • Modular design • Can be customized by writing modules using Apache module API • Freely available cross many platforms q Two main parts • Core: implement basic functions and provide the interface for Apache modules • Modules: extend or override the function of Core Ø Example: Access control, logging, CGI, proxy, cache control, PHP… 5 Computer CS,Center, NCTU How Apache Works – request and response 6 Computer CS,Center, NCTU How Apache Works – Each request-response q Apache breaks client request into several steps which are implemented as modules 7 Computer Center, CS, NCTU 8 Computer CS,Center, NCTU Apache with mod_ssl 9 Computer CS,Center, NCTU MySQL (1) q SQL (Structured Query Language) • The most popular computer language used to create, modify, retrieve and manipulate data from relational database management systems. • Introduction to SQL: http://www.1keydata.com/tw/sql/sql.html q A multithreaded, multi-user, SQL Database Management System.
    [Show full text]
  • Mariadb / Mysql for Web Developers
    www.fromdual.com MariaDB / MySQL for Web Developers Web Developer Congress 2020, remote Oli Sennhauser Senior MariaDB & MySQL Consultant at FromDual GmbH https://www.fromdual.com/presentations 1 / 27 About FromDual GmbH www.fromdual.com Support Consulting remote-DBA Training 2 / 27 Contents www.fromdual.com MariaDB / MySQL for Web Developers ➢ Databases ➢ Connecting to the database ➢ Basic database queries (SELECT) ➢ Changing Data (DML) ➢ Transactions ➢ Error Handling and Debugging ➢ Joining Tables ➢ Indexing 3 / 27 What are databases for? www.fromdual.com ● Primarily: Relational DBMS (RDBMS) ● Storing Business Information: ● CRM, ERP, Accounting, Shop, Booking, etc. ● What are they NOT for (non optimal)? ● Logs → Files, Logstash ● Images, PDFs, huge texts → Filer, Solr ● Trash → Waste bin 4 / 27 Different types of databases www.fromdual.com ● Flat files, CSV, ISAM ● Hierarchical database ● Relational databases (RDBMS) ● Network databases ● Object Oriented databases (OODBMS) ● Object Relational DBMS (ORDBMS) ● Graph databases ● Column Stores (MariaDB CS) ● "Document" Stores (JSON, MongoDB) ● Wide Column Stores (Cassandra, HBase) 5 / 27 Common Relational DBMS www.fromdual.com ● MariaDB ● more in the Web-Client-Server field (LAMP) ● MySQL ● more in the Web-Client-Server field (LAMP) ● PostgreSQL ● more in the fat-Client-Server Business Software field ● SQLite ● Not a real "Client-Server-DBMS" → Library ● Embedded DBMS (Industry, Firefox, etc.) 6 / 27 Connection to the DBMS www.fromdual.com ● GUI (MySQL Workbench, HeidiSQL) ● CLI (mariadb,
    [Show full text]
  • Tools for Managing Mysql 1
    Tools for Managing MySQL 1 Tools for Managing MySQL The MySQL database engine comes with command-line tools to manage the data structures, user security and to add, drop and modify records in the databases. It's worthwhile to learn enough about these tools, since you can be assured they'll be available in every installation, and “one quick change” is much faster in a text-based tool. However, for much of your daily work, you may find that some graphical 3rd party tools make the work easier, more productive and more pleasant. Moving to MySQL means that you'll need to learn to work with the tools included with MySQL database for maintenance, security, monitoring and data access. It's wise to get familiar with the basic set of command-line tools, as you never know when you may find yourself with a minimal installation to manage or a slow dial-up connection to your server. You will also want to consider some of the very attractive add-on tools that can make the job easier. This chapter starts by covering the basic tools,and then shows some of the other utilities available for downloading. At a minimum, programmers should be familiar enough with a command-line interface to feel comfortable using it for some work. Some will find that the shell interface is all that's needed. A quick and simple change can be easily implemented that way. However, when learning a new tool, nothing beats the “explorability” of a graphical interface to discover what sorts of features and options are available.
    [Show full text]
  • Phpmyadmin Documentation Release 5.1.2-Dev
    phpMyAdmin Documentation Release 5.1.2-dev The phpMyAdmin devel team Sep 29, 2021 Contents 1 Introduction 3 1.1 Supported features............................................3 1.2 Shortcut keys...............................................4 1.3 A word about users............................................4 2 Requirements 5 2.1 Web server................................................5 2.2 PHP....................................................5 2.3 Database.................................................6 2.4 Web browser...............................................6 3 Installation 7 3.1 Linux distributions............................................7 3.2 Installing on Windows..........................................8 3.3 Installing from Git............................................8 3.4 Installing using Composer........................................9 3.5 Installing using Docker..........................................9 3.6 IBM Cloud................................................ 14 3.7 Quick Install............................................... 14 3.8 Verifying phpMyAdmin releases..................................... 16 3.9 phpMyAdmin configuration storage................................... 17 3.10 Upgrading from an older version..................................... 19 3.11 Using authentication modes....................................... 19 3.12 Securing your phpMyAdmin installation................................ 26 3.13 Using SSL for connection to database server.............................. 27 3.14 Known issues..............................................
    [Show full text]
  • Research Document
    Research Document Student Name: James Heneghan Student ID: C00155861 Course ID: CW_KCSOF_B Project Name: Take Me There Supervisor: Joseph Kehoe Institute: Institute of Technology Carlow Date: 16/10/2014 1 Contents Introduction ............................................................................................................................................ 3 Galileo Board ........................................................................................................................................... 3 Details of the Architecture .................................................................................................................. 3 Communication ................................................................................................................................... 3 Accelerometer......................................................................................................................................... 4 Cloud Hosting .......................................................................................................................................... 4 Google Maps API ..................................................................................................................................... 4 Google Maps JavaScript API ................................................................................................................ 4 Google Static Maps API ......................................................................................................................
    [Show full text]
  • Introduction to Mysql
    DATABASE SYSTEMS Introduction to MySQL Database System Course, 2016 AGENDA FOR TODAY Administration Database Architecture on the web Database history in a brief Databases today MySQL What is it How to use it Homework AGENDA (EXTENDED) Administration Database Architecture (recap?) Database as a software Database as a server Database in the context of a web application Database history in a brief Databases today: RDBMS,Columnar,RDF ,Documents database MySQL Introduction and History Schema How to connect remotely (SSH, different clients) How to install locally (Xampp/MySql workbench/Phpmyadmin) Executing queries ADMINISTRATION Course website: http://courses.cs.tau.ac.il/0368-3458/ databases201516 My Email: (in the website) TDBSoverflow: Our new q&a platform: • http://www.cs.tau.ac.il/~amitsome/dbforum/index.php • Works like stackoverflow • Material related questions will not be answered elsewhere. • Final grade bonus: will be given to the top 5 users in the forum (rank): [2,2,3,3,5] for [5th,4th,3rd,2nd,1st) ADMINISTRATION Homework Submission • Submission date is on the website.. (No late arrivals will be accepted) • Work should be done in pairs • Submission is done via moodle, by one of the partners • Submit a zip file, with • an answers pdf that contains the full names and IDs of both partners on top of the page • A .sql file for every query. Make sure it’s runnable. ADMINISTRATION The final project • It’s really useful and practical (now more than ever) • Work in groups of 4-5. • Project goal: to build a full-fledged web based application while tackling a real-life DB related development issue.
    [Show full text]
  • Get Database Schema in Mysql Phpmyadmin
    Get Database Schema In Mysql Phpmyadmin Jonathon remains outside after Barris imply notedly or wases any rail-splitter. Carlin is tachistoscopic and squegs meaningly as platycephalic Murphy revolts onside and dampen prettily. Self-condemned and longwise Chris never habituated his agistment! Data which is by adding or mysql reference templates for all details need has been updated, how much disk? You must be really to secure into your server with SSH. However is schema, mysql phpmyadmin is added user gets stats from all. When defining relationships between internet with phpmyadmin script to make a chance it automatically filled in a restore. Nevertheless galera cluster, get a useful for your google is unlikely that no hope it, get database schema in mysql phpmyadmin user is an error logs are these extensions plugin they may be interpreted anyway. The tooth along a Dummy practice is attached. CGI version of PHP under Unix, and beautiful cannot pull in using cookie auth. Database will see the microsoft access to super user email database schema in database mysql phpmyadmin user! The globe account: phpmyadmin is did list of emails that I authority to delete databases. Fully managed environment for developing, deploying and scaling apps. Almost all web applications make award of coal like this. It also have and get our use here are table and wrong during local database is very useful when we get database schema in mysql phpmyadmin user email address? Technical writer focused on your data referenced by it on opinion in. There is schema diagram. The take Table dialog opens. Leave a workaround exists for collecting for one, get database schema in mysql phpmyadmin user go about using ssms provides tools.
    [Show full text]
  • What's New at Mysql?
    What's New at MySQL? Lenz Grimmer FOSDEM, Brussels, Belgium, 2007-02-24 MySQL AB Copyright 2007 MySQL AB The World’s Most Popular Open Source Database 1 MySQL Community Team Kaj Arnö, VP Community Relations (Munich) Contact: [email protected] David (Uppsala) Colin (Melbourne) Jay (Columbus) Lenz (Hamburg) Copyright 2007 MySQL AB The World’s Most Popular Open Source Database 2 MySQL Community Server 5.0 • MySQL Community Server 5.0.35 – http://dev.mysql.com/downloads/mysql/5.0.html – Sources and binaries for the usual platforms – Based on the 5.0.34 Enterprise release (all bug fixes included) – Includes additional community contributions (e.g. uptime_since_flush_status, SHOW PROFILE), more to come in future releases – MySQL AB will continue to provide full (source and binary) releases of MySQL 5.0 Community, plus intermediate source- only releases Copyright 2007 MySQL AB The World’s Most Popular Open Source Database 3 MySQL 5.1 • MySQL 5.1.x in Beta-Test (5.1.15) – Partitioning: distribute portions of individual tables across a filesystem – RBR (Row-based replication), in addition to statement-based replication – Plugin API (for Storage Engines & Full Text Search) – Event Scheduler: execute SQL statements on defined intervals (similar to cron) – Log tables: redirect general query log and slow query log into tables – MySQL cluster data on disk, replication between clusters – XML functions: extract or update XML elements using Xpath expressions – http://dev.mysql.com/doc/refman/5.1/en/mysql-5-1-nutshell.html Copyright 2007 MySQL AB The
    [Show full text]
  • Mysql Workbench Hide Schema from User
    Mysql Workbench Hide Schema From User Collembolan Vern etymologises that cross-questions cached charmlessly and complains indistinguishably. Coprolaliac Wilden sometimes warring his pettings frolicsomely and sectarianized so heathenishly! Agile Thedrick disenfranchise unmixedly, he kicks his motherwort very biographically. Once from workbench script that user to hide essential data and information to remove any way as python modules, options are of. So whose are hidden Only the Schema column is shown in the embedded window. Sql development perspective and from grt data source model and string values without giving me? Models from users will then schema name and user must be suitable size by clicking any tasks that helps enhance usability. Doing this workbench from users or schemas that. This as shown below command line of privileges keyword is fetched successfully. Views in MySQL Tutorial Create Join & Drop with Examples. MySQL Workbench Review Percona Database Performance. Oct 29 2017 MySQL Workbench If husband want to leave writing sql you by also. Using the Workbench Panoply Docs. MySQL View javatpoint. You rather hide sleeping connections and turning at running queries only. The universal database manager for having with SQL Just swap click to hide all. Can it hide schemas in the schema panel in MySQL Workbench. You can hide or from users, i am getting acquainted with any other privilege. MySQL Workbench is a visual database design tool that integrates SQL development. MySQL Workbench is GUI Graphical User Interface tool for MySQL database It allows you to browse create. Charts and Elements Align Charts To Printing Bounds Show in Chart so Send backward.
    [Show full text]
  • Presto: the Definitive Guide
    Presto The Definitive Guide SQL at Any Scale, on Any Storage, in Any Environment Compliments of Matt Fuller, Manfred Moser & Martin Traverso Virtual Book Tour Starburst presents Presto: The Definitive Guide Register Now! Starburst is hosting a virtual book tour series where attendees will: Meet the authors: • Meet the authors from the comfort of your own home Matt Fuller • Meet the Presto creators and participate in an Ask Me Anything (AMA) session with the book Manfred Moser authors + Presto creators • Meet special guest speakers from Martin your favorite podcasts who will Traverso moderate the AMA Register here to save your spot. Praise for Presto: The Definitive Guide This book provides a great introduction to Presto and teaches you everything you need to know to start your successful usage of Presto. —Dain Sundstrom and David Phillips, Creators of the Presto Projects and Founders of the Presto Software Foundation Presto plays a key role in enabling analysis at Pinterest. This book covers the Presto essentials, from use cases through how to run Presto at massive scale. —Ashish Kumar Singh, Tech Lead, Bigdata Query Processing Platform, Pinterest Presto has set the bar in both community-building and technical excellence for lightning- fast analytical processing on stored data in modern cloud architectures. This book is a must-read for companies looking to modernize their analytics stack. —Jay Kreps, Cocreator of Apache Kafka, Cofounder and CEO of Confluent Presto has saved us all—both in academia and industry—countless hours of work, allowing us all to avoid having to write code to manage distributed query processing.
    [Show full text]
  • Maria DB for IBM I Agenda
    Maria DB for IBM i Agenda ■ Brief discussion of MySQL ■ History ■ Installation ■ Access ■ GUI’s ■ Data Migration ■ DB2 Storage Engine ■ Q & A 2 Section title page What is MySQL? ■ Most popular and widely used OPEN SOURCE database solution ■ Relational Database management System (RDBMS) ■ Like DB2, but not really (we’ll talk some more about this) ■ Command line interface, no native GUI ■ Many GUI alternatives 4 How does it work? ■ Essentially flat files in the IFS ■ Has two major parts ▶UI Layer ▶Storage Engines ● MyISAM ● INNODB ● IBMDB2 5 History In the beginning, there was MySQL ■ Founded in 1994 by ▶David Axmark ▶Allan Larson ▶Michael “Monty” Widenius ■ Named after Monty’s daughter My (pronounced “Mee”) ■ Monty now working on MariaDB, so let’s shift the focus… 7 Ownership ■ MySQL ▶ Remember MySQL is open source: Anyone can compile the source code and use the binaries as long as they follow the ruels of the license. ▶ Jan 2008 – Sun purchased MySQL for $1B ▶ Jan 2010 – Oracle completes acquisition of Sun for $7.4B ▶ FUD ensues… ▶ Today, MySQL continues to live on, but Maria is waitingin the wings should MySQL fall away ■ Maria ▶ Monty created a foundation so no one will ever “own” Maria 8 What about on IBM i? Zend DBI == MariaDB ■ A few years ago, Oracle dropped support for MySQL on Power and discontinued compiling the binaries. ■ Old binaries are on the Oracle archive site. ■ IBM began looking for a new suitor ■ Zend stepped up & took over binary distribution for MySQL for Ibm I and the new product is called ZendDBi ■ Same wonderful
    [Show full text]
  • Mariadb Viable Mysql Replacement Scale12x.Pdf
    MariaDB: Viable MySQL replacement Colin Charles, Team MariaDB, SkySQL Ab [email protected] | [email protected] http://mariadb.org/ http://bytebot.net/blog/ | @bytebot on Twitter SCALE12x, Los Angeles, California, USA 22 February 2014 Sunday, 23 February 14 whoami • Work on MariaDB at SkySQL Ab • Merged with Monty Program Ab, makers of MariaDB • Formerly MySQL AB (exit: Sun Microsystems) • Past lives include Fedora Project (FESCO), OpenOffice.org • MHA experience • since November 2011 (MHA 0.52, 0.53) • NRE work to make it run in a Solaris 10 environment... with no Internet access! • Continued deployment advice + work for data centre use • Much thanks to SkySQL for the experience Sunday, 23 February 14 MySQL? Percona Server? MariaDB? Sunday, 23 February 14 Agenda • 4 years: major server releases (5.1, 5.2, 5.3, 5.5, 5.5+TokuDB, Galera Cluster) and 10.0 series • Delving into history of previous releases • MariaDB 10.0 • Client libraries, Galera Cluster • Roadmap Sunday, 23 February 14 What isn’t covered • MariaDB Enterprise • Galera Cluster + GUI + API • mariadb.com • SkySQL • trademarks... Sunday, 23 February 14 What is MariaDB? • Community developed branch of MySQL • Feature enhanced • Fully compatible & feature complete with MySQL Sunday, 23 February 14 Backed by MariaDB Foundation • Driver of the MariaDB project • Foundation not controlled by single entity/ person; has a Board • Ensure MariaDB is compatible with MySQL, maintain mariadb.org, keep community voice • Major sponsors: SkySQL, Parallels, Booking.com, Automattic, OpenQuery, Percona,
    [Show full text]