Closed meezin closed 7 years ago
This is what connect.php includes:
function conm1()
{
ob_start();
$host = "host";
$upImeBaza = "username";
$gesloBaza = "password";
$imeBaze = "databaseName";
$conn = mysqli_connect($host, $upImeBaza, $gesloBaza, $imeBaze);
mysqli_set_charset($conn, 'utf8');
ob_end_flush();
return $conn;
}
function conm2()
{
ob_start();
$host = "host";
$upImeBaza = "username";
$gesloBaza = "password";
$imeBaze = "databaseName";
$conn = mysqli_connect($host, $upImeBaza, $gesloBaza, $imeBaze);
mysqli_set_charset($conn, 'utf8');
ob_end_flush();
return $conn;
}
You can put the script anywhere on the server you just need to make sure it can connect to both databases.
I would advice you to connect directly M1 database and migrate via default migration tool since that makes things much simpler.
I was trying to use your delta_migration_Script but i don't know how to use it. What is connect.php file ? could you give me a hand for me a little bit?
public_html
which i wrote as++ I have a question here : I'm a quite newbie to run script file.
I will wait for your reply.
mary.kim@kbethos.com