Experiment 12: user and role management

The user's name and password (for example, the first two letters of the user's name and password in this exercise) can be created and assigned to the corresponding user's name and password in the system. Record all PL/SQL statements executed correctly. (where n is the last two digits of my student number) (1) Connect to the database using the ...

Added by sayma on Tue, 08 Feb 2022 21:28:04 +0200

MySQL 8.0 password changes

MySQL 8.0 password modification process Problem background: after MySQL is installed, the wrong option is set in the process of initializing the root account password, resulting in failure to log in. step.1. Enter the command line interface of mysql Modify / etc / MySQL / MySQL conf.d/mysqld. CNF file, add the skip grant tables option, so th ...

Added by big_c147 on Tue, 08 Feb 2022 20:25:47 +0200

Install and deploy MGR cluster | explain MGR in simple terms

The original content of GreatSQL community cannot be used without authorization. Please contact Xiaobian and indicate the source for reprint.[toc]This paper introduces how to use GreatSQL 8.0.25 to build a three node MGR cluster.1. Installation PreparationPrepare the following three servers:IPportrole172.16.16.103306mgr1172.16.16.113306mgr2172. ...

Added by sparrrow on Tue, 08 Feb 2022 19:10:28 +0200

Database backup: Xtrabackup realizes full backup and incremental backup

5.3 xtrabackup backup tool 5.3.1 introduction to xtrabackup tool Percona: Official website: www.percona.com com percona-server InnoDB --> XtraDB Xtrabackup backup tool: percona Provided mysql Database backup tool, the only open source tool that can innodb and xtradb Tools for database hot standby Manual: https://www.percona.com/doc/ ...

Added by paolo on Tue, 08 Feb 2022 17:33:59 +0200

[leetcode SQL daily practice] - 595 Big country

ย ย  ๐ŸŽˆ Write in front ๐Ÿ™‹โ€โ™‚๏ธ Hello everyone, I'm super dream. You can call me Xiaomeng~ We all know that we have to deal with the database almost every day, whether in study or daily work. In order to better operate the database, our SQL knowledge reserve is essential. If you want to master SQL well, you must practice and stu ...

Added by Slippy on Tue, 08 Feb 2022 08:20:18 +0200

MySQL50 questions_ Questions 11 to 15

Official account: Special HouseAuthor: PeterEditor: Peter Hello, I'm Peter~ Continue with questions 11-15 of MySQL classic 50. The specific questions are as follows: Query the information of students who have not completed all coursesQuery the information of students who have at least one course and the same student with student number 01Q ...

Added by fangfang on Tue, 08 Feb 2022 07:55:25 +0200

A garbage article about Go operating MySQL

I Download MySQL driver Execute the following command: go get - u GitHub com/go-sql-driver/mysql II Connect to the database using MySQL driver First create a database create database go_mysql_test Then establish a connection through the sql package: package main import ( "database/sql" _ "github.com/go-sql-driver/mysql" ) func mai ...

Added by kharbat on Mon, 07 Feb 2022 21:14:30 +0200

Xiaodu is too weak. Just develop a dialogue robot by yourself [crawler, database, object-oriented, artificial intelligence]

background When I drive slowly on the highway, the spacious road is very crowded! At this time, I like to let Baidu navigation Xiaodu tell me jokes, but she is a little weak and can only tell one at a time. Baidu claims to develop AI and become a leading enterprise in AI in China. But in terms of small IQ and understanding ability, I doubt i ...

Added by jeff21 on Mon, 07 Feb 2022 13:22:34 +0200

Software testing knowledge -- common MySQL commands

Premise: MySQL is installed (currently using Windows system) Database connection Connect to MySQL database through command line C:\Users\yanpeipei>mysql -u root -p Enter password: Enter the above command and execute enter. If it can be connected normally, the input password will be displayed; Enter the correct password and press ent ...

Added by brailleschool on Mon, 07 Feb 2022 11:29:11 +0200

Crazy God's notes -- SpringBoot operation database 22-2

SpringBoot operation database (2) 4. Spring security permission control 1. Safety introduction In Web development, security has always been a very important aspect. Although security is a non functional requirement of the application, it should be considered in the early stage of application development. If the security problem is only co ...

Added by Guardian-Mage on Mon, 07 Feb 2022 05:08:20 +0200