400 lines of code implement local Key-Value cache bitsCN.com
There are many Key-Value caches, most of which are memcache and redis. they all run in the form of independent services. at work, sometimes a local key-value cache needs to be embedded, of
High-Performance MySql evolution (9): a common optimization method of the query optimizer bitsCN. com1 introduces the 1.1 process.
When MYSQL receives a query request, it first parses the SQL statement using the keyword to generate a "resolution
Ubuntunavicat110formysql assembly and cracking UbuntuNavicat
BitsCN.com
Install: unzip the package and use it. The start_navicat file in the directory is an executable file.
Cracking: (I have found several registration codes that cannot be used,
MySQL was called during SQL writing and dinner, helping her solve an SQL process bitsCN.com
Being called by college students while eating, helping his colleagues solve a complicated SQL problem
1. SHE's first email:
Select distinct Test. Name,
Centos compilation and installation mysql CentOS
BitsCN.com
Note: the root user permission is required in some steps of the installation process.
Software version: centos 6.3
Mysql-5.5.35.tar.gz
1. check/install related toolkit and library
[MySQL] collection of MySQL error log information bitsCN.com
To facilitate the maintenance of MySQL, a script is written to provide an interface for collecting error information. The error information comes from the MySQL error log, and the
Gbk-encoded data is imported to utf8-encoded database bitsCN.com.
The encoding is utf8. to import gbk or other encoded data, right-click the navicat database and choose run SQL file. select the encoding format and import it.
If navicat is not
Mysql stored procedure acceleration bitsCN.com
First, let's look at a stored procedure, which is used to construct data. Of course, the stored procedure simplifies some unnecessary table structures.
CREATE PROCEDURE modifyRootEntry()BEGIN DECLARE
Problems with using mysql bitsCN.com
1. Phantom read. Many books and blogs have mentioned that mysql tx_isolate (transaction isolation) is repeatable read. Mysql does next-key lock to prevent Phantom read. However, if you use
SELECT * from [table];
MySql security recommendations bitsCN.com
Recently, the company's Mysql database is often attacked. for some special reasons, it is impossible to take Mysql database into full intranet environment and only provide some protection measures for Mysql.
MySQL database encoding summary bitsCN.com
When you use databases, there will always be various encoding problems. after reading the MySQL official documentation, we will record some of the MySQL coding system knowledge, for example, where MySQL
High-Performance MySql evolution (13): Query cache mechanism bitsCN.com
Many database systems can cache execution plans. for identical SQL statements, you can use existing execution plans to skip the process of parsing and generating execution plans.
Differences between varchar2 and nvarchar2 bitsCN.com
VARCHAR2 (size) is a variable-length string. its maximum length is size bytes. The maximum value of size is 4000, and the minimum value is 1. You must specify the size of a VARCHAR2.
NVARCHAR2 (
MySQL stored procedure programming tutorial reading notes-Chapter 2 MySQL stored procedure Programming Guide-stored procedure part bitsCN.com
MySQL stored procedure programming is a complex topic. in this chapter, we will provide you with the
MySQL Pinyin initial character query bitsCN.com
A module in a recent project needs to implement the Pinyin initial character query function. I checked the information online and modified the information to meet the project requirements.
The
MySQL dynamically modifies the varchar length bitsCN.com
Although this situation should not happen, we should have designed it in advance and won't be able to change it in the future, but due to the negligence of our previous work, to be honest, it
Install and set MariaDB MariaDBCentOS in CentOS
BitsCN.com
Author: tie
Date: January 1, December 27, 2013
For more information, see install MariaDB using YUM in Centos.
Note: First, you must be able to connect to the internet. if you cannot directly
Mysql sets remote bitsCN.com
1. mysql installation documentation http://download.csdn.net/detail/u012750578/6794411
Change the table. It may be that your account is not allowed to log on remotely, but only on localhost. At this time, you only need
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