Simple remote backup solution for Linux server databases (MySQL and ORACLE) bitsCN.com
Simple remote backup solution for Linux server databases (MySQL and ORACLE)
Simple remote backup solution for MySQL databases on Linux servers
First, let's
Mysql transfers data from one table to another
How mysql transfers data from one table to another
DELIMITER $
USE 'SMS '$
Drop procedure if exists 'sendsmsprocs '$
Create definer = 'root' @ 'localhost' PROCEDURE 'sendsmsprocs '(numberArrayId CHAR (
Add a new user to mysql and assign the permission bitsCN.com 1. start mysql in Ubuntu:
/Etc/init. d/sudo mysqld
2. add a user
Bin> mysql-u root
Mysql> grant permission 1, permission 2,... permission n on database name. table name to user name @
MySQL study note 20: data backup and restoration bitsCN.com
Data is very important. I want to know this with my toes. to ensure data security, we need to regularly back up data.
Here are some notes about data backup and restoration.
Data backup use
Mysql removes spaces from data SQL statement bitsCN.com
SQL statement for Mysql to remove spaces from data
When data is recorded, it is found that there are extra spaces behind the values in some dictionary tables. you can remove them in
How to use commands to view the Mysql database size bitsCN.com
How to use commands to view the Mysql database size
1. enter the specified schema database (storing the information of other databases)
1
Use information_schema
2. query the size
Chinese garbled characters when hibernate saves data to mysql! Hibernate
BitsCN.com
Because hibernate uses the jdbc technology at the underlying layer, I have referred to the solution to the garbled problem when someone else saves data to mysql
Install Mysql bitsCN.com using the RPM Package
Install Mysql using an RPM Package
As the company needs to install Mysql as the data server recently, the server version is redhat6. Find the Mysql RPM package on the redhat6 disc and directly use the
Experience bitsCN.com in MySQL5.6 partition replacement
MySQL 5.6 swap partition experienceMySQL 5.6.10 official version has been released for many days.MySQL 5.6 adds the partition replacement function. Today, let's try out the partition
Replaceinto and Insertinto... onduplicatekeyupdate... true difference bitsCN.com
The real difference between Replace into and Insert into... on duplicate key update... in MySQL
Today, I heard from my colleagues about the data migration from oracle
An error occurred while installing MYSQL: awindowsservicewiththenameMYSQLalready... service solved bitsCN.com
An error occurred while installing MYSQL: a windows service with the name MYSQL already... service solved
I uninstalled mysql5.1 today
Transaction isolation level explanation bitsCN.com
Detailed description of transaction isolation level
The SQL standard defines four isolation levels, including some specific rules to limit which changes inside and outside the transaction are
Calculation of the size of indexes created by mysqlvarchar and char: bitsCN.com
Calculation of the size of an index created by mysql varchar and char
When mysql creates an index in varchar,
The number of bytes occupied is determined based on
What is the meaning of "%" in the host in mysql. user? bitsCN.com
What is the meaning of % in host in mysql. user?
Mysql % indicates any host, but it is only for hosts connected through TCP/IP.
Similar to mysql-h 172.16.0.3.
There are also
MySQL transaction processing and locking bitsCN.com
MySQL transaction processing and locking
Transaction processing (Transaction) is a mechanism that executes multiple update commands as a whole to ensure data integration.
Storage Engine)
MySQL
The display information of showengineinnodbstatus is incomplete.
Show engine innodb status display information is incomplete
Problem:
When the show engine innodb status/G is executed, the information displayed is incomplete. too much
Mysql cannot start mysql to solve bitsCN.com
Mysql cannot be started because of the Zombie process of mysql.
The company has an application server built by laruence, which is generally not moved, fearing problems,
However, curiosity drives
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