Tags: restore,database

Sort by: Date / Title /

  1. 9 months ago by grummfy
    #Param #HOST : host of your database : localhost, sql.free.fr, .... #DATABASE : your database name #FILE.sql : the file to restore #USERNAME : your username access
    mysql -D DATABASE -u USERNAME -p -h HOST --default-character-set=utf8 < FILE.sql

First / Previous / Next / Last / Page 1 of 1 (1 posteets)