mysql

Alibabacloud.com offers a wide variety of articles about mysql, easily find your mysql information here online.

JDBC Connection various database experience techniques collection

Technique | data | database Java database connection (JDBC) consists of a set of classes and interfaces written in the Java programming language. JDBC provides tools/database developers with a standard API that enables them to write database

accessing MySQL using servlet and Java beans

mysql|servlet| Access Row Environment: JDK 5.0 + Tomcat 5.5.4JDK Installation path: D:\Java\jdk1.5.0_01Tomcat installation path: D:\Tomcat 5.5Setting environment variables (Control Panel-> System->

JDBC Connection Database Experience Technique collection

Skills | Connecting to a database Java database connection (JDBC) consists of a set of classes and interfaces written in the Java programming language. JDBC provides tools/database developers with a standard API that enables them to write database

Java Open Source project Hibernate Quick Start

QuickStart | Project Java Open source project Hibernate QuickStart In fact, the hibernate itself is a stand-alone framework that does not require the support of any Web server or application server. However, most hibernate introductory introductions

Displaying a blob image of a database in a Java application

Program | data | database | display Principle: reads a blob to a BLOB object from the database. Blob blob = Rs.getblob (2); Pass the blob to the stream. Create an Image object with the stream parameter Displays the image object. Description:

A solution to the problem of MySQL Chinese fuzzy retrieval

Under MySQL, in the Chinese fuzzy search, often return some unrelated records, such as looking for "%a%", the return may have Chinese characters, but no a character exists. I have encountered similar problems before, after a detailed reading of

MySQL Tutorial: Introduction to the use of explain

Explain shows how MySQL uses indexes to process SELECT statements and join tables. can help you choose better indexes and write more optimized query statements.How to: Add explain before the SELECT statement. such as EXPLAIN SELECT * from ' users '

Analysis of MySQL authorization principle

MySQL is a cross-platform open source relational database management system, is our commonly used most economical database, because of its small size, fast, the total cost of ownership, especially the characteristics of open source, more users get

Oracle makes 10 commitments to MySQL user developer clients

The recent merger of Oracle and Sun has been a major concern for many developers, mainly because of the potential for new changes in the MySQL database, which this week made 10 promises to MySQL users, developers and customers. Oracle has had a

MySQL tutorial: MySQL show command

Show tables or show tables from database_name;Explanation: Displays the names of all tables in the current database show databases;Explanation: Displays the names of all the databases in MySQL Show Processlist;Explanation: Displays all processes

Some records using the MyISAM table and InnoDB

Key_buffer_size -This is very important for the MyISAM table. If you are using only the MyISAM table, you can set it to the 30-40% of available memory. A reasonable value depends on the size of the index, the amount of data, and the load.Remember,

MySQL Tutorial: Ways to secure a safe backup of the MySQL database

This is one of the sections of my last article on security. It is a well-known fact that the MySQL database backup of your running Web site is extremely important. Just follow the 3 steps below, and everything is under your control: First Step:

MySQL Tutorial: Insert record in primary table get ID from table

In MySQL, the Auto_increment type ID field is used as the primary key of the table, and it forms a "master-slave table structure" as a foreign key to other tables, which is a common usage in database design. But when it comes to generating IDs, we

MySQL Database maximum connection number 100 how to increase the number of connections

MySQL database installation is complete, the default maximum number of connections is 100, the general flow slightly larger forum or Web site This connection number is far from enough, increase the default number of MySQL connection methods have two

MySQL Tutorial: Unix timestamp and date conversion functions

Unix timestamp converted to date function: From_unixtime () Select From_unixtime (1156219870); Date converted to UNIX timestamp function: Unix_timestamp () Select unix_timestamp (' 2006-11-04 12:23:00′);

New features preview for MYSQL 6.0

* Subqueries and joins are optimized to include bulk index access within the decentralized range of the MYISAD and Innob storage engines. * Added backup DATABASE and restore statements for backups and restores operations. See section 6.3, "Using

MySQL does not allow 2 solutions from remote access

Workaround: 1. Change Table method Your account may not be allowed to log in remotely, only in localhost. This time as long as the computer in localhost, login mysql, change the "MySQL" Database in the "User" table in the "host" item, from

MySQL Tutorial: Optimizing Order BY with index

Several guidelines for indexing: 1, reasonable indexing can speed up the efficiency of data reading, the unreasonable indexing will slow down the response speed of the database. 2, the more indexes, the slower the speed of updating data. 3, try

Alibaba DBA Team operation and Maintenance department Jenzhiang on MySQL Technology

First introduce the next Jane Chaoyang. is now working in Alibaba (China) Network Technology Co., Ltd. DBA Team Operation Department, Jenzhiang is the MySQL Technology essay contest third winner (winning article: the implementation of MySQL

MySQL 5.5.3 Release

The third milestone edition of MySQL 5.5 was released, and one of the biggest changes in this version was the addition of a metadata repository for performance, the database named Performance_schema, and the storage engine used was

Total Pages: 53 1 .... 12 13 14 15 16 .... 53 Go to: Go

Contact Us

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

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.