Read more

See which MySQL database is currently in use

Deleted user #6
September 12, 2012Software engineer

When you work in the MySQL console and you want to see which database is used, type:

SELECT database();
Illustration web development

Do you need DevOps-experts?

Your development team has a full backlog? No time for infrastructure architecture? Our DevOps team is ready to support you!

  • We build reliable cloud solutions with Infrastructure as code
  • We are experts in security, Linux and databases
  • We support your dev team to perform
Read more Show archive.org snapshot

The result you see is the database you would activate with

USE database_name;
Posted to makandra dev (2012-09-12 16:29)