Visualizzazione dei risultati da 1 a 8 su 8
  1. #1

    problemi con wordpress in locale

    ho installato xampp sul pc e subito dopo ho inserito nella directory htdocs la cartella relativa al sito wordpress. Ho cambiato come specificato le impostazioni del file wp_config_example.php e l'ho rinominato wp_config.php. Purtroppo il sito non viene visto, mi da errore di database. Cosa ho sbagliato?
    …• Quello che facciamo in vita riecheggia per l'eternità •…

    …• Claudio Re - Coach Trainer •…

    …• Io sono Ciuck •…

  2. #2
    Hai creato il database con PhpMyadmin?

  3. #3
    no, o almeno non mi pare. Come lo devo impostare?
    …• Quello che facciamo in vita riecheggia per l'eternità •…

    …• Claudio Re - Coach Trainer •…

    …• Io sono Ciuck •…

  4. #4
    Devi accedere a PhpMyadmin tramite localhost e creare semplicemente un database il cui nome andrai poi ad inserire in wp-config.php.

  5. #5
    Utente di HTML.it
    Registrato dal
    Jun 2011
    Messaggi
    4
    questa è l'unica soluzione?

  6. #6
    Originariamente inviato da kodem
    Devi accedere a PhpMyadmin tramite localhost e creare semplicemente un database il cui nome andrai poi ad inserire in wp-config.php.
    l'ho fatto, mi da una pagina completamente bianca
    …• Quello che facciamo in vita riecheggia per l'eternità •…

    …• Claudio Re - Coach Trainer •…

    …• Io sono Ciuck •…

  7. #7
    Non riesci ad accedere a Phpmyadmin o non riesci a creare il database.
    Se apri http://localhost dovresti accedere alla pagina principale di Xampp, sulla sinistra dovrebbe esserci un link che porta a Phpmyadmin.

    Non ti so essere molto d'aiuto con Xampp in quanto uso Linux.

  8. #8
    quello l'ho fatto. Questo è il codice della pagina wp.config.php

    codice:
    Database Name 	wordpress	The name of the database you want to run WP in.
    User Name 	pippo		Your MySQL username
    Password 	pippo	...and MySQL password.
    Database Host 	localhost	You should be able to get this info from your web host, if localhost does not work.
    Table Prefix 	wp_		If you want to run multiple WordPress installations in a single database, change this.
    codice:
    // ** MySQL settings - You can get this info from your web host ** //
    /** The name of the database for WordPress */
    define('DB_NAME', 'wordpress');
    
    /** MySQL database username */
    define('DB_USER', 'pippo');
    
    /** MySQL database password */
    define('DB_PASSWORD', 'pippo');
    
    /** MySQL hostname */
    define('DB_HOST', 'localhost');
    
    /** Database Charset to use in creating database tables. */
    define('DB_CHARSET', 'utf8');
    
    /** The Database Collate type. Don't change this if in doubt. */
    define('DB_COLLATE', '');
    …• Quello che facciamo in vita riecheggia per l'eternità •…

    …• Claudio Re - Coach Trainer •…

    …• Io sono Ciuck •…

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.