Featured Post

What is the purpose of the php.ini file?

  The PHP configuration file,   php.ini , is the final and most immediate way to affect PHP's functionality. The php.ini file is read ea...

What is RDBMS ?

Relational Database Management system (RDBMS) is a database management system (DBMS) that is based on the relational model. Data from relational database can be accessed or reassembled in many different ways without having to reorganize the database tables. Data from relational database

What is DBMS ?

The database management system is a collection of programs that enables user to store, retrieve, update and delete information from a database.

Drupal multi-site Drush aliases configuration

If you're running a multi-site Drupal setup, here's how to set up your Drush aliases to easily run commands for specific sites:
1.Go to drush installed directory cd /home/XXX/.drush
2. Create file aliases.drushrc.php, add the below code for multi-site aliases

Popular Posts