Exercises on the Basis of MySQL

subject There are three forms for classes, students and grades: Note: Table name and field name can refer to the word settings in the table. According to the table information, complete the following SQL statements as required: 1. Use SQL to create the table structure of class table, student table and achievement table. The data in the ta ...

Added by willl on Thu, 03 Oct 2019 13:45:43 +0300

Installation of mariadb in linux

1. Overview mysql is a relational database. mysql (itself), a branch of mysql, was acquired by SUN before and after 2008 and then by oracle. System integration - everything is done (set solution) After the acquisition of mariadb mysql, the author developed mariadb based on earlier versions of MySQL in order to avoid the monopoly of the data ...

Added by hyd_guy on Thu, 03 Oct 2019 02:33:29 +0300

idc credit disk rental-complete php mysql database class

<?phpclass mysql {OA Credit Disk Setting up q<319.135.503.1>private $db_host;//database hostprivate $db_user; // database usernameprivate $db_pwd; // database username passwordprivate $db_database; // database nameprivate $conn; // database connection identification;private $result; // Result resource identification for query command ...

Added by adamjones on Wed, 02 Oct 2019 17:41:13 +0300

Automated deployment of Zabbix monitoring platform (zabbix-server, zabbix-agent) using SaltStack

Article directory The directory structure is as follows The contents and explanations of each document are as follows To be perfect... The directory structure is as follows [root@server1 srv]# pwd /srv [root@server1 srv]# ls pillar salt [root@server1 srv]# tree . . ├── pillar │ ├── top.sls │ ...

Added by tam2000k2 on Mon, 30 Sep 2019 23:15:57 +0300

Preliminary Study on OSSIM Sensor Agent Transport Mechanism

The main function of OSSIM Agent is to collect all the data sent by various devices that exist on the network, and then send it to OSSIM Server in a standard way. After collecting the data, Agent should normalize the data before sending it to Server. This paper mainly focuses on how to send the data in an orderly way and how to complete normali ...

Added by winggundamth on Sat, 28 Sep 2019 21:04:55 +0300

Stored procedures using dynamic SQL to process table_name as an input parameter (MySQL)

Refer to the notes MySQL Stored Procedures and Function Creation and the official website on how MySQL creates and uses stored procedures: https://dev.mysql.com/doc/refman/5.7/en/create-procedure.html This main example uses stored procedures for input parameters and solves the problem of using table names as input parameters, since previously ...

Added by caaronbeasley on Fri, 27 Sep 2019 07:42:00 +0300

New Feature Interpretation | MySQL 8.0 shell util feature

Author: Yang Taotao This paper introduces two import features of MySQL 8.0 shell sub-module Util, importTable/import_table (named difference between JS and python versions), and the usage of importJson/import_json. Import_table communicates through traditional MySQL protocol and Import_json communicates through X plug-in protocol. MySQL has a ...

Added by Matt Kindig on Tue, 24 Sep 2019 11:53:34 +0300

[MySQL] SQL Statement Foundation

I. Operating databases 1.1 Create a database 1.2 View the database 1.3 Modification of database 1.4 Delete the database 1.5 Select Database II. Operational Tables 2.1 Create tables 2.2 View Table 2.3 Amendment Table 2.4 Delete tables III. CRUD Recording of Operational Table 3.1 INSERT 3.2 UPDATE 3.3 DELETE 3. ...

Added by Caesar on Mon, 23 Sep 2019 06:41:03 +0300

Create Users, Delete Users, Modify Passwords in Mysql Series

Article directory 1. Log on to mysql 1.1 Remote login mysql 2. Creating Users 2.1 Creating Local Users 2.2 Creating Accessible Users on Extranet 2.3 Refresh Authorization 3. Modify user password 3.1 Modify Local User Password 3.2 Modify the password of the users in the external network 3.3 Refresh ...

Added by aboali on Sat, 21 Sep 2019 09:15:58 +0300

Technology Sharing | mysql Table Data Checking

Author: Yang TaotaoQuestion from customers: What are the methods of database validation? Can you tell him? Me: Direct percona toolkit is not enough.Client: Any software installed on the server must be reviewed, and how long it will be reviewed is uncertain. And open source software is not allowed. Me:... Okay, let's see how MySQL itself checks ...

Added by newjsguy on Fri, 20 Sep 2019 12:17:18 +0300