PHPMYADMIN Management Mysql - Installation Configuration

xiaoxiao2021-03-05  26

I have never touching something that I always feel particularly difficulty -_-!

Install apache php omission download phpMyadmin decompression [root @ TSD Soft] # tar -zxvf phpmyadmin-2.6.2.tar.gz [root @ TSD Soft] # mysql -u root -pmysql> grant all on * to test @ 'localhost' Identified by "test"; query ok, 0 rows affected (0.00 sec) Note: GRANT All Represents All Permissions ON * All tables New User Test Password Test

Mysql> Flush Privileges; Query OK, 0 ROWS AFFECTED (0.00 sec) refreshing user table

Open phpMyAdmin Configuring $ CFG ['Servers'] [$ I] ['User'] = 'Test'; // MySQL User $ CFG ['Servers'] [$ I] ['Password'] = 'Test'; // MySQL Password (ONLY NEEDED)

Just configure user password and authentication mode: $ cfg ['Servers'] [$ I] ['Auth_Type'] = 'http'; // Authentication Method (config, http or cookie based) HTTP uses .htpaccess mode authentication, CONFIG is used to use local debugging, and cookies are saved with remote debugging. http:// localhost / phpmyadmin landing

OK, configure completion

转载请注明原文地址:https://www.9cbs.com/read-31796.html

New Post(0)