- Posts: 295
COMMUNITY FORUM
Transfer k2 items from one server to another
- stavroch
-
Topic Author
- Offline
- Elite Member
Less
More
14 years 1 week ago #96544
by stavroch
Transfer k2 items from one server to another was created by stavroch
I have the K2 v2.4.1and I want to transfer some k2 items from one server to another.
Can I make export and import on phpMySQL?
Is there any tool for that?
Can I make export and import on phpMySQL?
Is there any tool for that?
Please Log in or Create an account to join the conversation.
- Vox Lab, School of Visual Arts Pte Ltd
-
- Offline
- Junior Member
Less
More
- Posts: 22
14 years 1 week ago #96545
by Vox Lab, School of Visual Arts Pte Ltd
Replied by Vox Lab, School of Visual Arts Pte Ltd on topic Transfer k2 items from one server to another
Hi,
you should login to your cpanel and go to MyPHP Admin.
From there export the table and import in the same way to the other website.
CiaoStefano
you should login to your cpanel and go to MyPHP Admin.
From there export the table and import in the same way to the other website.
CiaoStefano
Please Log in or Create an account to join the conversation.
- stavroch
-
Topic Author
- Offline
- Elite Member
Less
More
- Posts: 295
14 years 1 week ago #96546
by stavroch
Replied by stavroch on topic Transfer k2 items from one server to another
From jos_k2_items only?
Or do I have to make export combination of other tables?
Or do I have to make export combination of other tables?
Please Log in or Create an account to join the conversation.
- william white
-
- Offline
- Platinum Member
Less
More
- Posts: 3722
14 years 1 week ago #96547
by william white
Replied by william white on topic Transfer k2 items from one server to another
Please Log in or Create an account to join the conversation.
- stavroch
-
Topic Author
- Offline
- Elite Member
Less
More
- Posts: 295
14 years 1 week ago #96548
by stavroch
Replied by stavroch on topic Transfer k2 items from one server to another
So can I use the following sql query for import data
INSERT INTO `jos_k2_items` (`id`, `title`)
VALUES (192, 'xxx');
INSERT INTO `jos_k2_items` (`id`, `title`)
VALUES (192, 'xxx');
Please Log in or Create an account to join the conversation.
- stavroch
-
Topic Author
- Offline
- Elite Member
Less
More
- Posts: 295
12 years 2 months ago #96549
by stavroch
Replied by stavroch on topic Re: Transfer k2 items from one server to another
the above link doesn't link.
Can you suggest me one other site?
Can you suggest me one other site?
Please Log in or Create an account to join the conversation.
- william white
-
- Offline
- Platinum Member
Less
More
- Posts: 3722
12 years 2 months ago #96550
by william white
Replied by william white on topic Re: Transfer k2 items from one server to another
Please Log in or Create an account to join the conversation.