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:
parent
0f64f0edc4
commit
5a481bb176
@ -34,3 +34,5 @@ USE mysql;
|
||||
UPDATE user SET Password = PASSWORD('') where User = 'root';
|
||||
FLUSH PRIVILEGES;
|
||||
" | mysql -u root -prootpasswd
|
||||
|
||||
mysql --version
|
||||
|
Loading…
x
Reference in New Issue
Block a user