mysqlshow command Examples

mysqlshow-command-examples
Here is the mysqlshow commands examples 1. Display available databases Please replace tmppassword with your MySQL DB root user password. # mysqlshow -u root -ptmppassword +--------------------+ | Databases | +--------------------+ | information_schema | | mysql ... Read More

Drupal Installation Problems Solved

drupal-installation-problems-solved
While installing Drupal sometimes you might get stuck on the database configuration page. After entering the data and submitting, the page just reloads and nothing happens. Follow the below steps for the solution. 1. I know you have already done this step,... Read More

Latest Articles

Drupal Installation Problems Solved

drupal-installation-problems-solved
While installing Drupal sometimes you might get stuck on the database configuration page. After entering the data and submitting, the page just reloads and nothing happens. Follow the below steps for the solution. 1. I know you have already done this step, but just to mention, please go through the database details once again and confirm they are all OK. The username, password, database name, host everything. 2. Open sites\default\settings.php Search for $db_url = Enter the database details manually. The format is described below mysql://username:password@localhost/databasename Replace username, password,... Continue Reading