background preloader

MySQL

Facebook Twitter

Mysql backup & restoe. MySQL Tables « Easy APNS. Before you get started: You can download this source code here.

MySQL Tables « Easy APNS

NOTE: If you do not have full database privileges, you will need to use our alternate database file. You will NOT need the `apns_device_history` table as it will no longer be used, so you can ignore the instructions below. See Installation: MySQL Database for further information. There are only three tables you need to create to get Easy APNs up and running. `apns_device_history` is an optional table that should only be installed if you have full database privileges. Mysql apple push -Tutorial. Now we need a MySQL database to store all user information so that we know where to send the Push Notifications!

Mysql apple push -Tutorial

Build up database to receive user information -> Create a database and a user for that database. -> Update the apns.php file and sendMessage.php file with the database information (username, pwd, database name, host, etc.)