バージョン選択

フォーラム

メニュー

オンライン状況

68 人のユーザが現在オンラインです。 (56 人のユーザが フォーラム を参照しています。)
登録ユーザ: 0
ゲスト: 68
もっと...

サイト内検索

質問 > その他 > 誰か助け下さい。MyAdmin

その他

新規スレッドを追加する

フラット表示 前のトピック | 次のトピック
投稿者 スレッド
ramrun
投稿日時: 2010/3/26 12:25
対応状況: −−−
仙人
登録日: 2006/11/3
居住地:
投稿: 789
Re: 誰か助け下さい。MyAdmin
iCLUSTAであれば復旧サービスがあるみたいですが、Infinito PLUSには無いのか問い合わせてみたらどうでしょう?

iSLE データ復旧サービス
http://home.isle.ne.jp/service/iclusta/option/datarecovery.html

セルフバックアップはしていない、ということですよね?
http://home.isle.ne.jp/service/infinito_plus/function/self-backup.html

2.4.3のdtb_productsテーブルは下記のSQLを実行すれば作成できます。
CREATE TABLE dtb_products (
    product_id int auto_increment primary key NOT NULL UNIQUE,
    name text,
    deliv_fee numeric,
    sale_limit numeric,
    sale_unlimited smallint DEFAULT 0,
    category_id int,
    rank int,
    status smallint NOT NULL DEFAULT 2,
    product_flag text,
    point_rate numeric,
    comment1 text,
    comment2 text,
    comment3 mediumtext,
    comment4 text,
    comment5 text,
    comment6 text,
    note text,
    file1 text,
    file2 text,
    file3 text,
    file4 text,
    file5 text,
    file6 text,
    main_list_comment text,
    main_list_image text,
    main_comment mediumtext,
    main_image text,
    main_large_image text,
    sub_title1 text,
    sub_comment1 mediumtext,
    sub_image1 text,
    sub_large_image1 text,
    sub_title2 text,
    sub_comment2 mediumtext,
    sub_image2 text,
    sub_large_image2 text,
    sub_title3 text,
    sub_comment3 mediumtext,
    sub_image3 text,
    sub_large_image3 text,
    sub_title4 text,
    sub_comment4 mediumtext,
    sub_image4 text,
    sub_large_image4 text,
    sub_title5 text,
    sub_comment5 mediumtext,
    sub_image5 text,
    sub_large_image5 text,
    sub_title6 text,
    sub_comment6 mediumtext,
    sub_image6 text,
    sub_large_image6 text,
    del_flg smallint NOT NULL DEFAULT 0,
    creator_id int NOT NULL,
    create_date datetime NOT NULL ,
    update_date datetime,
    deliv_date_id int
) TYPE=InnoDB ;

あとは商品とカテゴリ、商品と規格を関連付けているテーブルの内容は削除して、商品登録し直しになると思います。
delete from dtb_product_categories;
delete from dtb_products_class;
delete from dtb_best_products;
※dtb_best_products追加
フラット表示 前のトピック | 次のトピック


題名 投稿者 日時
   誰か助け下さい。MyAdmin hunterman 2010/3/26 8:14
     Re: 誰か助け下さい。MyAdmin hogehoge 2010/3/26 9:10
   » Re: 誰か助け下さい。MyAdmin ramrun 2010/3/26 12:25
       Re: 誰か助け下さい。MyAdmin hunterman 2010/3/27 5:09
         Re: 誰か助け下さい。MyAdmin ramrun 2010/3/27 9:53
           Re: 誰か助け下さい。MyAdmin hunterman 2010/3/28 6:00

 



ログイン


EC-CUBE公式 Amazon Payプラグイン

統計情報

総メンバー数は90,453名です
総投稿数は110,415件です

投稿数ランキング

1
seasoft
7369
2
468
3217
3
AMUAMU
2712
4
nanasess
2314
5
umebius
2085
6
yuh
1819
7
h_tanaka
1695
8
red
1571
9
mcontact
1378
10
tsuji
958
11
fukap
907
12
shutta
835
13
tao_s
799
14 ramrun 789
15 karin 689
16 sumida 641
17
homan
633
18 DELIGHT 572
19
patapata
502
20
flealog
485


ネットショップの壺

EC-CUBEインテグレートパートナー

Copyright© EC-CUBE CO.,LTD. All Rights Reserved.