Guest User

Untitled

a guest
Jan 20th, 2019
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. | GRANT SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, RELOAD, PROCESS, REFERENCES, INDEX,
  2. ALTER, SHOW DATABASES, CREATE TEMPORARY TABLES, LOCK TABLES, EXECUTE, REPLICATION
  3. CLIENT, CREATE VIEW, SHOW VIEW, CREATE ROUTINE, ALTER ROUTINE, CREATE USER, EVENT,
  4. TRIGGER ON *.* TO 'root'@'%' IDENTIFIED BY PASSWORD'*XXXXX' WITH GRANT OPTION |
  5.  
  6. development:
  7. host: XXXX.YYYY.us-east-1.rds.amazonaws.com
  8. adapter: mysql2
  9. encoding: utf8
  10. reconnect: false
  11. database: filemaker
  12. pool: 5
  13. username: root
  14. password: ZZZZZ
  15.  
  16. >> Section.first.update_column(:craigslist_posts, 1)
  17. Section Load (101.6ms) SELECT `sections`.* FROM `sections` LIMIT 1
  18. SQL (49.9ms) UPDATE `sections` SET `craigslist_posts` = 1 WHERE `sections`.`_id`=
  19. 4470
  20. => false
Add Comment
Please, Sign In to add comment