In addition to Weibo, there is also WeChat
Please pay attention

WeChat public account
Shulou
2025-11-03 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >
Share
Shulou(Shulou.com)06/01 Report--
Sometimes early built tables may lack primary keys, which can easily lead to queries or slow master-slave replication.
Here is a small script to find a table without a primary key.
#! / bin/bash
# find tables without primary keys
# Date: 2017-06-05
Source / etc/profile
LOG= "/ tmp/nopk.log_$ (date +% F)"
User='root'
Host='localhost'
Pass='123456'
Sock='/tmp/mysql.sock'
MYSQL_CMD= "mysql-u$user-h$host-p$pass-S$sock"
Dbs=$ ($MYSQL_CMD 2 > / dev/null-BNe "select SCHEMA_NAME from information_schema.SCHEMATA where SCHEMA_NAME not in ('information_schema','performance_schema')")
For db in $dbs; do
$MYSQL_CMD information_schema 2 > / dev/null-NBe "select distinct TABLE_SCHEMA,table_name from columns where TABLE_SCHEMA ='$db' and table_name not in (select distinct table_name from COLUMNS where TABLE_SCHEMA ='$db' and (column_key = 'PRI' or column_key =' UNI'))" | tee-a $LOG
Done
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

The market share of Chrome browser on the desktop has exceeded 70%, and users are complaining about
The world's first 2nm mobile chip: Samsung Exynos 2600 is ready for mass production.According to a r
A US federal judge has ruled that Google can keep its Chrome browser, but it will be prohibited from
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope





About us Contact us Product review car news thenatureplanet
More Form oMedia: AutoTimes. Bestcoffee. SL News. Jarebook. Coffee Hunters. Sundaily. Modezone. NNB. Coffee. Game News. FrontStreet. GGAMEN
© 2024 shulou.com SLNews company. All rights reserved.