Home > Database > phpMyAdmin > body text

Detailed explanation of using phpmyadmin to set mysql permissions

藏色散人
Release: 2020-11-18 15:54:24
forward
2354 people have browsed it

The following phpmyadmin usage tutorial column will give you a detailed explanation of how to use phpmyadmin to set mysql permissions. I hope it will be helpful to friends in need!

Detailed explanation of using phpmyadmin to set mysql permissions

Step one: Log in as root user.


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


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


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

After entering the page , we only need to choose to set permissions by database. There is no need to check global permissions.

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

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


For more related technical articles, please visit the phpmyadmin column!

The above is the detailed content of Detailed explanation of using phpmyadmin to set mysql permissions. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:csdn.net
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!