Export each tables from a database into a separate files using mysqldump command
How to export each table from a database into separate files using the mysqldump command. Create a script file with the following code snippet.
How to export each table from a database into separate files using the mysqldump command. Create a script file with the following code snippet.
How to setup Drupal 8 multisite on an Nginx web server using different domains? In this example, we are going to use three different domains for our Drupal-8 multi-site ex: drupal-main.com, drupal-first.com, and drupal-second.com. Here, drupal-main.com will be the main site pointing to our Drupal-8 installation, while two others will be pointing to the directories site1 and site2 respectively.
The directory structure will be as follows:
Setup an nginx webserver with a Drupal installation and phpMyAdmin. I am assuming that you have already installed the Nginx web server on Ubuntu 16.04/RHEL.
Nginx is a web server for serving static content, but we are going to use it for Drupal 7.x and 8.x websites. In order to configure it, we need an additional service for PHP support, i.e. php-fpm.
<a class="twitter-timeline" data-chrome="noscrollbar noheader nofooter transparent"
data-dnt="true" data-link-color="#3f6e62"
data-widget-id="449534521663168512"
Find and replace command sed for Ubuntu/Linux, find and replace the occurrence of particular string in a directory or sub directory using below commands:
In order to start setup we need to check the following requirements:
Start Eclipse, then select Help > Install New Software.
Click Add, in the top-right corner.
In the Add Repository dialog that appears, enter "ADT plugin" for the Name and the following URL for the Location:
Open terminal by pressing alt+ctrl T
Install the following application either using command or each one manually.
Use below bash code snippet this will install the above applications automatically: