php-src/ext/dbx/tests/dbx_test.p
Marc Boeren 7567bf1862 Created a testset and a script to create a (mysql) database. This script
is easily modified to create other databases as well. The testset needs the
database, but it doesn't need to be a mysql database. Scripts to generate
other databases (with the same structure and data) would be appreciated.
2001-06-05 13:51:01 +00:00

7 lines
115 B
OpenEdge ABL

<?php
$module=DBX_MYSQL;
$host="";
$database="dbx_test";
$username="dbx_testuser";
$password="dbx_testpassword";
?>