Reddit Diggit Facebook Twitter Flipboard Pinterest Linkedin WeiboBelow are a few SQL statements I use to search and replace the value of params in Joomla, in this case I added another value. UPDATE `joomla_database_name`.`j15_modules` SET params = replace(params, '"cache":"0"', '"backname":"1","backlink":"1","cache":"0"')…
How to: CentOS Virtualmin PHPMyadmin Disable Root Logins and Force SSL
Reddit Diggit Facebook Twitter Flipboard Pinterest Linkedin WeiboAfter you have installed phpmyadmin with virtualmin into a domain there are two things you need to change in the phpmyadmin config file for this to work The phpmyadmin file can be found…