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 UI/UX Design

UI/UX Design by makandra brand

We make sure that your target audience has the best possible experience with your digital product. You get:

  • Design tailored to your audience
  • Proven processes customized to your needs
  • An expert team of experienced designers
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)