We're converting a server from per user mysql bayes to sitewide bayes using the "bayes_sql_override_username USERNAME" command. We want to use the data for one username in the mysql db already that has quite a nice buildup of trained ham and spam.
Can we simply change the username in the mysql db in the bayes_var table (to "root" for example), and then set: bayes_sql_override_username root ? Then we can run the "sa-learn --force-expire --sync" as the root user for easy nightly updating. Would the above process work? Thanks. Rob