You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So this patch is going to looks something similar too:
# Login to the MySQL
mysql -u root -p
# This is going to ask for a MySQL credentials
# Removing the database
drop schema <database_name>;
FLUSH PRIVILEGES;
Problem:
Went we remove a virtual host by typing
sudo delete-website
this only remove the files and not the database.Solution:
We need to find away to remove the database that is connected with this virtual host if is necessary.
The text was updated successfully, but these errors were encountered: