How to delete Cache in Drupal Using Command ?

In this tutorial we’re going learn how to remove cache using SQL Query. Once you’re connected to your Drupal database, you can execute SQL queries to delete cache tables. There are several cache-related tables

Go to datase and put below query.

TRUNCATE cache;
TRUNCATE cache_block;
TRUNCATE cache_menu;
TRUNCATE cache_page;
TRUNCATE cache_views;

Now its working.

Hi I am Amit Kumar Thakur Experienced as s Software Developer with a demonstrated history of working in the information technology and services industry. Skilled in HTML, CSS, Bootstrap4, PHP, Laravel-9 , REST API,FB API,Google API, Youtube Api, Bitbucket,Github,Linux and jQuery. Strong engineering professional focused in Computer/Information Technology Administration and Management. Currently my profile is to Software Developer, analyze the requirement, creating frame for web application, coding and maintenance.

Related Posts

How to Install Drupal on Windows ?

What is Drupal ? Drupal is a free and open-source content management system (CMS) written in PHP. It’s known for its flexibility, scalability, and robustness, making it…

0 0 votes
Article Rating
Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x