0

YII フレームワークで新しい nuodb を使用する方法を教えてください。

私のconfig/main.php

'db'=>array('connectionString' => 'nuodb:host=localhost:8080;dbname=getbusy'

データベース内のユーザー名は次のとおりです。

username=root
password=123456  

これでよろしいですか?

4

1 に答える 1

0

I'd recommend this guide:

http://www.nuodb.com/techblog/2013/04/23/nuodb-how-to-turn-lamp-into-a-powerful-scale-out-software-bundle/

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"
于 2013-05-06T20:30:15.573 に答える