Results 271 to 280 of about 195,011 (308)
Some of the next articles are maybe not open access.

MySQL and EclipseLink

2012
In Chapter 26, you created an application with which you saved music albums in a Java DB database. In this first step, you split the objects to be saved in SQL statements and assembled them from SQL results again. An object-relational mapping (ORM) framework like Hibernate does this work for you.
openaire   +2 more sources

MySQL Data Mining: Extending MySQL to Support Data Mining Primitives (Demo)

2010
The development of predictive applications built on top of knowledge bases is rapidly growing, therefore database systems, especially the commercial ones, are boosting with native data mining analytical tools. In this paper, we present an integration of data mining primitives on top of MySQL 5.1.
FERRO, Alfredo   +3 more
openaire   +2 more sources

The MySQL Shell

2018
One of the largest missing features in the old MySQL client (mysql) was the absence of any form of scripting capability. However, it is possible to use the old client to process a batch of SQL commands and there is limited support in the client for writing stored routines (procedures and functions).
openaire   +2 more sources

MySQL for Pros

2001
As indicated by the title, this chapter is directed at the advanced MySQL user. Among the topics covered in this chapter are international customizing of MySQL (in particular setting the sort order); the use of full-text indexes; compilation of MySQL, use of BDB, InnoDB, and Gemini tables (transactions); as well as the setting up of a replication ...
openaire   +2 more sources

Introduction to MySQL and SQL

2004
My SQL is a very popular open-source relational database management system (RDBMS) that you will find installed at most ISPs. The ease of installation of MySQL, its stability across multiple platforms, and the wealth of applications that support it make it an obvious choice for many developers.
Allan Kent, Rachel Andrew, David Powers
openaire   +2 more sources

Using MySQL Database

2016
MySQL database is the most commonly used open source database. The Docker image “mysql” could be used to create a Docker container running a MySQL database instance. Running Docker separately for a single MySQL instance or multiple instances lacks the features of scheduling multiple instances, scaling, and providing a service for external clients.
openaire   +2 more sources

Relational Databases with MySQL [PDF]

open access: possible, 2013
This chapter will introduce you to the heart of data management, i.e., databases. In particular, it will show you how to bring your own data into a relational MySQL database. “Relational” means essentially that your data are organized in tables that are related to each other.
openaire   +1 more source

Developing MySQL Plugins

2012
During our tour of the MySQL source code and architecture in Chapter 3, we touched on a special feature of MySQL called plugins. MySQL plugins are specially designed dynamic libraries that allow you to add new functionality to the server without taking the server offline.
openaire   +2 more sources

Hybrid Database System of MySQL and MongoDB in Web Application Development

International Conference on Information Management and Technology, 2018
The increasing amount of data that need to be processed in a company are affecting the performances of the database system. Relational Database Management System (RDBMS) is a commonly used database system, but also known to having a decreased performance
Gregorius Ongo, Gede Putra Kusuma
semanticscholar   +1 more source

The MySQL Document Store

2018
One of the biggest new features in MySQL 8 is the Document Store, which allows you to store data in MySQL using JSON documents and query them through a NoSQL API. This chapter covers how to use the MySQL Document Store in MySQL Connector/Python using collections and CRUD (create-read-update-delete) methods to manipulate the documents in a collection.
openaire   +2 more sources

Home - About - Disclaimer - Privacy