码迷,mamicode.com
首页 >  
搜索关键字:mysql win7 plugin user    ( 139528个结果
buuctf hardsql
这是一道sql报错注入题目 试着输入一些, 再尝试后发现这个是用updatexml报错法注入 那就直接按模板来 库名是geek 表名也可以出来 字段值三个 是id,username,password 查询字段值看到flag 但是只有一半的flag,怎么拿到右半部分? 学到一个注入模板的技巧 left ...
分类:数据库   时间:2021-06-22 17:49:07    阅读次数:0
Centos 8.2 x64安装MariaDB(MySql)---九五小庞
简介OS: CentOS Linux release 8.2 开始清除mysql# 查看系统信息$ cat /etc/redhat-releaseCentOS Linux release 8.2.2004 (Core) # 查看有没有mysql$ rpm -qa | grep mysqlmysql- ...
分类:数据库   时间:2021-06-22 17:36:24    阅读次数:0
I.MX6ULL移植Q5.12.9报Could not load the Qt platform plugin "linuxfb" in "/usr/lib/arm-qt/plugins" even though it was found.错误
根据正点原子的移植教程移植完成并成功运行,这是前提。 但是自己用buildroot做的rootfs,把qt的库放到里边,运行测试程序缺报错 ` qt.qpa.plugin: Could not load the Qt platform plugin "linuxfb" in "/usr/lib/ar ...
分类:系统相关   时间:2021-06-21 21:06:47    阅读次数:0
MySQL error Query execution was interrupted, maximum statement execution time exceeded
MySQL 查询时,报如下错:Query execution was interrupted, maximum statement execution time exceeded 查询数据库最大语句执行时间,默认为10s,单位是毫秒 SELECT @@global.max_execution_tim ...
分类:数据库   时间:2021-06-21 20:46:21    阅读次数:0
webpackPlugin处理index.html到dist
1.webpack.config.js中导入 const HtmlWebpackPlugin = require('html-webpack-plugin') 2.pulgin中新增 new HtmlWebpackPlugin({ template:'index.html' }) 3.需要删除out ...
分类:Web程序   时间:2021-06-21 20:44:37    阅读次数:0
MySQL彻底卸载教程
#MySQL彻底卸载方法 ##一、查找关键文件 1、打开MySQL数据库的安装目录 打开my.ini文件 记住以下两个目录: ##二、卸载 ###1、卸载程序 打开计算机控制面板>程序和功能,找到MySQL右键点击卸载: ###2、删除mysql目录 卸载完成后,删除my.ini文件中记录的目录,删 ...
分类:数据库   时间:2021-06-21 20:42:56    阅读次数:0
DNS安装配置之unbound
DNS安装配置之unbound DNS服务器 主DNS服务器 unbound设置 1、安装unbound yum install unbound -y 2、编辑主配置文件/etc/unbound/unbound.conf 侦听端口 interface:0.0.0.0 检查语法错误:unbound-c ...
分类:其他好文   时间:2021-06-21 20:40:37    阅读次数:0
MySQL 批量修改库、表、列的排序规则,处理数据库大小写不敏感问题。
问题 数据库大小写不敏感 库名,表名敏感: 配置参数lower_case_table_names 可选值 【0,1】0不敏感,1敏感 数据敏感: 排序规则: *_bin: 表示的是binary case sensitive collation,也就是说是区分大小写。 *_ci: case insen ...
分类:数据库   时间:2021-06-21 20:31:26    阅读次数:0
在centos6.5下PHP5.4升级到5.5
升级原因:为了在本地安装跟公司测试服一样的服务器环境,需要把本地PHP版本从5.4升级到5.5。 操作步骤: 1. 查看当前centos版本 [root@localhost ~]# cat /etc/redhat-release 2. 根据当前centos版本,更换对应版本的RPM 源(软件仓库) ...
分类:Web程序   时间:2021-06-21 20:30:16    阅读次数:0
Dubbo配置
XML 配置 官方文档:https://dubbo.apache.org/zh/docs/v2.7/user/references/xml/ provider示例 <beans xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:d ...
分类:其他好文   时间:2021-06-21 20:24:46    阅读次数:0
139528条   上一页 1 ... 19 20 21 22 23 ... 13953 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!