phpmyadmin3.2 - The configuration file now needs a secret passphrase (blowfish_secret)
Tech-Today

phpmyadmin3.2 - The configuration file now needs a secret passphrase (blowfish_secret)


Before, you have to set application used variables like server, user, password, etc. But with the release of phpmyadmin3.2, it's now easy to setup this tool.

Steps:
1.) Download the phpmyadmin3.2 (http://www.phpmyadmin.net/home_page/downloads.php)
2.) Extract to the htdocs directory
3.) Rename config.sample.inc.php to config.inc.php and add a passphrase to the blowfish secret to get rid of this annoying message:
"The configuration file now needs a secret passphrase (blowfish_secret)"
4.) Open the phpmyadmin3.2 to your localhost.
5.) Just type in your mysql account.

That's it.





- How To Install Mysql In Ubuntu 16.04
The following commands allow us to install a MySQL server on Ubuntu 16.04, create a database, user and table. And finally, tune the server. # install mysql sudo apt-get update sudo apt-get upgrade sudo apt-get install mysql-server sudo mysql_secure_installation...

- How To Configure Wildfly 8 Clustering And Deploying Picketlink Enabled War Application To Test The Session.
In this tutorial we will try to configure wildfly cluster and test it by deploying a picketlink enabled war application where a user can login and the session shared between the virtual server. Before we start, make sure that you read these links: https://docs.jboss.org/author/display/AS71/AS7+Cluster+Howto...

- How To Enable Jmxremote Authentication And Connect With Jconsole
This tutorial will summarize how to setup a jmxremote access, so that a remote jconsole can be authenticated and connect. We will be interested in 2 files, located in: JAVA_HOME\jre\lib\management jmxremote.accessjmxremote.password.template, rename to jmxremote.passwordWhat...

- Apache Php Mysql Setup
Everytime I setup a new unit I have to set the following up and it takes time. So I'm writing a walkthrough and hopefully I don't need to debug :-D. Before we begin you must download and install/extract the following: 1.) apache - http://httpd.apache.org/download.cgi...

- How To Install/setup/configure Joomla To Run In A Xampp Setup. This Avoids The Technical Detail Of Manually Installing Apache/php/mysql Each As Separate Application
I was ask by a friend of mine on how to setup joomla using xampp. Here are the steps: 1.) Install xampp, download from: http://www.apachefriends.org/download.php?xampp-win32-1.7.1-installer.exe 2.) Download joomla (full version): http://joomlacode.org/gf/download/frsrelease/10209/40308/Joomla_1.5.11-Stable-Full_Package.zip...



Tech-Today








.