Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

1.7K
Views
dbeaver 7.1.1 delete database

How can I delete a database in Dbeaver? I set as default another db but still have an error.enter image description here

over 4 years ago · Santiago Trujillo
2 answers
Answer question

0

Ok, it's not a bug. Just in your connection type another database. Now you can delete the previous default database.

over 4 years ago · Santiago Trujillo Report

0

I just had this problem with DBeaver 7.1.0.

  1. Open your CLI terminal ;)

  2. Type mysql -u root -p (or whatever your SQL server is, Postgres, etc)

-u root is for user root

-p is for password--it will let you type it in after you hit enter

  1. Type USE databasename (where databasename is the name of your DB in DBeaver)

  2. Type SHOW tables; (this will list all the tables in that DB)

  3. Type DROP TABLE tablename; (where tablename is each table)

I searched for a while in DBeaver, but the easiest way is to simply use the MySQL command line interface and input a couple commands.

over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!