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 online protection

Rails Long Term Support

Rails LTS provides security patches for old versions of Ruby on Rails (2.3, 3.2, 4.2 and 5.2)

  • Prevents you from data breaches and liability risks
  • Upgrade at your own pace
  • Works with modern Rubies
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)