Hi, > ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
urgh. i'll have to agree with others here.... MyISAM should have died many years ago..its a plague on any bust MySQL box. use at least InnoDB - which is supported by MySQL natively for many a year..... and before any complaints about users who can only follow instructions on web page or such there are PLENTY of basic guides and basic my.cnf examples for pretty decent InnoDB configurations (and there are plenty of automagic MySQL optimisation checker scripts that can tune those value to be optimal for the system (CPU/thread/memory/caching etc) however, interesting/useful tool for those that need it. alan - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

