Next, we will extract a background, and then the operation records for migrating from mysql5.31 to MariaDB5.5.31 on CentOS6.4. Finally, I found a better migration method.
1. Background
MySQL is the most popular open source relational database in the world. In 2008, Sun acquired MySQL. Then in 2010, Oracle acquired Sun again, so MySQL fell into the hands of Oracle. Oracle has never had a good relationship with the open-source community, and even MySQL has been made community and enterprise, so it
Description: operating system: CentOS 5.10 32-bit mariadb version: mariadb-5.5.33a mariadb Database Storage directory:/data/mysql prepare the article: First, configure IP, DNS, gateway, to ensure that the use of remote connection tools to connect the server, the server Yum command can be used normally Second, configure the firewall, open 3306 portsVi/etc/sysconfi
Tags: Guardian load href efault sele ike option Lin TPsCentOS 7 Installation mariadb detailed and related configuration First step: Add the MariaDB yum repository First, add the MariaDB Yum profile Mariadb.repo file under the/etc/yum.repos.d/directory in the CentOS operating system. Vi/etc/yum.repos.d/mariadb.repo In the file, add the following to save: [
;Master-Slave distributed (c/s); Mysql,oricalDistributed architecture;4. Relational Data Key/valueDatabaseRelationship: A relationship is a two-dimensional table. and meet the following properties:The row and column order in the table is not importantRow row: Each row in the table, also known as a recordColumn columns: Each column in a table, called a property, fieldPrimary KEY (Primary key): A field used to uniquely determine a recordDomain domains: The value range of a property, such as, gende
Tags: where std address sid Rev. com View Super ExtUser account Management:' Username ' @ ' Hostname ' Username: Any combination of strings that can contain only the characters of the basic meaning, may contain "_", ".", "-"; Hostname: Can be FQDN (fully qualified domain name), domain name, IP address, You can use the MySQL wildcard "_" to represent any single character "%" for any number of arbitrary characters; Create user account: Creating the Users statement: Create user User [identified by
MariaDB (MySQL) creation, deletion, selection, and data type Usage Details, mariadbmysql
1. Introduction to MariaDB (skipped in MySQL)
The MariaDB database management system is a branch of MySQL and is mainly maintained by the open-source community. The purpose of using GPL to authorize MariaDB is to be fully compatibl
Introduction of MARIADB (MySQL introduction skip)
MARIADB database management System is a branch of MySQL, mainly by the open source community in the maintenance, the use of GPL licensed license MARIADB is fully compatible with MySQL, including APIs and command line, so that it can easily become a replacement for MySQL. On the storage engine side, use XTRADB (En
a) All delete the system comes with the mysql/mariadb
MySQL is no longer included in the CentOS 7 source, but instead MariaDB; Using Rpm-qa | grep MariaDB searches for MariaDB existing packages. Using Rpm-qa | grep MySQL SearchMySQL Existing package: If present, use Rpm-e–nodeps m
Tags: MariaDB ApacheFirst, MARIADB installationMARIADB is an open source branch of MySQL, mainly community maintenance, and fully compatible with MySQL, and can be easily known as the replacement of MySQL, Mariadb is born out of MySQL founder Michael Widenius Hand, The name came from his daughter, Maria, because he sold MySQL to Sun and Sun was acquired by Oracle
Note:Operating System: CentOS 5.10 32-bitMariaDB: mariadb-5.5.33aMariaDB database storage directory:/data/mysqlPreparation:1. Configure the IP address, DNS, and gateway to ensure that the remote connection tool can be used to connect to the server. The yum command on the server can be used normally.2. configure the firewall and enable port 3306Vi/etc/sysconfig/iptables # Edit-A RH-Firewall-1-INPUT-m state -- state NEW-m tcp-p tcp -- dport 3306-j ACCEP
The reason for mariadb to replace MySQL
MARIADB is used exactly as MySQL. Since Oracle bought MySQL, it is no longer free to open source, but MARIADB is still free to open source. Some of the top sites, such as Google, Wikipedia, LinkedIn, and Mozilla, have migrated to MARIADB. Where is the advantage:
Backward compatib
Tags: str 127.0.0.1 def RES development not MySQL open source supportFirst, MySQL background informationMySQL became popular in the early days of the Internet, pursuing speed, simplicity, open source, and support for almost all operating systems. Fully support multi-user, multi-threading, support massive data storage, using MyISAM, InnoDB two big storage engine complement each other. But with InnoDB and MySQL itself being acquired by Oracle, the founder of MySQL has developed mariadb.MARIADB's b
Install LAMP Server (Apache, MariaDB, PHP) on centos/rhel/scientific Linux 7By skshare on Facebook tweets on Twitter
LAMP is a combination of operating system and Open-source software stack. The acronym of LAMP is derived from first letters of Linux, Apache HTTP Server, Mysql/mARIADB database, and php/perl/python.In this tutorial, let us see how to S
Chapter Overview:The MySQL database management system was changed from open source to closed by Oracle, resulting in the selection of MARIADB for many Linux distributions, including Red Hat. This section will teach you to use MARIADB database management tools to manage your database and learn about common operations such as creating, searching, updating, inserting, and deleting data forms. and proficient in
MARIADB Installation and ConfigurationThis article is based on the CentOS7.2 system to perform MARIADB installation and configuration, please close SELinux before installation and open 3306 ports in iptables rules, in this time we have directly emptied the iptables rules.Iptables–fvim/etc/selinux/config #SELINUX =enforcing # #注释掉此项 # # #SELINUXTYPE =targeted # #注释掉此项 # # Selinux=disabled # #添加此项 # #First,
CentOS7.0 install and configure the LAMP server (Apache + PHP + MariaDB) MariaDBCentOSApacheLAMP
Preparation:
CentOS 7.0 system installation and configuration graphic tutorial
Http://www.osyunwei.com/archives/7829.html
1. configure the firewall and enable port 80 and Port 3306
CentOS 7.0 uses firewall as the firewall by default. here, it is changed to iptables firewall.
1. disable firewall:
Systemctl stop firewalld. service # stop firewall
Syste
Install MariaDB (MySQL) in CentOS6.5 1. Get mariaDB installation package on the official website through xftp to the root directory 2. Expand the MariaDB file tarxfmariadb-5.5.42-li
Install MariaDB (MySQL) in CentOS 6.5 1. Get the installation package of mariaDB on the offic
MySQL and MariaDB traditional master-slave cluster configuration
The most basic cluster mode for MySQL and MariaDB is the master-slave mode, which is also the most widely used cluster mode for many small and medium-sized enterprises. This cluster is easy to deploy and can be used. Let's step by step.
Install MariaDB 10.1 source code in the default path/usr/local/
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.