Toutes mes réponses sur les forums
-
AuteurMessages
-
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.
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.
Aie si je demmande pas d’aide persone me répond …
snif
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` vaMerci de ton aide .
HELP ME ! :o:(
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 existsAlors que aucunes base de données n’ait créer ?
Aije fait la bonne manipulation ?
Merci.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.
Merci beaucoup de ton aide 😉
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_niceQue faut t-il faire, merci de votre aide ?
Charlie.
HELP ME j’ai le même problème.
Magnifique, j’ai trouver sujet CLOS et merci AmO pour ta précieuse aide.
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 ?
Heu .. je le met ou ceci ?
Hé si il contient beacoup de données ?
-
AuteurMessages