Blog

By toswebdev, 19 September, 2021

Here command changes your database according to your project and imports a large database very smoothly using the below command.

/applications/MAMP/library/bin/mysql -u root -p example_db < /Applications/MAMP/htdocs/example_db.mysql

After Run above command, you have to just add the PHPMyAdmin password if you set otherwise press enter. wait for a while for the import process.

Tags

By toswebdev, 19 September, 2021

In this Blog Post, I'll show you how to create custom Drush commands in Drupal 8. 

In This Article, we are going to show how to delete an invalid user email id if any add invalid email id using DB or any import data function. you can change the logic part according to your requirement.

add unset_invalid_usermail/unset_invalid_usermail.info.yml

Tags