Clickhouse support of ProxySQL configuration

13. Clickhouse support for proxysql configuration Note: during the writing time of the article from April 201904 to may 201905, subsequent official updates in github were not written ~~ClickHouse Support 1, Preface ProxySQL support for ClickHouse is still in the experimental phase and may change. 1. How to enable support for ...

Posted by swathin2 on Wed, 29 Apr 2020 00:00:06 -0700

Cao Gong's random talk -- with only one command, what software is installed in centos system and when it is installed are all clear

Preface For a long time, the mastery of linux is the state of half bucket of water. Usually, you can load something from yum and rely on a bunch of things as a result. Then you can load something from the source code. You only know make and make install. What's behind it is unclear and it's inconvenient to unload. These days, I need to write ...

Posted by baseballkid420 on Tue, 28 Apr 2020 04:30:24 -0700

13. Spring cloud Alibaba Chapter 13, upgrade, service registration and configuration center Nacos

Spring cloud Alibaba Chapter 12, upgrade, service registration and configuration center Nacos 1, Why spring cloud Alibaba 1. Why With the micro service framework of spring cloud, why do you want to use the framework of spring cloud alibaba? The most important reason is spring Almost all components in the cloud use Netflix products, and ...

Posted by Liz_SA on Mon, 27 Apr 2020 20:09:31 -0700

System Library_03_stats Library for ProxySQL Official Translation_u 09_ProxySQL Configuration

System Library _03_stats Library for 09_ProxySQL Configuration Note: Subsequent official updates to github were not written between 201904 and 201905~~Statistics] Stats library [The stats database] This database contains indicators for data collection of ProxySQL's internal capabilities.Here, you'll find information about how often certain cou ...

Posted by Matty999555 on Mon, 27 Apr 2020 10:21:14 -0700

Read the configuration of Nacos in the most native way in. NET Core

background Before that, Lao Huang wrote an article "ASP.NET Core combines with Nacos to complete configuration management and service discovery", which briefly introduced how to connect. NET Core programs to Nacos. In the previous SDK, more open APIs of Nacos were encapsulated and service registration and discovery were encapsulated. ...

Posted by beanfair on Sun, 26 Apr 2020 16:54:44 -0700

mysql error injection

Common error reporting functions ##1. floor() Get database mysql> select count(*),(concat( 0x3a,database(), 0x3a,floor(rand()*2))) name from information_schema.tables group by name; Get table name mysql> select count(*),concat(0x3a,0x3a,(select table_name from information_schema.tables where table_schema=database() limit 3,1), ...

Posted by rhiza on Sat, 25 Apr 2020 08:30:09 -0700

MySQL function of database

1, Date and time functions 1. Function to get the current dateIt's the same. It's different CURDATE(): used to get the current date of the systemCurrent "date() is used by the system to get the current date mysql> select CURDATE(),CURRENT_DATE(); 2. Get function of current time CURTIME(): used to get the current time of the system ...

Posted by deerly on Fri, 24 Apr 2020 10:12:24 -0700

MySQL left connection and right connection

In the last few interviews, I encountered the problem of left-right connection. I will review it here. Let's show the results of the left and right connections in the following two tables Left connection and right connection Employee table: mysql> select * from employ; +-----------+------+------+ | name | id | sal | +----------- ...

Posted by andr923 on Fri, 24 Apr 2020 07:21:51 -0700

Fault analysis of dual master master replication Err 1677

2020-03-29 20:00:27   1, Error message Recently, the project implementation colleagues upgraded the system and changed a field of test.test tab. The SQL statement is as follows: ALTER TABLE TEST.TEST_TAB_T1 MODIFY BXXX VARCHAR(200); After the system upgrade of the project, the MySQL master-slave synchronization er ...

Posted by PigsHidePies on Wed, 22 Apr 2020 02:33:56 -0700

068. Using DRF view set of Python framework Django

One view atlas and the use of routing Using the view set ViewSet, you can place a series of logically related actions into a class: list() provides a set of data retrieve() provides a single data create() create data update() to save the data Destroy() delete data The ViewSet view set class no longer implements methods su ...

Posted by NorthWestSimulations on Tue, 21 Apr 2020 22:30:51 -0700