I have installed Version 5.1. I didn't install it in the root. I installed it in mydomain.com/dr/ I wasn't sure about how many extra files it would leave in the root. So, naturally, now when you go to mydomain.com, it doesn't show up. I have to go to /dr/ for the main screen to show up. So, I have a few questions.

Should I uninstall and re-install? or do I must move the files? Or will they not match up to the table created in mysql? Also, when it got done installing, it left these error messages:

· user warning: Access denied for user 'myuser'@'%' to database 'mydatabase' query: CREATE TEMPORARY TABLE missing_nids SELECT n.nid, n.created, n.uid FROM node n LEFT JOIN node_comment_statistics c ON n.nid = c.nid WHERE c.comment_count IS NULL in /hsphere/local/home/northwes/mydomain.com/dr/includes/database.mysql.inc on line 172.
· user warning: Table 'mytable.missing_nids' doesn't exist query: INSERT INTO node_comment_statistics (nid, last_comment_timestamp, last_comment_name, last_comment_uid, comment_count) SELECT n.nid, n.created, NULL, n.uid, 0 FROM missing_nids n in /hsphere/local/home/northwes/mydomain.com/dr/includes/database.mysql.inc on line 172.