Method sqlpriveMysqlDatabaseImportFromHost

 return to group index



sqlpriveMysqlDatabaseImportFromHost

voidsqlpriveMysqlDatabaseImportFromHost ( stringsession, stringserver, stringdatabase, stringforeignHost, stringforeignUser, stringforeignPassword, stringforeignDatabase )

Description

Import database from foreign host

Parameters

  • stringsession : the session id
  • stringserver : the server id
  • stringdatabase : the database name (database should be empty)
  • stringforeignHost : the foreign host
  • stringforeignUser : the foreign user
  • stringforeignPassword : the foreign password
  • stringforeignDatabase : the foreign database name
programming languages / libraries :
 
Parameters :
string session : $session
string server :
string database :
string foreignHost :
string foreignUser :
string foreignPassword :
string foreignDatabase :