Answered You can hire a professional tutor to get the answer.
I have already asked this question and received the below code but I still can not connect to the database. It just tells me quot;Can not use school...
I have already asked this question and received the below code but I still can not connect to the database. It just tells me "Can not use school as the current database:" I have my table made and know that it has information. Can someone explain why I am not getting past the "Can not use school as current database:"
CREATE TABLE UserName ( UserNameID int(9) NOT NULL auto_increment, userName VARCHAR(40) NOT NULL, pass VARCHAR(40) NOT NULL, PRIMARY KEY(UserNameID) );