Confirmed users
3,727
edits
| Line 104: | Line 104: | ||
* Edit the server-full/etc/sync.conf file to use mysql instead of sqlite3 | * Edit the server-full/etc/sync.conf file to use mysql instead of sqlite3 | ||
sqluri = mysql:// | sqluri = mysql://user:password@server/database | ||
where "user" is the current user on this install | |||
"password" is the mysql password for this user | |||
"server" is just localhost | |||
"database" is a default or new database for use with the Sync server | |||
* Start the Sync Server and verify it works properly | * Start the Sync Server and verify it works properly | ||