Mysql remote login bitsCN.com
GRANT ALL PRIVILEGES1. change the table method. It may be that your account is not allowed to log on remotely, but only on localhost. At this time, you only need to log in to mysql on the computer of localhost, and
Mysql series-replication bitsCN.com
Replication is not a copy, but a replication. from today on, I will discuss the mysql replication issue in several chapters, the master-slave replication issues will be explained in detail separately. First, I
Mysql parameter summary bitsCN.com
1. query_cache_sizeAfter the select statement is used to query mysql, the query structure is cached as SQL text. when the same SQL statement is used to query again, data is directly retrieved from the cache and
MySQL database HA solution bitsCN.com
I have studied the high availability of databases and need to use database synchronization and backup. Below are some of my studies on MySQL HA.
According to the HA solution provided in MySQL 5.0 Reference
Mysql Chinese garbled problem perfect solution bitsCN.com
MySQL causes Chinese garbled characters for the following reasons:1. problems with server settings, such as staying at latin12. table language setup problems (including character and
Lite version mysql adds the log feature bitsCN.com
Perform two-layer development and use mysql for database.Based on your experience and the methods provided by colleagues on the network, you can remove unnecessary files and create a mysql mini
Mysql multi-layer development and data update problem bitsCN.com
Problem:Development Environment: delphi7se + mysql 5.0.67 + dbexpress 2.0 + mysql50openDevelopment Control: tsimpledataset + datasoure + dbgrid/dbeditPermission: mysql has granted the
View the usage size of each mysql database and the last modification time of each table in the database bitsCN.com
These two statements are usually used to maintain the mysql database. 1. view the size of each database in mysql SELECT sum
Mysql master/slave server architecture configuration bitsCN.com
The so-called master-slave Mysql server architecture means that operations on the master server are also copied to the slave server.Next I will use two machines to perform this
Mysql basic bitsCN.com
As an open-source software, mysql has excellent performance in serving various small and medium-sized enterprises. I would like to introduce several important database products and their usage.Large
Mysql database stored procedure bitsCN.com
1. create a stored procedure
1. basic syntax:
Create procedure sp_name ()
Begin
.........
End
II. call the stored procedure
1. basic syntax:
Call sp_name ()
Note: the stored procedure must be enclosed in
MySQL Chinese bitsCN.com
1. character set settings for fields in the database table. Show create table TableName or show full columns from tableName
Mysql> show create table t1;+ ------- + ------------------------------------| Table | Create Table+ -
Common mysql statements: bitsCN.com
Create a table
Create TABLE emp (Id INT (10) unsigned not null AUTO_INCREMENT,Emp_no VARCHAR (10) not null,Emp_name VARCHAR (50) not null,Emp_sex CHAR (1) default null,Emp_salary DOUBLE (10, 2) default
Mysql master/slave bitsCN.com
Create a mysql masterServer‑mysql: 192.168.1.108Server2_mysql: 192.168.1.110Topology:Serverslave MySQL ------- server2_mysql1. create and authorize a userServer1:Mysql> grant replication slave on *. * TO 'server2' @ '192
How to compress MySQL data files: bitsCN.com
If the MySQL data file is too large, can it be compressed? The answer is yes. The following describes how to compress MySQL data files.After using MySQL for a period of time, the MySQL data file ibdata
Mysql unified character set setting problem bitsCN.com
I recently created a project with database garbled characters. I don't know how to set it in phpmyadmin. Let me go !! I thought it was definitely because the character set settings were
The usage of join, leftjoin, and rightjoin in mysql is explained in detail !!! BitsCN.com
When I checked the brophp framework today, I conveniently reviewed the combined query in mysql. (In the past, I would use the simplest "select * from...").
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