1. The following jsp support is written in application. properties:
123
# Jsp supportspring.mvc.view.suffix=.jspspring.mvc.view.prefix=/WEB-INF/views/
2. Introduce jsp standard tag Library (jstl) in pom. xml, and integrate with
Mysql database optimization 3-index optimization (2) bitsCN.com
High-Performance Index policiesCreating a correct index and using it properly play a key role in the query performance. We have introduced the capabilities and weaknesses of various
Modify the default MySQL encoding settings bitsCN.com
Recently, I used the django framework for web development in MacOS, so I installed MySQL5 with MacPorts. However, during the test, the django test framework reports an error because UTF8 data
Mysql common statement summary bitsCN.com
Mysqld regular MySQL serverMysqld-opt optimizes the mysql server and provides some functions to mine better functions.Mysqld-max is the same as mysqld, but it supports Update and more experimental functions (
MYSQL character set problem bitsCN.com has been plagued by mysql character sets some time ago. Let's summarize this knowledge today.
MySQL Character Set Support has two aspects:
Character set and Collation ).
The support for character sets is
Quick tool for importing Oracle data to MySQL: MySQLMigrationToolkit bitsCN.com
In some cases, data in Oracle databases needs to be imported into MySQL. how can we import data conveniently and quickly? The MySQL Migration Toolkit in MySQL GUI Tools
In the MYSQL joint query, GROUP_CONCAT, MAX, and year use bitsCN.com
This is what happened yesterday. it was encountered when I wrote a resume searcher. I checked a lot of information. here I will record some of the problems encountered in the
Summary of mysqldescesc basic commands bitsCN.com
SQL codeAsc in ascending orderDesc in descending orderThe following statements are Mssql statements and cannot be used in access.SQL classification:DDL-Data Definition Language (CREATE, ALTER, DROP,
Mysql database bidirectional synchronization hot standby bitsCN.com
Environment:
Master server: 10.224.194.239
Slave server: 10.224.194.237
Steps:
1. create backup users in Master/Slaver mysql db respectively:
Grant file on *. * TO backup@10.224.19
Use commands to export the table structure and data bitsCN.com from mysql
In the command line, mysql data export has a very useful command mysqldump. its parameters include the handler, which can be viewed as follows:MysqldumpMost commonly
MySQL database performance optimization solution bitsCN.com
MySQL database performance optimization solutionThe actual operating scheme for database performance optimization. with the continuous development of MySQL database, the performance
Mysql connection string-bitsCN.com when the IP address used for remote connection is not just localhost
A remote machine is required to access a mysql database. The result is [MySQL] [ODBC 5.1 Driver] Can't connect to MySQL server on '192. 168.1.101
Notes about mysql: bitsCN.com
1. if the Key is null, the column value can be repeated, indicating that the column has no index or a non-leading column with a non-unique composite index.2. if the Key is PRI, this column is an integral part of the
Some common mysql commands collected: bitsCN.com
1. connect to MySQL
Format: mysql-h host address-u user name-p user password
II. change the password
Format: mysqladmin-u username-p old password new password
3. add new users.
(Note: Unlike the
Mysql automatic batch backup script bitsCN.com
Get database name# Cat datanames. shPasswd = xxxxxxMysql -- password = $ passwd Show databases;EOFBackup Script# Cat mysql_backup.shThe retrieved system data library is stored in mysql.txt./Datanames.
Mysql installation and daily use of bitsCN.com
1.1 MySQL database N MySQL Performance Blog (www.mysqlperformanceblog.com)
N MySQL PUB (www.mysqlpub.com)
N MySQL Performance Tuning and architecture design
N exploring MySQL
1. install MySql 1.
MySQL percentage bitsCN.com
The report business requires that the percentage of fields in the table be calculated. the SQL statement is as follows (the SQL table is my business table and must be changed ):Mysql codeSELECT biz_type, round
Mysql character set and verification rules bitsCN.com
The concept of character set is clear to everyone. many people do not understand the proofreading rules. this concept is not used in general database development. mysql seems very advanced in
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