mysql documentation

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

MySQL Index Analysis and Optimization

1. What is an index? Indexes are used to quickly search for records with specific values. All MySQL indexes are saved as B-trees. If no index exists, MySQL must scan all the records of the entire table from the first record until the required

MySQL columns are of the text (or varchar) type and compared with numbers.

Today, I encountered a strange problem. One column in the MySQL table is of the text type, and the where condition in a row of query statements is: Select * From tablename where columnname = 2; The result is incorrect. We can find the result at in

Clever Use of MySQL InnoDB Engine lock mechanism to solve the deadlock problem

The example is as follows: When I used show InnoDB status to check the engine status, I found a deadlock problem: * ** (1) transaction: Transaction 0 677833455, active 0 sec, process no 11393, OS thread ID 278546 starting index read MySQL

A summary of PHP and MySQL time zones

You can set the value of the date. timezone key to 'Asia/Shanghai' in the urban configuration of the PHP script in PHP. ini. However, the shared VM itself does not have the permission to modify PHP. ini. At this time Program Add public part Ini_

Differences between open-source software supported by the community and open-source software supported by commercial companies

I have completely completed the service today, but I do not have any official MySQL documentation. There are a lot of Apache and PHP, not to mention Linux. Therefore, Oracle is attracting more people to participate in their training in this way.

Analysis on MySQL lock and Deadlock handling

${content}

Basic tutorial 4: database language SQL

The previous sections introduce relational algebra, relational design theory, and high-level concept representation. This section describes the SQL language. Currently, mainstream databases such as MySQL and Oracle only implement the SQL standard

Hibernate configures the c3p0 connection pool (LP)

An exception occurs when a newly developed website is opened every morning to access the database. The database is MySQL. That is to say, an exception occurs during a long idle period of time. The Exception Code is ** begin nested exception ** Com.

Zhimeng Database Design Rule document

Field table and field naming Table field naming rules must be consistent with the names of variables mentioned above. content-related models should adopt the plural form, for example, dede_archives and dede_addonimages, which store fields of

MySQL tuning of server parameters for head-to-toe optimization

When it comes to MySQL tuning, there are a lot of points that we can do, so combing, some tuning strategy, today just summarizes the tuning of server parametersActually speaking, the parameter tuning, my understanding is nothing more than two points:

MySQL Query optimization (iii)

1. Optimize your query for query cachingMost MySQL servers have query caching turned on. This is one of the most effective ways to improve sex, and this is handled by the MySQL database engine. When many of the same queries are executed multiple

MySQL large Memory high performance optimization scheme

MySQL optimization under 8G memory Try the following settings:Key_buffer = 3840MMax_allowed_packet = 16MTable_cache = 1024Sort_buffer_size = 32MRead_buffer_size = 32MRead_rnd_buffer_size = 32MMyisam_sort_buffer_size = 256MThread_cache_size =

20+ best Practices for MySQL _mysql

Database operations are a major bottleneck in today's Web applications. Not only do DBAs (database administrators) need to worry about a variety of performance issues, but programmers are also trying to make accurate structured tables, optimize

Have a good hand. Inject Order by sort article

Read the previous gr36_ predecessors in the Prophet on the topic, which refers to the sequencing injection, this has frequently encountered such problems in the recent, so first summarize the order by sequencing injection of knowledge.0x00

Best 20+ experience for Mysql performance optimization _mysql

Today, database operations are increasingly becoming a performance bottleneck for the entire application, especially for Web applications. As for the performance of the database, this is not just something that DBAs need to worry about, and that's

MySQL performance optimization of the best 20 Experience sharing _mysql

When we design the database table structure, we need to pay attention to the performance of the data operation when we operate the database (especially the SQL statement when we check the table). Here, we don't talk too much about the optimization

Mysql database 21 Best performance optimization Experience _mysql

Today, database operations are increasingly becoming a performance bottleneck for the entire application, especially for Web applications. As for the performance of the database, this is not just something that DBAs need to worry about, and that's

Two solutions to implement Mysql nested transactions in PHP _mysql

First, the origin of the problem There is a clear explanation in the official MySQL documentation that nested transactions are not supported: Copy Code code as follows: Transactions cannot be nested. This is a consequence of the

MySQL DBA tutorial: MySQL performance Optimization cache parameter optimization _mysql

Databases are IO-intensive applications whose primary responsibility is data management and storage. And we know that the time to read a database from memory is a microsecond level, while reading an IO from a common hard disk is at a millisecond

Mysql latest version of the database installation tutorial (5.7) _mysql

By default, the 5.1.73 version is installed via Yum under CentOS 6.8, and now the requirement is to install the 5.7 version. MySQL official website: http://www.mysql.com MySQL Documentation: http://dev.mysql.com/doc/ ------------------------------

Total Pages: 15 1 .... 6 7 8 9 10 .... 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.