我正在为 Apple Push Notification 开发一个简单的 iPhone 应用程序。我点击了以下链接http://www.raywenderlich.com/3525/apple-push-notification-services-tutorial-part-2。我已经从这里http://dev.mysql.com/downloads/mysql/5.1.html#macosx-dmg下载了 MySql并下载到我的 mac。而且RayWenderlich gave us a php and sql file for the project
我已经下载了PushChatServer folder from the above raywenderlich site
。我找到了这个文件夹database.sql, api.sql and push.sql
。现在我想检查输入的值是否存储在数据库表中。
我如何以及在哪里可以检查 Mac OS X v10.6.8 中的表格和存储值?谁能帮我找到解决方案?提前致谢。
这是表的详细信息
api.sql = CREATE TABLE active_users
database.sql = CREATE DTATABASE pushchat DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;
push.sql = CREATE TABLE push_queue
请帮我。