so steps to get RT working
1. Start apache by htppd start ( int the apache installation /usr/local/apa...)
2. Start mysql,
mysqld -uuser=kosh -basedir=
3. This is the worst part logins root to the database
use mysql
update user set password = old_password('rtuser') where user ='rtuser';
flush privileges
4. Then you are ready to go
So coming to think of it is not that bad.
-Kalyan
No comments:
Post a Comment