How to set mysql permissions using phpmyadmin

How to set mysql permissions using phpmyadmin

Step 1: Log in as root user.

Step 2: Create a new data table and select the sorting rules. Here I use testtable.

Step 3: We create a new user and enter the relevant account name and password.

Step 4: We edit the permissions for the user testuser we just added:

After entering the page, we only need to choose to set permissions by database. Do not check the Global Permissions box.

After clicking, a permission page will appear, just select all and execute.

At this time, when we log in as testuser, we can only see the testtable library and the related operation permissions of this table.

Summarize

The above is the method of setting MySQL permissions using phpmyadmin that I introduced to you. I hope it will be helpful to you. If you have any questions, please leave me a message and I will reply to you in time. I would also like to thank everyone for their support of the 123WORDPRESS.COM website!

You may also be interested in:
  • How to build phpmyadmin in Linux based on php-fpm mode lamp
  • Complete steps to configure and install phpMyAdmin in CentOs 7.*
  • Detailed configuration of phpMyAdmin database management tool installation in Ubuntu 17.10
  • Detailed explanation of phpmyadmin related configuration and error resolution
  • How to install and configure phpMyAdmin under centos
  • phpmyadmin download, installation and configuration tutorial
  • Solution to phpMyAdmin failure to log in
  • Solution to phpMyAdmin being unable to log in after changing the MySql password
  • How to solve the 1862 (phpmyadmin)/1820 (mysql) error in mySQL
  • Solution to the problem that phpmyadmin cannot log in after changing the password of php integrated installation package wampserver
  • PhpMyAdmin configuration files now require a password phrase solution
  • phpMyAdmin leaves backdoor files through password vulnerability

<<:  Summary of some efficient magic operators in JS

>>:  Deep understanding of JavaScript syntax and code structure

Recommend

Mysql table creation foreign key error solution

Database Table A: CREATE TABLE task_desc_tab ( id...

How to install and configure Redis in CentOS7

Introduction There is no need to introduce Redis ...

MySQL encryption and decryption examples

MySQL encryption and decryption examples Data enc...

How to design a web page? How to create a web page?

When it comes to understanding web design, many p...

Summary of MySQL usage specifications

1. InnoDB storage engine must be used It has bett...

A brief analysis of mysql index

A database index is a data structure whose purpos...

Summary of Git commit log modification methods

Case 1: Last submission and no push Execute the f...

JavaScript implementation of carousel example

This article shares the specific code for JavaScr...

How to prohibit vsftpd users from logging in through ssh

Preface vsftp is an easy-to-use and secure ftp se...

Solution to the problem that Docker cannot stop or delete container services

Preface Today, a developer gave me feedback that ...

MySQL changes the default engine and character set details

Table of contents 1. Database Engine 1.1 View dat...

Why Google and Facebook don't use Docker

The reason for writing this article is that I wan...

MySQL method steps to determine whether it is a subset

Table of contents 1. Problem 2. Solution Option 1...