8 lines
333 B
PHP
8 lines
333 B
PHP
<?php
|
|
ini_set('memory_limit', '2024M'); // or you could use 1G
|
|
|
|
$curr_date=date("Y-m-d");
|
|
//EXPORT_TABLES("localhost", "root", "", "tatametaliks_live")
|
|
exec('F:\\xampp\\mysql\\bin\\mysqldump.exe -P 3306 -h 162.241.126.231 -u techsqez_techsqez --password="5ldy=~GR_k%o" techsqez_jsw> G:\\backup\\techsqez_jsw_'.$curr_date.'.sql');
|
|
|
|
?>
|