Re: [cowiki-dev] chinese traditional language
"Daniel T. Gorski" <[email protected]> Fri, 20 May 2005 01:25:52 +0200
| Newsgroups | gmane.comp.php.cowiki.devel |
|---|---|
| Message-ID | <20050519232551.GN6909@bantha> |
On 19 May 17:46, Andrew Huang wrote: > what do i need to change this to? > RESOURCE = "mysql://USER:PASSWD@localhost/DATABASE" > > that's the default and i didn't change it. You told, you have created a database (imported the database schema). What you require now is a connector user defined for (and in) your MySQL database with appropriate privileges. This is the user that PHP uses to connect to your database and this _should not_ be the MySQL "root"/"administrator" user. For a test you _might_ use the MySQL root user _temporarily_: RESOURCE = "mysql://root-user-name:his-password@localhost/cowiki-or-how-you-named-the-database" This has to be copied for the three occurences of RESOURCE in the core.conf file. If this basically works, you need to create the "connector user" for your coWiki database and re-set the RESOURCEs in the core.conf. If you have problems with the last part, please write. HTH, dtg P.S. Everything will get easier with the next coWiki release :)