login  Naam:   Wachtwoord: 
Registreer je!
 Forum

[ruby]wat aanpassen?

Offline riekele - 27/12/2005 23:17
Avatar van riekelePHP beginner hallo,
ik hbe ook besloten om ruby te gaan leren, maar nu zit ik met een vraagje: ik heb in database.yml nu dit ingevuld:
  1. # MySQL (default setup). Versions 4.1 and 5.0 are recommended.
  2. #
  3. # Get the fast C bindings:
  4. # gem install mysql
  5. # (on OS X: gem install mysql -- --include=/usr/local/lib)
  6. # And be sure to use new-style password hashing:
  7. # http://dev.mysql.com/doc/refman/5.0/en/old-client.html
  8. development:
  9. adapter: mysql
  10. database: tutorials
  11. username: rick
  12. password: wachtwoord
  13. socket: /path/to/your/mysql.sock
  14.  
  15. # Connect on a TCP socket. If omitted, the adapter will connect on the
  16. # domain socket given by socket instead.
  17. #host: localhost
  18. #port: 3306
  19.  
  20. # Warning: The database defined as 'test' will be erased and
  21. # re-generated from your development database when you run 'rake'.
  22. # Do not set this db to the same as development or production.
  23. test:
  24. adapter: mysql
  25. database: tutorials_test
  26. username: root
  27. password:
  28. socket: /path/to/your/mysql.sock
  29.  
  30. production:
  31. adapter: mysql
  32. database: tutorials_production
  33. username: root
  34. password:
  35. socket: /path/to/your/mysql.sock

is dat alles, of ben ik nog iets vergeten?

0 antwoorden

Gesponsorde links
Er zijn nog geen reacties op dit bericht.
Dit onderwerp is gesloten.
Actieve forumberichten
© 2002-2024 Sitemasters.be - Regels - Laadtijd: 0.189s