Hi
 
iam trying to populate mysql datatabase
iam getting following error
 
any suggstions
 
mysql -u root -ppassword  radius < mysql.sql
ERROR 1067 (42000) at line 15: Invalid default value for 'AcctStartTime'
 
 
line 15 looks like below
 
AcctStartTime datetime NOT NULL default '0000-00-00 00:00:00',
  AcctStopTime datetime NOT NULL default '0000-00-00 00:00:00',
 
 
ram