Hi All,
Thanks for your supporting us again.
Method - 01
1.Installed OSTicket on another PC with local database named "osticket"
2.Get the backup on existing server via "PhPMyAdmin" and "Export" data to file. Earlier I was stuck on error message but able to fix it via http://stackoverflow.com/questions/3278470/phpmyadmin-error-1062-duplicate-entry-1-for-key-1
3.After "Importing" the backup file to new pc its getting error message
---- Indexes for dumped tables------ Indexes for table `ost1_api_key`--ALTER TABLE `ost1_api_key` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `apikey` (`apikey`), ADD KEY `ipaddr` (`ipaddr`);
"#1068 - Multiple primary key defined "
Method - 02
1. Tried via command line get backup of existing server via
mysqldump -u root -p --databases osticket > originalbkp
2.Restore the database to new pc via
mysql -u root -p osticket < originalbkp
3.It restored the database without errors but http://localhost/support and http://localhost/support/scp not displayed.
Thanks,
Mohan K.