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

Category: Database

The database is a warehouse that organizes, stores and manages data according to the data structure. It was created more than 60 years ago. With the development of information technology and the market, especially after the 1990s, data management is no longer just It is to store and manage data, and transform it into various data management methods required by users. There are many types of databases, from the simplest tables that store various data to large-scale database systems that can store massive amounts of data. They have been widely used in all aspects.

Mysql library, table, record, related operations (1)

Library, table, record, related operations (1) Database configuration # The purpose of unified configuration through the configuration file: unified management of the server (mysqld) and client (cl

October 4, 2021By Simo Mysql Library, mysql, operation, Record, Related, tableLeave a Comment

[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

Remembering the development environment caused by Chocolatey

Remember a development environment error caused by Chocolatey 前情 This morning When I went to work, I finished writing the code and started running the code as usual, but I kept reporting errors. Be

October 4, 2021By Simo Mysql cause, Chocolatey, development environment, mistakes, once, rememberLeave 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

Posts navigation

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