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

Write a dynamic clock on a web page in HTML

Use HTML to write a dynamic web clock. The code i...

JavaScript to show and hide the drop-down menu

This article shares the specific code for JavaScr...

Teach you a trick to achieve text comparison in Linux

Preface In the process of writing code, we will i...

Implementation of breakpoint resume in vue-video-player

In a recent project, I needed to implement the fu...

How to import js configuration file on Vue server

Table of contents background accomplish Supplemen...

React dva implementation code

Table of contents dva Using dva Implementing DVA ...

How to monitor global variables in WeChat applet

I recently encountered a problem at work. There i...

Use HTML and CSS to create your own warm man "Dabai"

The final result is like this, isn’t it cute… PS:...

Native JS to implement click number game

Native JS implements the click number game for yo...

base target="" controls the link's target open frame

<base target=_blank> changes the target fram...

HTML symbol to entity algorithm challenge

challenge: Converts the characters &, <, &...