Mysql remote login _ MySQL

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 _ MySQL

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 _ MySQL

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 scheme_mysql

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 _ MySQL

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

Mysqlnow () Incorrectdatetimevalueforcolumn_MySQL

Mysqlnow () Incorrectdatetimevalueforcolumn bitsCN.com Mysql> select now (); select now ()-10;+ --------------------- +| Now () |+ --------------------- +| 21:07:20 |+ --------------------- +1 row in set (0.00 sec) + ----------------------- +| Now

Lite version mysql adds log feature _ MySQL

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 _ MySQL

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 of mysql databases and the last modification time of each table in the database _ MySQL

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 physical backup and incremental backup _ MySQL

Mysql physical backup and incremental backup bitsCN.com Physical Backup:MysqlShow variables like 'datadir ';Use hellodb;Show table status;MysqlFlush logs with read lock;/QLvcreate-L 50 M-n mysnap-s/dev/myvg/mydataMysqlUnlock

Mysql master/slave server architecture configuration _ MySQL

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 basics _ MySQL

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 master synchronization _ MySQL

Mysql master/master synchronization bitsCN.com Server:Host 192.168.1.101Port 3306Server B:Host 192.168.1.102Port 3306 1. authorized users:ServerMysql> grant replication slave, file on *. * to 'repl9' @ '192. 168.1.102 'identified by '20140901

Mysql database stored procedure _ MySQL

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 _ MySQL

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 _ MySQL

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 _ MySQL

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

Tips for compressing MySQL data files _ MySQL

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 character set unified settings _ MySQL

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 !!! _ MySQL

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...").

Total Pages: 12780 1 .... 11134 11135 11136 11137 11138 .... 12780 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.