Viewing Content Of Blob In phpMyAdmin

earlier versions of phpmyadmin had a setting called $cfg[‘ShowBlob’] = TRUE; That would allow you to view the contents of blobs in the browser. You should note that this would cause chaos if you were storing binary files in blobs, since you would see endless gobblygok in the browser window. There are some people (like … Read more

Access to the requested object is only available from the local network phpmyadmin

If you see below error message, when try into phpyAdmin: New XAMPP security concept: Access to the requested directory is only available from the local network. This setting can be configured in the file “httpd-xampp.conf”. You can do next (for XAMPP, deployed on the UNIX-system): You can try change configuration for <Directory “/opt/lampp/phpmyadmin”> # vi … Read more

tech