|
Make sure the result files are correct and clear!
|
mysqli_query
, mysqli_num_rows
, mysqli_fetch_assoc
, and system
(but not all the keywords used) may be given. Even if the keywords are provided, you still need to know where and how to put them.
DigiCertGlobalRootCA.crt.pem.txt
.
$host = "undcemmysql.mysql.database.azure.com"; $username = "your-id"; $password = "your-password"; $database = "your-db"; $conn = mysqli_init( ); mysqli_ssl_set( $conn, NULL, NULL, "DigiCertGlobalRootCA.crt.pem", NULL, NULL ); mysqli_real_connect( $conn, $host, $username, $password, $database, 3306 ); if ( mysqli_connect_errno( ) ) die( 'Failed to connect to MySQL: ' . mysqli_connect_error( ) ); |
lynx
)
Recommendations
To prepare the exam: |