I am using the Oracle Sql Developer and I need to export the data and table structure of a specific table out of hundreds in one database. Can anyone help me?
$db_user="root"; $db_host="localhost"; $db_password="root"; $db_name = "fayer"; $conn = mysqli_connect($db_host,$db_user,$db_password,$db_name) or die ("couldn t connect to server"); // perform query ...