I'd infer from the comments in the code that in order to change my Acl's data source from the default, I should set the following in my app's core.php:
Configure::write('Acl.database', 'myDataSourceName'); Assuming that $myDataSourceName is set in database.php, I'd expect "cake -app /path/to/app/with/named/data/source schema run create DbAcl" to create the Acl tables in the database defined in $myDataSourceName. However, when I set the Acl.database config, I can't get the console to write the Acl tables to any data source but the default. And if I delete the default database from database.php, I get an error complaining that CakePHP can't find the default. Am I likely just making a n00b mistake here? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this group, send email to cake-php+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---