无法看到使用php和mysql查询插入的mysql中的数据
我已经注册了一个域名,并且正在使用 plesk 面板上传文件,一切正常,但我看不到 mysql 数据库中的数据,这些数据是我使用 php 的 mysql 查询插入到数据库中的。我不确定,但为什么我看不到我创建的数据库中的数据?在查看我创建的数据库中的数据之前,我是否需要填写或执行任何操作。请让我知道任何帮助,我们将不胜感激。
I have a registered a domain and I am using plesk panel to upload files everything is working cool but i cant see the data in the mysql database that i inserted using mysql queries with php into the database .I am not sure but why i cant see the data in the database created by me? do I need to do fill up or do anything before i view the data in the database i created.Please let me know this any help is greatly appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查看数据无需执行任何特殊操作。问题很可能出在您用于在数据库中添加数据的 php 脚本。你检查过是否有错误吗?
您还可以尝试直接从 phpmypadmin 运行 sql 查询以确保它们正确,然后使用 php 重试。
There's nothing special you need to do to view the data. The problem is most likely with your php script for adding the data in the db. Have you checked that for errors?
You can also try running the sql queries directly from phpmypadmin just to make sure they are correct and then try again using php.