Author: skateTime: 2012/02/18
Simple Introduction: Left connection, right connection, and equivalent connection of MySQL
Three connection syntaxes
To make it easier for more technical staff to quickly understand and understand, we only discuss
Unable to load MySQL extension, please check PHP configuration (the current system does not support MySQL database) 1. When you run the phpMyAdmin program, the following solution is displayed: "MySQL extension cannot be loaded. Check the PHP
February 03Understanding the large data volume MySQL query optimization MySQL is not commented on yet»
1. Optimize the query, avoid full table scanning as much as possible, and first consider creating an index on the columns involved in where and
What is the storage engine?Data in MySQL is stored in files (or memory) using different technologies. Each of these technologies uses different storage mechanisms, indexing techniques, locking levels, and ultimately provides a wide range of
The locking mechanism used by the MyISAM storage engine is fully implemented by the table-level locking mechanism provided by MySQL.
MySQL has two types of table-level locks: Write locks and read locks.
For write locks, MySQL uses the following
MySQL master-slave synchronization operation documentation
From NSOP-WIKI
Directory
1. Synchronization principles
2. Basic Steps for synchronization settings (the following settings involve modifications to the my. CNF file)
2.1 configure the master
One statement: the difference between localhost and 127.0.0.1
What is the difference between localhost and 127.0.0.1? I believe some people will say it is a local IP address. Some people once said that 127.0.0.1 is better than localhost, and it can
Before making the benchmark test design better, you must first check which common errors should be avoided, which may result in useless or inaccurate test results.
Use is a subset of data, rather than a complete set. For example, an application
Today I carefully read the flush syntax and often use the flush command at work. Here I will summarize it. MySQL flush syntax (clear or reload internal cache) flush flush_option [, flush_option]. If you want to clear some MySQL instances using
Test Table Structure:
CREATE TABLE `a` ( `id` INT(10) UNSIGNED NOT NULL AUTO_INCREMENT, `cnt` INT(11) NULL DEFAULT NULL,PRIMARY KEY (`id`))COLLATE='utf8_general_ci'ENGINE=MyISAMROW_FORMAT=DEFAULT
Several permissions related to stored
Recently, I have been asked questions about MySQL query cache. I just want to sort out some MySQL query cache content for your reference.
As the name suggests, MySQL query cache is used to cache query-related data. Specifically, the query cache
Core tips: This article summarizes the mysql-noinstall version, that is, the installation and configuration application of the decompressed version. These operations are commonly used. The article does not describe the executable installation
1. Because you need to back up the Haina Yun Member Management System
2. At least one backup every day
3. Full backup
4. Backup Directory management
5. the backup name is named after the date.
6. automatic backup at every day
So I wrote the
Master-slave replication is an old topic. I will not talk about the details of master-slave replication here. I will focus on the differences between the logs and locations in show slave status \ G;
First, cut a graph to facilitate the explanation:
Mysql 5.0.22 Cluster for RedHat AS4-U2
Recently, I have seen a lot of information about cluster. I have been studying the load balancing and high availability of linux systems, but it has not been completely successful yet, but it only implements
Author: Lao Wang
PHP programmers should know that they can use the mysql_pconnect (permanent connection) function to connect to the MySQL database. Using a permanent connection to the database can improve efficiency. However, in actual applications,
Article category: Java programmingKeywords: Linux Java Runtime Environment configuration MySQL JDK Tomcat
To enable Web applications, that is, websites, the first task is to install the running environment and configure the environment
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