Page History
...
- Locate the userDS data source url parameter. <nowiki>urlurl="jdbc:jtds:sqlserver://localhost/users"/></nowiki>. You can change the name "users" to whatever you wish, "
users" for example. But it must match the database name you create in your SQL server. See verify connection Url below.Frevvoproduct - Create a utf8 encoded database "users" (assuming you left the url parameter database name as the default) in your SQL server
- In the
installation locate the script <frevvo-home>/data/sql/users-<database type>.sql. Ex: for mySQL the script is named <frevvo-home>/data/sql/users-mysql5.sqlFrevvoproduct - Run that script in the "users" database
- Set the userDS data source username and password parameter to a user that has write permissions to your "users" database.
...
Overview
Content Tools