1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-01-18 06:38:43 +01:00

[ticket/11920] Print MariaDB version after successful setup.

PHPBB3-11920
This commit is contained in:
Andreas Fischer 2013-10-16 00:25:07 +02:00
parent 0f64f0edc4
commit 5a481bb176

View File

@ -34,3 +34,5 @@ USE mysql;
UPDATE user SET Password = PASSWORD('') where User = 'root';
FLUSH PRIVILEGES;
" | mysql -u root -prootpasswd
mysql --version