• User Attivo

    Potete spiegarmi

    Ciao a tutti
    Chiedo scusa per la banalità
    Ho bisogno di una spiegazione, devo ripristinare un database e non sò assolutamente come eseguire, l'host mi ha detto di fare questa procedura:

    One of the easier ways would be to enter MySQL command line via SSH and use commands similar to the following:

    mysql - enters mysql command line as the current user
    use $database_name; - Simply replace $database_name with the name of the database you want to select.
    source /path/to/sql/file.sql; - provide the full path to the SQL file you want to restore

    Io non so' neanche com inviare il comando tramite SSH.
    Grazie
    Jenny


  • User

    Se hai accesso al phpmyadmin (generalmente sito.it/phpmyadmin) puoi entrare li e esportare/importare tutti i database che vuoi! Se non sai cos'è l'SSH allora è meglio che proprio non lo usi, rischi di fare danni gravi 😉


  • User Attivo

    Grazie Danilo
    Seguiro' il tuo consiglio.
    Quindi, inviando tramite phpmyadmin e con il comando suggerito dall'host, in poche parole quale sarebbe?
    Scusami
    Jenny