YII フレームワークで新しい nuodb を使用する方法を教えてください。
私のconfig/main.php
'db'=>array('connectionString' => 'nuodb:host=localhost:8080;dbname=getbusy'
データベース内のユーザー名は次のとおりです。
username=root
password=123456
これでよろしいですか?
I'd recommend this guide:
The connection string in the above code looks wrong, if you've installed nuodb for php correctly your connection string should look something (but not exactly) like:
'db'=>array('connectionString' => "nuodb:database=getbusy@localhost"