Back up the MySQL database every morning and automatically pack and delete the backup files 5 days ago. Share as follows.
1. Environment: Windows Server 2003 + Apache 2.0 + PHP5 + MySQL 4.0.26.
2. Suppose the PHP installation directory is d:/php,
Free 100m/2.5g/php/mysql/ftp/cp/domain Space
100MB disk space-50MB MySQL Space-200MB Data backup space-100KB/S Exclusive Bandwidth-2.5GB flow per month-Supports PHP4, PHP5, HTML-Independent cpanel X11, Vista style host Control Panel-Perfect Support
Error
ERROR 1418 (HY000): This function has none of the deterministic, NO SQL, or reads SQL DATA in its declaration and binary Loggi NG is enabled (for your *might* want to use the less safe log_bin_trust_function_creators variable)ERROR 1418 (HY000
Today in the MySQL data directory of the local found many similar hostname-relay-bin.0000* files, the file is generally in the MySQL slave instance exists. The main purpose is to record the information of master-slave synchronization, which will
Linux use service mysql restart command to restart MySQL service
The new database will use this character set as the default character set
Modify the character set of each database in the MySQL server
If there is a database before setting the
MySQL set a numeric column, you need to take into account the range of values, so the value of the type must be considered, the following is the MySQL numeric type of storage length, of course, storage length is basically determined by its range.
Method One: The best approach is to change the float field to decimal (16,6). Specific methods: You can set a temporary field, combined with the MySQL keyword binary for accurate replication and so on.
Method Two: Use binary keyword to solve. The
Delete Database command drop
Command: Drop Database
The code is as follows
Copy Code
mysql> drop Database drop_database;
Query OK, 0 rows Affected (0.00 sec)
So the database name is deleted
There may be an
1. vi/home/zhangy/database_bak.sh2.3. #!/bin/sh4. # File:/home/zhangy/database_bak.sh5. # Database Info bakupmysql TANK 2009/11/046. Db_user= "Root" #用户名7. db_pass= "********" # Password8. Db_name= "MyBlog" # Name of the data to be backed up9.#
The purpose of creating a unique index is not to improve access speed, but to avoid duplication of data. A unique index can have more than one but the value of the indexed column must be unique, and the value of the indexed column allows null values.
This article is mainly about how to use the shell to achieve a full amount of MySQL, incremental backup. Incremental backups are replicated mysql-bin.00000* to the specified directory at Monday-Saturday 3 o'clock in the morning, while full backups
For some large data systems, the problem is that the query efficiency is low, and there is a very important problem is that the insertion time is long. We have a business system that requires 4-5 clocks per day for data import. This time-consuming
MySQL connection uses MySQL binary:
MySQL database can be established using the MySQL binary command prompt.
Example:The following is a simple example of connecting to a MySQL server command prompt:
The code is as follows
Copy
MySQL Copy table Data operation I believe that we will not be too unfamiliar, the following for you to detail the MySQL copy table data to the new table steps, I hope you will be enlightened.
1.MySQL copy table structure and data to new table
Recurring problem
A few days ago because someone deleted the records in the database, today shut down the remote access function of the database, received a development report today, said that the user specified as a definer (' air ' @ '% ') does
Problem Code Code
ERROR 2003 (HY000): Can ' t connect to MySQL server on ' 192.168.0.19 ' (111)ERROR 2003 (HY000): Can ' t connect to MySQL server on ' 192.168.0.19 ' (111) The reason is the MySQL database default profile my.cnf (Linux) Bind-addre
MySQL root password is correct, but how can not log in MySQL from the local, prompted
1 ERROR 1045 (28000): Access denied for user ' root ' @ ' localhost ' (using Password:yes)
Here, after a high point to find the user table in the MySQL library
1. Open the terminal, input "sudo apt-get install apache2", carriage return; (Install apache2.0)
2. If you have the password, please re-enter the Administrator password, enter
3. Enter "Y", return
Write in front: indexes have a critical impact on the speed of queries, and understanding indexes is also a starting point for database Performance tuning. Consider the following scenario, assuming that a table in the database has 10^6 records, the
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