Charlie-Show (Créer un compte)

Toutes mes réponses sur les forums

14 sujets de 1 à 14 (sur un total de 14)
  • Auteur
    Messages
  • en réponse à : Erreur SQL au Backup #575771
    Charlie-Show
    Participant
    Initié WordPress
    16 contributions

    Bon tout va bien aprés tant d’éffort je suis enfin arriver à transferer mon blog de http://charlieshow.free.fr/blog à http://www.charlie-show.fr.

    Mais tout n’est pas rose, tout les liens du http://www.charlie-show.fr, articles, commentaires etc … donne sur l’adresse : http://charlieshow.free.fr/ alors que tout les articles et commentaires existe sur http://www.charlie-show.fr : http://www.charlie-show.fr/?p=79

    Mais que faire !
    Merci Amo de ton aide.

    Charlie.

    en réponse à : Erreur SQL au Backup #575769
    Charlie-Show
    Participant
    Initié WordPress
    16 contributions

    Bon ! Merci beaucoup de ton aide.
    Donc l’importation de la base de données de Free vers OVH à fonctionner mais WordPress me demmande de faire toutes les manipulations comme quand je l’installe pour la première fois et une fois tout les manipulations effectués je n’est aucuns articles, commentaires etc … dans le blog ?

    Aurai-je oublier quelque chose ?
    Merci.

    Charlie.

    en réponse à : Erreur SQL au Backup #575767
    Charlie-Show
    Participant
    Initié WordPress
    16 contributions

    Aie si je demmande pas d’aide persone me répond … :( snif

    en réponse à : Erreur SQL au Backup #575766
    Charlie-Show
    Participant
    Initié WordPress
    16 contributions

    Merci, je prend note !

    J’ai integrer le code que tu ma fournis, mais toujours rien :

    CREATE TABLE  `wp_comments` (
    `comment_ID` bigint( 20 ) unsigned NOT NULL AUTO_INCREMENT ,
    `comment_post_ID` int( 11 ) NOT NULL default ‘0’,
    `comment_author` tinytext COLLATE latin1_general_ci NOT NULL ,
    `comment_author_email` varchar( 100 ) COLLATE latin1_general_ci NOT NULL default  »,
    `comment_author_url` varchar( 200 ) COLLATE latin1_general_ci NOT NULL default  »,
    `comment_author_IP` varchar( 100 ) COLLATE latin1_general_ci NOT NULL default  »,
    `comment_date` datetime NOT NULL default ‘0000-00-00 00:00:00’,
    `comment_date_gmt` datetime NOT NULL default ‘0000-00-00 00:00:00’,
    `comment_content` text COLLATE latin1_general_ci NOT NULL ,
    `comment_karma` int( 11 ) NOT NULL default ‘0’,
    `comment_approved` enum( ‘0’, ‘1’, ‘spam’ ) COLLATE latin1_general_ci NOT NULL default ‘1’,
    `comment_agent` varchar( 255 ) COLLATE latin1_general_ci NOT NULL default  »,
    `comment_type` varchar( 20 ) COLLATE latin1_general_ci NOT NULL default  »,
    `comment_parent` bigint( 20 ) NOT NULL default ‘0’,
    `user_id` bigint( 20 ) NOT NULL default ‘0’,
    PRIMARY KEY ( `comment_ID` ) ,
    KEY `comment_approved` ( `comment_approved` ) ,
    KEY `comment_post_ID` ( `comment_post_ID` )
    ) ENGINE = MYISAM AUTO_INCREMENT =19 AUTO_INCREMENT =19;

    voilà que maintenant c’est la table comment, je comprend plus rien …

    #1064 – You have an error in your SQL syntax.  Check the manual that corresponds to your MySQL server version for the right syntax to use near ‘collate latin1_general_ci NOT NULL,
    `comment_author_email` va

    Merci de ton aide .

    en réponse à : Erreur SQL au Backup #575764
    Charlie-Show
    Participant
    Initié WordPress
    16 contributions

    HELP ME ! :o:(

    en réponse à : Erreur SQL au Backup #575763
    Charlie-Show
    Participant
    Initié WordPress
    16 contributions

    A chaque avancement des erreurs je supprimer ce qui n’allait pas mais maintenant je suis arriver à ce stade :

    CREATE TABLE  `wp_categories` (
    `cat_ID` bigint( 20 ) NOT NULL AUTO_INCREMENT ,
    `cat_name` varchar( 55 ) ,
    `category_nicename` varchar( 200 ) ,
    `category_description` longtext NOT NULL ,
    `category_parent` bigint( 20 ) ,
    `category_count` bigint( 20 ) ,
    PRIMARY KEY ( `cat_ID` ) ,
    KEY `category_nicename` ( `category_nicename` )
    ) ENGINE = MYISAM AUTO_INCREMENT =6;


    MySQL a répondu:

    #1050 – Table ‘wp_categories’ already exists

    Alors que aucunes base de données n’ait créer ?
    Aije fait la bonne manipulation ?
    Merci.

    en réponse à : Erreur SQL au Backup #575762
    Charlie-Show
    Participant
    Initié WordPress
    16 contributions

    Ca à l’air de s’arranger mais toujours rien :

    CREATE TABLE  `wp_categories` (
    `cat_ID` bigint( 20 ) NOT NULL AUTO_INCREMENT ,
    `cat_name` varchar( 55 ) COLLATE NOT NULL default  »,
    `category_nicename` varchar( 200 ) NOT NULL default  »,
    `category_description` longtext NOT NULL ,
    `category_parent` bigint( 20 ) NOT NULL default ‘0’,
    `category_count` bigint( 20 ) NOT NULL default ‘0’,
    PRIMARY KEY ( `cat_ID` ) ,
    KEY `category_nicename` ( `category_nicename` )
    ) ENGINE = MYISAM AUTO_INCREMENT =6;

    Merci beacoup.

    en réponse à : [Résolu] Code pour liste catégories ? #578882
    Charlie-Show
    Participant
    Initié WordPress
    16 contributions

    Merci beaucoup de ton aide 😉

    en réponse à : Erreur SQL au Backup #575760
    Charlie-Show
    Participant
    Initié WordPress
    16 contributions

    :(

    Moi j’ai ca :

    CREATE TABLE  `wp_categories` (
    `cat_ID` bigint( 20 ) NOT NULL AUTO_INCREMENT ,
    `cat_name` varchar( 55 ) COLLATE latin1_general_ci NOT NULL default  »,
    `category_nicename` varchar( 200 ) COLLATE latin1_general_ci NOT NULL default  »,
    `category_description` longtext COLLATE latin1_general_ci NOT NULL ,
    `category_parent` bigint( 20 ) NOT NULL default ‘0’,
    `category_count` bigint( 20 ) NOT NULL default ‘0’,
    PRIMARY KEY ( `cat_ID` ) ,
    KEY `category_nicename` ( `category_nicename` )
    ) ENGINE = MYISAM AUTO_INCREMENT =6 AUTO_INCREMENT =6;


    MySQL a répondu:

    #1064 – You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near ‘collate latin1_general_ci NOT NULL default  »,
    `category_nice

    Que faut t-il faire, merci de votre aide ?

    Charlie.

    en réponse à : Erreur SQL au Backup #575758
    Charlie-Show
    Participant
    Initié WordPress
    16 contributions

    HELP ME j’ai le même problème.

    en réponse à : [Résolu] Problème Password ? #578762
    Charlie-Show
    Participant
    Initié WordPress
    16 contributions

    Magnifique, j’ai trouver sujet CLOS et merci AmO pour ta précieuse aide.

    en réponse à : [Résolu] Problème Password ? #578761
    Charlie-Show
    Participant
    Initié WordPress
    16 contributions

    Merci beacoup, mais voici ce que j’ai dan ma table user_pass :

    `user_pass« ID« user_url« user_activation_key« display_name« user_status« user_url« user_email« user_nicename« user_login`ALTER TABLE `wp_users` ADD FULLTEXT(`user_pass`)

    J’ai pas de mot de pass actuel d’afficher que doi-je faire ?

    en réponse à : [Résolu] Problème Password ? #578759
    Charlie-Show
    Participant
    Initié WordPress
    16 contributions

    Heu .. je le met ou ceci ?

    en réponse à : [Résolu] Problème Password ? #578757
    Charlie-Show
    Participant
    Initié WordPress
    16 contributions

    Hé si il contient beacoup de données ?

14 sujets de 1 à 14 (sur un total de 14)