Displaying 1 result from an estimated 1 matches for "projectname_develop".
2008 Apr 23
4
database.yml, what to change?
..."""
You then need to edit the database.yml file (in any text editor) to
properly link to your database etc. This file can be found in the
ProjectName\config\ directory. You will be presented with something
that looks like:
development:
adapter: mysql
encoding: utf8
database: ProjectName_development
username: root
password: your_password_here
host: localhost (modify if needed)
Once all this is set up, you just need to run the command:
"""
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups &qu...