I. System database
INFORMATION_SCHEMA: Virtual library, do not occupy disk space, storage is the database startup parameters, such as user table information, column information, permission information, character information, etc.
MySQL:
Mysql> Show CREATE TABLE Test.test\g1 row in *************************** 1. Row ***************************Table:testCreate table:create Table ' test ' (' id ' int (one) unsigned not NULL auto_increment,' A ' int (one) unsigned DEFAULT NULL,PRIMARY
Note :1. If you command in cmd, enter the wrong one and use \c to jump out2.\s Viewing configuration informationI. Operation folder (library)Add: Create Database db1 charset UTF8; Delete: drop database db1; change: Alter DATABASE DB1 charset GBK;
MySQL software version: 64-bit 5.7.121. First configure the MySQL environment variable, add the path of the MySQL bin directory at the beginning of the system environment variable path to ";" At the end, my path is configured as follows:2. Modify
When you enter Mysql-u root–p on the command line, enter a password, or connect to the database through a tool, you often get the following error message, detailing the error message that many people have encountered when using MySQL.1045 (28000):
Sometimes MySQL can not completely uninstall, this time must be removed by some means of the registry and some residual files, and then can be re-installed to succeed!1. Control Panel--"All Control Panel items--" program and function, uninstall
First, the problem descriptionMySQL v 5.0.91[Email protected] bin]#./mysqlbinlog/tmp/mysql-bin.000015/!40019 SET @ @session. max_insert_delayed_threads=0/;/!50003 SET @[email protected] @COMPLETION_TYPE, completion_type=0/;DELIMITER/!/;#at 4#180227 1
Problem Description:Download binlog logMysqlbinlog mysq-bin.000285 error when viewing Binlog logError:error in Log_event::read_log_event (): ' Sanity check failed ', data_len:73, event_type:30Error:could not read entry at offset 240:error in log
Go to MySQL to find help: such asEnter MySQL, authorize:All privileges: All permissionsOn *. *: All tables on all librariesTo that user @ that hostSet Password:#mysqladmin-u root password ' 123456 '; Change Password: # mysqladmin-uroot-p123456
1. View database version informationMysql> select version ();2. View the database currently in useMysql> Select Database ();3. View current logged in userMysql> Select User (), or Mysql>select current_user ();4. See the current date, time, or time
For a sudden idea: simple to solve with Python is good. Now it's time to fill out the basic function pits needed for this project. The rest is the pit of AI and data presentation.The pits we met today are:1, from Excel read the Chinese is garbled2,
DATABASE Day1:First, build the database serverSecond, the basic use of database servicesThird, MySQL data typeIv. Management RecordsV. User authorization and revocation of rightsVi. Data Backup and recoveryVii. MySQL master/slave synchronizationViii.
11.1 Lamp Architecture Introduction
Lamp refers to the Linux (operating system), Apache (httpd server), MySQL (Database software) and PHP (sometimes referred to as perl or Python) abbreviation, generally used to establish a Web server
Characteristics of relational database 1, the data appears in tabular form2, the names of the various records for each behavior3, the data field corresponding to the data name for each column4 Many rows and columns form a table5 several forms
STEP1: Check whether the system comes with the installation of MySQL# Yum List Installed | grep MySQLSTEP2: Delete the system's own MySQL and its dependenciesCommand:# yum-y Remove mysql-libs.x86_64STEP3: Add a RPM source to CentOS and select a
I. Introduction of IDE ToolsThe production environment is also recommended for MySQL command line, but for our testing purposes, you can use the IDE tools NavicatSecond, MySQL data backup#1. Physical backup: Direct copy of database files for large
Mysql user guide version 20180223, mysql20180223
Force: you cannot manually connect to, query, or change online data on the stepping stone or production server.
Force: All launch scripts must be executed in the test environment before being
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.
A Free Trial That Lets You Build Big!
Start building with 50+ products and up to 12 months usage for Elastic Compute Service