Revízia 1.1, Thu Aug 19 09:11:51 2004 UTC (21 years, 9 months ago) by nepto
Task Manager added into repository.
It was a test project made for NUSTEP -- http://www.nustep.net/
--
-- Task Manager MySQL database creation file
--
create database taskmng;
grant all privileges on taskmng.* to taskmng@localhost identified by 'kofola';
flush privileges;