mysql documentation

Discover mysql documentation, include the articles, news, trends, analysis and practical advice about mysql documentation on alibabacloud.com

Best 20+ experience for MySQL performance optimization

Today, database operations are increasingly becoming a performance bottleneck for the entire application, which is especially noticeable for web applications. It's not just about the performance of the database that DBAs need to worry about, it's

centos6.5 installation mysql-5.5

Because the previous use of Ubuntu is rarely used CentOS, today needs to install a database, the spirit of rapid resolution of this need to start installing MySQL, but look at a lot of information, finally did not succeed, one hours is really enough,

21 Best practices for MySQL performance optimization and MySQL usage index

Today, database operations are increasingly becoming a performance bottleneck for the entire application, which is especially noticeable for web applications. It's not just about the performance of the database that DBAs need to worry about, it's

Best 20+ experience for MySQL performance optimization

Today, database operations are increasingly becoming a performance bottleneck for the entire application, which is especially noticeable for web applications. It's not just about the performance of the database that DBAs need to worry about, it's

View MySQL table structure

Foreword: Recently in the internship, to do with the MySQL related development, think of a long time ago a pen test--to see the database table structure of what kinds of methods;(i) using the describe statementOrDESC table_name;The latter is the

MYSQL in Query_cache_size Summary

1 principleThe MySQL query cache saves the full result returned by the query. When the query hits the cache, the results are returned immediately, skipping the parsing, optimization, and execution phases.The query cache tracks each table involved in

MySQL plus lock process detailed

1. BackgroundMysql/innodb's locking analysis has been a difficult topic. In the course of my work, my colleagues have often consulted on this issue. At the same time, the micro-blog also often receive the MySQL lock-related private messages, let me

MySQL Transaction and lock InnoDB

Background Mysql/innodb's locking analysis has been a difficult topic. In the course of my work, my colleagues have often consulted on this issue. At the same time, the micro-blog also often receive the MySQL lock-related private messages, let

Avoid writing slow SQL

Recently in the collation of the database of slow SQL, but also query the relevant information. Record, learn to use the execution plan to analyze SQL.1. Optimize your query for query cachingMost MySQL servers have query caching turned on. This is

Best 20+ experience for MySQL performance optimization

http://blog.chinaunix.net/space.php?uid=374372&do=blog&id=3085009Today, database operations are increasingly becoming a performance bottleneck for the entire application, which is especially noticeable for web applications. It's not just about the

Write MySQL Chinese data from memory garbled solution

I. IssuesDatabase code: UTF8UTF8 COLLATE Utf8_general_ci;Table code: UTF8drop table if exists ' test ', create table ' Test ' (' ID ' bigint () not NULL auto_increment COMMENT ' id ', ' name ' varchar (d) Efault ', ' create_time ' timestamp not NULL

MySQL Plus lock processing analysis

Link Address: http://hedengcheng.com/?p=7711 background 11.1 Mvcc:snapshot Read vs current Read 21.2 Cluster Index: Clustered Indexes 31.3 2pl:two-phase Locking 31.4 Isolation Level 42 A simple SQL Lock implementation Analysis 52.1 Combination one:

MySQL index analysis and optimization design scheme

I. What is an index?Indexes are used to quickly look for records with specific values, and all MySQL indexes are saved as B-trees. If there is no index, MySQL must start scanning all records of the entire table from the first record until it finds a

Practical experience several mysqlcluster schemes (turn)

1. BackgroundMySQL's cluster solution has a lot of official and third-party choices, and choosing more is a hassle, so we consider the MySQL database to meet the next three requirements and explore viable solutions on the market:High availability:

MYSQL in Query_cache_size Summary

1 principleThe MySQL query cache saves the full result returned by the query. When the query hits the cache, the results are returned immediately, skipping the parsing, optimization, and execution phases.The query cache tracks each table involved in

Best 20+ experience for MySQL performance optimization

Today, database operations are increasingly becoming a performance bottleneck for the entire application, which is especially noticeable for web applications. It's not just about the performance of the database that DBAs need to worry about, it's

Best 20+ experience for MySQL performance optimization

Today, database operations are increasingly becoming a performance bottleneck for the entire application, which is especially noticeable for web applications. It's not just about the performance of the database that DBAs need to worry about, it's

Troubleshooting MySQL composite primary key on DUPLICATE key UPDATE statement invalidation

First describe the cause of this problem, suppose there is a table, which holds the trade orders, each order has a unique ID, the last update time, and the data, the details are as follows:+-------+----------+------+-----+---------------------+------

How MySQL Records Binlog

--mysql How to record Binlog-------------------------------2014/07/08contents of the Binlog file log event MySQL's Binlog file is a record of various modifications to the database that represent the data structure of the modification operation as

21 Best practices for MySQL performance optimization and MySQL usage index "tamping mysql Basics"

Address of this articleShare an outline:1. Optimize your query for query caching 2. EXPLAIN your SELECT query 3. Use LIMIT 1 4 when only one row of data is used. Jianjian index 5 for search word. In the join table, use a fairly type of example and

Total Pages: 15 1 .... 8 9 10 11 12 .... 15 Go to: Go

Contact Us

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

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.