Update bitsCN.com
The main ideas for posting this blog post are as follows:
MySql databases have a large number of table structures, and these tables all have the same field, such as id, name, city, adress, lat, and lng. The id, name, city, and
View and modify the mysql encoding method bitsCN.com
View and modify the mysql encoding method
The default encoding of MySQL is Latin1, which does not support Chinese characters. you need to change the default encoding of the database to gbk or
Mysql User permission management bitsCN.com
Mysql User permission management
Many people have problems with authorization on the Internet, especially because the IP address is not enclosed in quotation marks... most people COPY this note.
How to batch clear the expired binlogs on the 128 group of node db and release the disk space bitsCN.com
How to batch clear the expired binlogs on the 128 group of node databases and release disk space
If there are less than 10 databases, you can
MySQL running condition query method bitsCN.com
MySQL running condition query method
SHOW STATUS
Log on to MySQL directly under the command line to run the show status command. the query statement is as follows:
The same statement also has
Mysql optimization configuration bitsCN.com
Mysql optimization configuration
I. environment introduction
Mysql version: 5.5.27
II. Content Optimization
Field
Introduction
Recommended value
Skip-locking
Avoid MySQL external locks, reduce the chance
Xtrabackup backup recovery mysql full backup (1) bitsCN.com
Xtrabackup backup recovery mysql full backup (1)
Xtrabackup is an open-source project of percona to implement the innodb Hot Backup function similar to InnoDB's official Hot Backup tool.
Analysis on innodb_support_xa and innodb_flush_log_at_trx_commit bitsCN.com
Analysis on innodb_support_xa and innodb_flush_log_at_trx_commit
A long time ago, I had some misunderstanding about innodb_support_xa. I always thought that innodb_support_
Shell to operate mysql database bitsCN.com
Shell operations on mysql databases
Mysql-hhostname-Pport-uusername-ppassword-e SQL statements related to mysql. you can operate mysql in shell without running mysql at a mysql prompt.
#! /Bin/bash
Mysqlimport: Error: 13, Can bitsCN.com
Mysqlimport: Error: 13, Can't get stat of solution
This article describes how to solve the problem of mysqlimport: Error: 13, Can't get stat of in detail for your reference.
When I read the mysql User
In MySQL, find that the given time is the nth week of the month bitsCN.com
In MySQL, the given time is the nth week of the month.
Share a function written yesterday. The purpose is to find that the given time is the nth week of the month.
Information_schema schema table introduction processlist bitsCN.com
Information_schema schema table introduction processlist
In mysql, we usually use show (full) processlist to view the current connection and handle various database problems. Now
Incorrectintegervalue: amp; #39; amp; #39; forcolumnamp; #39; idamp; #39; atrow1 bitsCN.com
Recently, when I was writing a query insert statement, I wrote insert into test values ('', $ row [contentid], '". $ tn ."');
When the result is inserted,
Mysql5.0 bitsCN.com
Http://dev.mysql.com/downloads/mysql/5.0.html
Other Downloads:
Windows (x86, 32-bit), ZIP Archive 5.0.9663.3 M
Download
(Mysql-noinstall-5.0.96-win32.zip)MD5:15c166410d0693c36cad527a03a2076d| Signature
Windows (x86, 64-bit),
Build a Java development environment in Linux-Mysql installation tutorial in CentOS I used CentOS 5.5 to learn about Linux. in this environment, there are many ways to install Mysql, next I will only talk about the method that I have succeeded this
MySQL Performance Computing bitsCN.com
MySQL Performance Computing
######################################## ######################################## ##
QPS (Queries Per Second ):
Mysql> show /*! 50000 global */status like 'questions ';
Mysql>
Csdnapache + php + mysql installation and configuration of Apache in windows
BitsCN.com
Install and configure csdn apache + php + mysql in windows
Start to build the environment:
Installed versions: apache2.2.22, mysql 5.5.24, and php 5.3.13
(1
Mysql replication architecture bitsCN.com
Mysql replication architecture This is the most basic principle of mysql master-slave replication. The master is on the left and the slave is on the right. you can see the mysql replication process clearly.
MySQLHINT: Straight_JOIN bitsCN.com
MySQL HINT: Straight_JOIN
Friends from the production environment may encounter:
After a period of time, the query statements that run well may suddenly become bad.
A major possible cause is that the data
Expand the mysqlspatial function bitsCN.com
Expand the mysqlspatial function
1) whether the points in the space are equal
[Delphi]
DELIMITER $
Create definer = 'smart' @ 'localhost'
FUNCTION ArePointsEqual (p1 POINT,
P2POINT
)
Returns tinyint (
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