L Installation Configuration:SlightlyL Machine Distribution
Ip
Role
Use
192.168.15.3
Master
Main Library
192.168.15.4
Slave1
Standby Library
192.168.15.5
Batch command bat back up MySQL databaseFont: [Increase decrease] Type: Reprint time: 2009-07-23 I want to commentThere may be a lot of backup tools for MySQL data, and here I'm going to share it with DOS batch commands and MySQL, winrar commands
nonsense Words that year, in a spring midday, met the charming lilac girl, and then bowed in her pomegranate skirt, so far, the lilac Girl is ORM thought. The so-called Orm thought, my understanding is that according to certain rules, the object in
Apache installation processA. Open the installation file, select Custom when selecting Typical or custom, usually the following;B. When the installation is complete, in the browser in the URL bar http://localhost, if the installation of it works! is
MySQL installation files are divided into two types, one in MSI format and one in ZIP format.After the installation in MSI format, do not be busy to start MySQL, we also need to modify the configuration file (if not configured, after the start of
The My.ini parameter modifies the followingJava code
Table_cache=
Bulk_insert_buffer_size = 100M
innodb_additional_mem_pool_size=30m
innodb_flush_log_at_trx_commit=0
innodb_buffer_pool_size=207m
innodb_log_file_size=128m
1. Create DATABASE syntax:CREATE {DATABASE | SCHEMA} [IF not EXISTS] Db_name[Create_specification [, Create_specification] ...]Note: CREATE DATABASE is used for creating databases and naming them. If you want to use CREATE database, you need to get
Table A records the following:AID Anum1 a200501112 a200501123 a200501134 a200501145 a20050115Table B records the following:BID bname1 20060324012 20060324023 20060324034 20060324048 2006032408Create these two table SQL statements as follows:CREATE
MySQL Create data tableThe following information is required to create a MySQL data table:
Table name
table field Name
Define each table field
GrammarThe following is the general SQL syntax for creating MySQL data
Introduction: Principle and mechanism of master-slave replicationto implement replication, you must first open The binary log(bin-log) function on the Master side , otherwise it cannot be implemented. Because the entire replication process is
Introduction: Principle and mechanism of master-slave replicationto implement replication, you must first open The binary log(bin-log) function on the Master side , otherwise it cannot be implemented. Because the entire replication process is
Today's statistics show that a table uses table partitioning to take this opportunity to record.1. What is a table partition?Table partitioning refers to the decomposition of a table in a database into smaller, easier-to-manage parts according to
The purpose of the addition is to specify the encoding and decoding format of the characters. For example: The MySQL database uses GBK encoding, and the project database uses UTF-8 encoding. If Useunicode=true&characterencoding=utf-8 is
Examples of mysql Data insertion and deletion of duplicate records (favorites ),
Examples of inserting and deleting duplicate records in mysql
12-26shell script for mysql DATA batch insertion
Example of inserting data in a 12
Summary of mysql Common commands and mysql Common commands
This article introduces some commonly used commands in mysql, including creating and modifying databases, tables in databases, permission management commands grant and revoke in
Basic tutorial on querying the cache mechanism of MySQL,
The MySQL cache mechanism simply caches the SQL text and query results. If the same SQL statement is run, the server directly obtains the results from the cache without parsing and executing
Let's talk about MySQL's loose index scan,
As we all know, InnoDB uses the index organization table (IOT), which is called the index organization table, and the leaf node stores all the data, which means that the data is always stored in a certain
How to enable MySQL to store emoji characters,
MySQL must support emoji Versions later than 5.5.3, and set the character set to utf8mb4.
What is the difference between utf8mb4 and utf8? In the past, mysql utf8 had a maximum of 3 characters, while
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.
A Free Trial That Lets You Build Big!
Start building with 50+ products and up to 12 months usage for Elastic Compute Service