> I am wondering how to integrate mysql when building Roxen from source. I > assume that compiling pike against mysql 5.0 gives pike the ability to > communicate with this version. What about Roxen? Do I have to tell mysql
Roxen is written in Pike. It is enough if Pike has MySQL support. > to use the old style password with all connections from Roxen? Obviously > this isn't too much of a burden... I just have to know :) I also have to > get Roxen to communicate with mysql to run its cache. After making the > links in the proper directory, then what? What is the mysql user:pass to > use to allow this connection, and again, does this use the old style pass? Roxen, uses it's own MySQL instance. Connection parameters are setup when you run "create_configeinterface" the first time. You don't need to (although posssible) create a roxen database in your MySQL server. Marc
