Comments

MichaelCole’s picture

MichaelCole’s picture

http://diveintogreasemonkey.org/

// ==UserScript==
// @name phpmyadmin
// @namespace quickstart
// @description Convert hexdata to string in phpmyadmin
// @include http://localhost/phpmyadmin/*
// ==/UserScript==

var hextextarea = document.getElementsByTagName('textarea');

if (hextextarea.length) {
alert('Hello World!');
}

MichaelCole’s picture

MichaelCole’s picture

echo "\$cfg['ProtectBinary'] = FALSE;" | sudo tee -a /etc/phpmyadmin/config.inc.php

MichaelCole’s picture

Status: Active » Closed (fixed)

set default to not display blob as hex.