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

Conditional comments to determine the browser (IE series)

<!--[if IE 6]> Only IE6 can recognize <![...

Complete steps to install mysql5.7 on Mac (with pictures and text)

I recently used a Mac system and was preparing to...

Summary of 7 reasons why Docker is not suitable for deploying databases

Docker has been very popular in the past two year...

Detailed explanation of redundant and duplicate indexes in MySQL

MySQL allows you to create multiple indexes on th...

Sharing tips on using Frameset to center the widescreen

Copy code The code is as follows: <frameset co...

How to use DQL commands to query data in MySQL

In this article, the blogger will take you to lea...

Recommend some useful learning materials for newbies in web design

Many people also asked me what books I read when ...

Solutions to Files/Folders That Cannot Be Deleted in Linux

Preface Recently our server was attacked by hacke...

jQuery plugin to implement minesweeper game (2)

This article shares the second article of using j...

Vue advanced usage tutorial dynamic components

Table of contents Basic description AST parsing R...

WeChat applet implements simple calculator function

This article shares the specific code for the WeC...

mysql wildcard (sql advanced filtering)

Table of contents First, let's briefly introd...