|
Title: can't create tables Post by: bigr3dd0g on March 08, 2009, 10:29:58 PM i get the error
Code: Table 'hcl.operators' doesn't exist INSERT INTO `operators` (`username`, `password`, `firstname`, `lastname`, `email`, `showpic`, `autosave`, `level`,`picture`) VALUES ("admin", "21232f297a57a5a743894a0e4a801fc3", "Default", "User", "admin@example.com", "0", "1", "0","") any suggestions? have newest php mysql and apache. i created a database called "hcl" with phpmyadmin, inputted the correct username and password. :-\ |