Ok so basically i was reading up on how to make a phpbb thing for your zymic website and well it keeps giving me the error Cant access database so i try'ed to log into my Phpmyadmin and well It pops up a box saying User name and Password well it says type my database Username and password well i did, and its not working just closes and reopens.... And I dont make mistakes... when it comes to logging in lol... anyways so i was like w/e ill just wait so i waited about an hour got back on looked at another post how to make an Login System / register and he says :

now go to your phpadmin and create a table with this query

CODE
CREATE TABLE users (
id int(10) NOT NULL auto_increment,
username varchar(40),
password varchar(50),
regdate varchar(20),
email varchar(100),
website varchar(150),
location varchar(150),
show_email int(2) DEFAULT '0',
last_login varchar(20),
PRIMARY KEY(id))


Well I tryed to access my Phpadmin and it still doesnt work... so i created a new database and named it login and still wouldnt let me loginto my database sooooo idk what im doing wrong but my URL is:

http://guildsoflemuria.vndv.com Database... guildsoflemuria_phpbb and guildsoflemuira_login


so if i have to wait 24 hours before my Database is up i dont mind wating but if its not going to work then whats the point in using Zymic. Thanks hope some one has some Answers!