| Question:
How do i install DCOutlook? |
| Answer: |
Install on your DCSERVER MySQL 3.23 the database DCOUTLOOK_DB
telnet/ssh to your dcserver using your username, then login as root.
type:
mysqladmin -u root -p create DCOUTLOOK_DB
It will ask you for mysql password (ask us if you dont know the mysql password is)
Then go into mysql with the command:
mysql -u root -p mysql
then type:
grant all privileges on DCOUTLOOK_DB.* to "dcoutlook"@"192.168.1.%" identified by 'DcOutlook'; flush privileges;
then type :
exit
Download DCOUTLOOK_DB.sql from http://www.dclabs.com.au/downloads/DCOUTLOOK_DB.sql
So you can now install the DCOUTLOOK_DB structure from normal shell acess by
mysql -u root -p DCOUTLOOK_DB < DCOUTLOOK_DB.sql
Now you can install DCOutlook onto the PC
You can get it from
http://www.dclabs.com.au/downloads/DCOutlookSetup.exe
Before runnning it for the first time you MUST create a contacts folder in the main personal tree on Outlook
The name of this folder must be
Shared Folders
You should also have your dcserver set to 192.168.1.254 (for the time being).
Check the files dbxconnections.ini and dcxdrivers.ini in the C:Program FilesDCLABSDC Outlook folder and ensure the host address is your MySQL server.
Remember the MySQL version MUST match the 3.23 version production.
Have fun. It will sync every 2 minutes.
Note:
http://www.express-soft.com/mailmate/clickyes.html
This program removes the annoying Outlook guard alert that will pop up every so often.
|
|