Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用 PHP 创建了一个表。当我去访问那个表时,我得到错误 -table 不存在。创建表时,我已将所有权限授予用户。表名是小写字母,如果我在本地机器上运行查询,它可以正常工作。我认为这是一个权限问题,但无法解决。
try adding some error handling:
$rsLogin = mysql_query($loginQuery, $connect) or die(mysql_error());