MyRT Line 76 error/upgrade error

I restored a 3.4.3 mysql db into 3.6.0. I am
receiving the line 76 error that has already been
reported. When I run the upgrade command:

/opt/rt3/sbin/rt-setup-database --action schema
–datadir
/usr/src/build/rt-3.6.0/etc/upgrade/3.5.1

I receive the following error:

DBI connect(‘dbname=rt3;host=localhost’,‘’,…)
failed: Access denied for user
root’@‘localhost’ (using password: NO) at
/opt/rt3/sbin/rt-setup-database line
169

Use of uninitialized value in concatenation (.) or
string at /opt/rt3/sbin/rt-se
tup-database line 169.

Failed to connect to dbi:mysql:;host=localhost as :
Access denied for user 'root
'@‘localhost’ (using password: NO) at
/opt/rt3/sbin/rt-setup-database line 169.

Any suggestions on how to get around this error?

Thanks,
Shannon

Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around

I restored a 3.4.3 mysql db into 3.6.0. I am
receiving the line 76 error that has already been
reported. When I run the upgrade command:

/opt/rt3/sbin/rt-setup-database --action schema
–datadir
/usr/src/build/rt-3.6.0/etc/upgrade/3.5.1

I receive the following error:

DBI connect(‘dbname=rt3;host=localhost’,‘’,…)
failed: Access denied for user
root’@‘localhost’ (using password: NO) at
/opt/rt3/sbin/rt-setup-database line
169

The makefile tells you to:

    @echo "    $(RT_SBIN_PATH)/rt-setup-database --dba $(DB_DBA) --prompt-for-dba-passwor

d --action schema --datadir etc/upgrade/"
@echo " $(RT_SBIN_PATH)/rt-setup-database --dba $(DB_DBA) --prompt-for-dba-passwor
d --action acl --datadir etc/upgrade/"
@echo " $(RT_SBIN_PATH)/rt-setup-database --dba $(DB_DBA) --prompt-for-dba-passwor
d --action insert --datadir etc/upgrade/"

You need to spec a username and password.