Does rails set anything in a mysql database? -


basically, if have 2 rails applications, different database.yml settings, both connecting same database, conflict each other?

or database.yml specific local application?

essentially, rails create raw database connection mysql workbench would? or there more it?

the .yml file simplyba connection config app. totally fine connect same app different .yml


Comments

Popular posts from this blog

PHP DOM loadHTML() method unusual warning -

python - How to create jsonb index using GIN on SQLAlchemy? -

c# - TransactionScope not rolling back although no complete() is called -