Article Information
Article ID
k1cK1Da
Category
Password Protector
Created
24 March 2007 1:09:39 PM
Viewed
305
Rating
1.57/3.00
Votes
23
Rate this Article
Very Helpful (3/3) - Helpful (2/3) - Not Helpful (1/3)
Knowledgebase Article
Restoring the Password Protector SD MySQL Database

From your phpMyAdmin control panel:

1. Select the database where the program's tables are stored.

2. Click on the "SQL" tab

3. Copy and paste the content from the following files into the text box on the "SQL" screen (In this order):

- mysql_ppSD_table_structure.sql
- mysql_ppSD_templates_set_default.sql
- mysql_ppSD_options_insert.sql

4. If you receive an error stating that "ppSD_templates" does not exist, add the following code to the "mysql_ppSD_table_structure.sql" file and try again:

CREATE TABLE `ppSD_templates` (
`id` varchar(30) NOT NULL default '',
`subject` varchar(200) NOT NULL default '',
`title` varchar(255) NOT NULL default '',
`content` text NOT NULL,
PRIMARY KEY (`id`)
);

Copyright © 2006 - Ascad Networks. All Rights Reserved.
This website optimized for Firefox with resolution 1024x768.
Privacy Policy / Report Site Error


Get Firefox!