Posted over 9 years ago. Visible to the public.
See which MySQL database is currently in use
When you work in the MySQL console and you want to see which database is used, type:
CopySELECT database();
The result you see is the database you would activate with
CopyUSE database_name;
Does your version of Ruby on Rails still receive security updates?
Rails LTS provides security patches for unsupported versions of Ruby on Rails (2.3, 3.2, 4.2 and 5.2).