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] mysql basic operation

Basic operation of MySQL Basic operation of data: CRUD (Create, Retrieve, Update, Delete Classified according to the object of operation, basic SQL operations can be divided into:
library operati

October 4, 2021By Simo Mysql Basic, mysql, operationLeave a Comment

Use PyCharm to operate MySQL database

Install PyMySql template

pip install pymysql

Configure MySQL connection parameters

pymysql.Connect()

host , Post, user, passwd, db, charset

Get cursor() object

c

October 4, 2021By Simo Mysql database, mysql, operation, Pycharm, UsingLeave a Comment

MySQL Database Application (5) SQL Language (2)

3. Delete redundant accounts in the MySQL system

Syntax: drop user “user “@”Host Domain” <----Pay attention to the quotation marks, which can be single or double quotation marks, but they can

October 4, 2021By Simo Mysql application, database, Language, mysql, SQLLeave a Comment

Mysql – ColdFusion for parameterized queries

I have a query that I run to fill the CFChart that I am trying to parameterize:

SELECT *
FROM closed_tickets
WHERE MONTH(closed_date) = #month#
AND YEAR(closed_date) = #dateFormat(theMont

October 4, 2021By Simo Mysql chemical, ColdFusion, mysql, parameter, queryLeave a Comment

Mysql thousands of large data query optimization

1. Optimize queries and avoid them as much as possible For a full table scan, you should first consider establishing an index on the columns involved in where and order by. 2. Try to avoid the wh

October 4, 2021By Simo Mysql 10 million, data, large, Level, mysql, Optimization, Quantity, queryLeave a Comment

Mysql common operation

mysql backup:

docker exec container ID mysqldump -uroot -p password–databases library name> library name.sql –Create user:
create user ‘username’@’%’ IDENTIFIED BY ‘password’;
–Create

October 4, 2021By Simo Mysql common, mysql, operationLeave a Comment

If there is a column in MySQL, use the alter to delete columns

If the column exists, how to use ALTER to delete a column in the MySQL table?

I know that I can use ALTER TABLE my_table DROP COLUMN my_column, but if my_column does not exist, an error will

October 4, 2021By Simo Mysql alter, Column, delete, existence, if, mysql, usageLeave a Comment

[11] mysql: optimization

The words written in the front

Whether as an operation and maintenance or as a DBA, our job is not to write SQL and engage in business . More is how to achieve a good and fast way to provide

October 4, 2021By Simo Mysql mysql, OptimizationLeave a Comment

MySQL foundation advancement

Common functions: Character functions: Length field character length Concat connection substring Substr intercept Substring Instr Insert substring Remove both ends of trim Upper to upperca

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

Import Excel data for mysql using Navicat Premium

1. Create a data table based on sql.

2. Steps to insert data

3. Error message

1.Data too long for column’ccs_login_name’ at row 1

Modify the character length of ccs_login_na

October 4, 2021By Simo Mysql data, excel, import, mysql, Navicat, Premium, UsingLeave a Comment

Posts navigation

Page 1 … Page 6 Page 7 Page 8 … 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