summaryrefslogtreecommitdiff
path: root/automated/linux/lamp/html/select-record.php
AgeCommit message (Collapse)Author
2018-04-02linux: fix lamp test on debian stretchChase Qi
* Move from mysql to mariadb. * PHP upgraded from v5 to v7. Remove version number from package names. * Since Mariadb v10, it uses unix_socket authentication for root user by default. It breaks the password authentication using for data accessing from PHP code. This patch create a new super user with password authentication and use it for testing. It is possible to disable unix_socket plugin for root, but it is not consistent across distributions and database versions. Note: It is not backwards compatible. Branch erp-17.08 should be used to run this test on Debian Jessie. Change-Id: Id37f2236dcbab621566a85632bd437994c11fef6 Signed-off-by: Chase Qi <chase.qi@linaro.org>
2016-11-28automated: linux: unify mysql password for LAMP and LEMP testsChase Qi
Change-Id: I1a6d2dd4b16d1a7d2fff88af4c7e98d4e06d2636 Signed-off-by: Chase Qi <chase.qi@linaro.org>
2016-09-14v2: linux: add lamp testChase Qi
Change-Id: I94bf06cf0b18082276688a871e0be7e76ddf370e Signed-off-by: Chase Qi <chase.qi@linaro.org>