Current File : //home/strato/chroot/opt/RZphp74/includes/test/Auth/tests/mysql_test_db.sql
CREATE TABLE `temp` (
    `username` varchar(150) NOT NULL default '',
    `password` varchar(200) NOT NULL default ''
    ) ENGINE=MyISAM DEFAULT CHARSET=latin1;