WARNING: This image is OVERSIZED. This should never happen during milestone testing.
Scope of this test is to verify that the system is installed, you can login into it, Apache and MySQL are working.
Proceed in your native language if you wish. Instructions will remain in English
show databases; connect mysql; select host,user from user;
+--------------------+ | Database | +--------------------+ | information_schema | | mysql | | performance_schema | | sys | +--------------------+ 4 rows in set (0.00 sec) Reading table information for completion of table and column names You can turn off this feature to get a quicker startup with -A Connection id: 7 Current database: mysql +-----------+------------------+ | host | user | +-----------+------------------+ | localhost | debian-sys-maint | | localhost | mysql.session | | localhost | mysql.sys | | localhost | root | +-----------+------------------+ 4 rows in set (0.00 sec)
<?php phpinfo(); ?>
If all actions produce the expected results listed, please submit a 'passed' result. If an action fails, or produces an unexpected result, please submit a 'failed' result and file a bug. Please be sure to include the bug number when you submit your result.