Skip to navigation Skip to content
Simon Technology Blog
  • Architecture
  • Cloud
  • Database
  • Develop
  • Hardware
  • Industry
  • Language
  • Mobile
  • Opensource
  • OS
  • Web
Main Navigation

Tag: mysql

Mysql Design and Development Specification 2

Table of Contents 1. Specification background and purpose 2. Design specification 2.1. Database design 2.1.1. Library name 2.1.2. Table structure 2.1.3. Column data type optimization 2.1.4.

October 4, 2021By Simo Mysql design, Development, mysql, specificationLeave a Comment

MySQL connection

MySQL connection Connect using mysql binary mode You can use MySQL binary mode to enter the mysql command prompt to connect to the MySQL database.

The following is a simple example of connec

October 4, 2021By Simo Mysql connection, mysqlLeave a Comment

MySQL – SQL JOIN table, 1 of which has a comma

When I search for “new1”, how to get all usernames. For example: I should get A and B as user IDs 1,2 in tblC is 1,2 and there is new for row1 1. What query should I use to get the above result?
I

October 4, 2021By Simo Mysql Column, comma, in which 1, JOIN, mysql, SQL, tableLeave a Comment

Mysql build environment

Forget the root password;

①Close the service:

sudo service mysql stop;
②Safe mode + authentication-free startup service

sudo /usr/local/mysql/ bin/mysqld_safe –skip-grant-tables

October 4, 2021By Simo Mysql construction, environment, mysqlLeave a Comment

MySQL advanced query

1. The grouping field is merged from multiple lines into one line.

mysql> select user_id,tag_id from yyfax_user.user_tag where user_id=‘U000412280’;
+————+———-+
| user_id | ta

October 4, 2021By Simo Mysql advanced, inquiry, mysqlLeave a Comment

How to handle null values ​​in WHERE IN conditions in mysql

I want to include the possible values ​​as null in the conditions of the mysql query.
This is my query: but it doesn’t show any values. Please suggest me how to write WHERE IN The condition contai

October 4, 2021By Simo Mysql condition, empty, how to handle, Medium, mysql, valueLeave a Comment

Chinese characters (Chinese) in mysql sorted in the first letters of the pinyin

Because the encoding format of the table can be set in the database, there are differences in the sorting of Chinese under different encoding formats. The following are the sorting methods under co

October 4, 2021By Simo Mysql Chinese, Chinese characters, first letters, in accordance with, middle general, mysql, pinyin, SORTLeave a Comment

解决MySQL Update:You can’t specify target table for update in FROM clause

You can’t specify target in MySQL The error of table for update in FROM clause means that you cannot select some values ​​in the same table first, and then update this table (in the same statement)

October 4, 2021By Simo Mysql can't, clause, mysql, Specify, table, Target, Update, 解决Leave a Comment

MySQL backup file. XB database backup restore

Today an old friend told me that his mysql backup file suffix .xb could not be restored, or it was restored with only tables without data, so I decided to try I did a backup and restore, and I sear

October 4, 2021By Simo Mysql Backup, database, file, mysql, Restore, XBLeave a Comment

MySQL supported data type

Data types supported by mysql Integer ”’ Type tinyint: 1 byte, value range -128~127, default length 4 smallint: 2 bytes, value range -32768 ~ 32767, default length 6 mediumint: 3 bytes int: 4 byte

October 4, 2021By Simo Mysql data, mysql, support, typeLeave a Comment

Posts navigation

Page 1 … Page 8 Page 9 Page 10 … Page 13
Recent Posts
  • Sencha-Touch-2 – Sencha Touch 2, Nested XML Analysis NodeValue
  • Add a separation line and format XML content
  • Is there a norm of simplified XML subsets?
  • Look at it when you write React
  • ReactJS – Present React Redux React-Router App to add the server to the Firebase hosted by the Firebase
Categories
  • Android
  • Apache
  • Apache Kafka
  • Asp
  • Auto-Test
  • Automated Build
  • Aws
  • Bitcoin
  • Browser
  • C & C++
  • C#
  • Centos
  • Cgi
  • Character
  • Cloud Service
  • Cocos2dx
  • Cordova
  • CSS
  • Data Structure
  • Delphi
  • Design Pattern
  • Dojo
  • Dubbo
  • ELK
  • Flex
  • football
  • Game
  • Hadoop
  • Hibernate
  • HTML
  • Hybrid
  • Intel
  • IOS
  • Ipad
  • iPhone
  • Java
  • Javascript
  • Jetty
  • JQuery
  • Jsp
  • Linux
  • Load Balance
  • Lua
  • Macbook
  • Macos
  • Mathematics
  • Micro Services
  • Monitoring
  • Motherboard
  • Mysql
  • Network Hardware
  • Network Marketing
  • Nginx
  • NodeJs
  • Nosql
  • Oracle
  • Os Theory
  • Performance
  • PHP
  • Postgresql
  • Power Designer
  • React
  • Redis
  • Regexp
  • Rom
  • Rss
  • Ruby
  • Search Engines
  • Shell Script
  • Silicon Valley
  • Silverlight
  • Software Design
  • Spring
  • Sql
  • Sqlite
  • Sqlserver
  • Storage
  • Storm
  • Surface
  • SVN
  • Swift
  • System Architecture
  • Tablet
  • Uncategorized
  • Unix
  • Visual Basic
  • Visual Studio
  • Web Crawler
  • WebService
  • Windows
  • Wireless
  • XML
  • ZooKeeper
Archives
  • October 2021
  • September 2021
  • August 2021
  • May 2021
  • April 2021
  • September 2020
  • September 2019
  • August 2019
  • June 2019
  • May 2019
  • April 2019
  • March 2019
© Simon Technology Blog 2025 • ThemeCountry Powered by WordPress