Access denied for user: 'root@localhostt' (Using password: YES)'

Hi All,
I am new to this list, I am trying to install
RT in my machine, I am getting the following error
message,
In the Makefile I am using DB_RT_USER = mysql
what may be the problem, it seems to be access
problem,
if it is so, how to set Administrator’s password in
MySQl.

Thanks in Advance,
Bala.

#make install
mkdir -p //usr/local/rt2/bin
mkdir -p //usr/local/rt2/WebRT/data
mkdir -p //usr/local/rt2/WebRT/sessiondata
mkdir -p //usr/local/rt2/etc
mkdir -p //usr/local/rt2/lib
mkdir -p //usr/local/rt2/WebRT/html
mkdir -p //usr/local/rt2/local/WebRT/html
/usr/bin/perl tools/initdb ‘mysql’
‘/usr/local/mysql’ ‘localhost’ ‘’ ‘root’ ‘rt2’ cre
ate
Now creating a database for RT.
Enter the mysql password for root:
Creating mysql database rt2.
cp etc/acl.mysql ‘//usr/local/rt2/etc/acl.mysql’
/usr/bin/perl -p -i -e " s’!!DB_TYPE!!‘“mysql”‘g;
s’!!DB_HOST!!’“localhost”'g;\

s’!!DB_RT_PASS!!'“admin123”'g;\

s’!!DB_RT_HOST!!‘“localhost”‘g;
s’!!DB_RT_USER!!’“mysql”‘g;
s’!!DB_DATABASE!!'“rt2”'g;"
//usr/local/rt2/etc/acl.mysql
bin/initacls.mysql ‘/usr/local/mysql’ ‘localhost’ ‘’
‘root’ ‘’ ‘rt2’ ‘//usr/local/rt2/e
tc/acl.mysql’
Enter the mysql administrator’s database password to
create a new user for RT
Enter password:
ERROR 1044: Access denied for user: ‘root@localhost’
to database ‘mysql’
Enter the mysql administrator’s database password to
nondestructively reload the databa
se
Enter password:
/usr/local/mysql/bin/mysqladmin: reload failed; error:
‘Access denied for user: ‘root@localhost’ (Using
password: YES)’
make: *** [acls] Error 1

Do You Yahoo!?
Yahoo! Sports - Coverage of the 2002 Olympic Games

Hi,
Access denied problem solved!!, I reinstalled MySQL
now I installed RT.

-bala---- Bala linuxbala@yahoo.com wrote:

Hi All,
I am new to this list, I am trying to install
RT in my machine, I am getting the following error
message,
In the Makefile I am using DB_RT_USER = mysql
what may be the problem, it seems to be access
problem,
if it is so, how to set Administrator’s password in
MySQl.

Thanks in Advance,
Bala.

#make install
mkdir -p //usr/local/rt2/bin
mkdir -p //usr/local/rt2/WebRT/data
mkdir -p //usr/local/rt2/WebRT/sessiondata
mkdir -p //usr/local/rt2/etc
mkdir -p //usr/local/rt2/lib
mkdir -p //usr/local/rt2/WebRT/html
mkdir -p //usr/local/rt2/local/WebRT/html
/usr/bin/perl tools/initdb ‘mysql’
‘/usr/local/mysql’ ‘localhost’ ‘’ ‘root’ ‘rt2’ cre
ate
Now creating a database for RT.
Enter the mysql password for root:
Creating mysql database rt2.
cp etc/acl.mysql ‘//usr/local/rt2/etc/acl.mysql’
/usr/bin/perl -p -i -e " s’!!DB_TYPE!!'“mysql”'g;\

s’!!DB_HOST!!'“localhost”'g;\

s’!!DB_RT_PASS!!'“admin123”'g;\

s’!!DB_RT_HOST!!‘“localhost”‘g;
s’!!DB_RT_USER!!’“mysql”‘g;
s’!!DB_DATABASE!!'“rt2”'g;"
//usr/local/rt2/etc/acl.mysql
bin/initacls.mysql ‘/usr/local/mysql’ ‘localhost’ ‘’
‘root’ ‘’ ‘rt2’ ‘//usr/local/rt2/e
tc/acl.mysql’
Enter the mysql administrator’s database password to
create a new user for RT
Enter password:
ERROR 1044: Access denied for user: ‘root@localhost’
to database ‘mysql’
Enter the mysql administrator’s database password to
nondestructively reload the databa
se
Enter password:
/usr/local/mysql/bin/mysqladmin: reload failed;
error:
‘Access denied for user: ‘root@localhost’ (Using
password: YES)’
make: *** [acls] Error 1


Do You Yahoo!?
Yahoo! Sports - Coverage of the 2002 Olympic Games
http://sports.yahoo.com


rt-users mailing list
rt-users@lists.fsck.com
http://lists.fsck.com/mailman/listinfo/rt-users

Do You Yahoo!?
Yahoo! Sports - Coverage of the 2002 Olympic Games