mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/11920] Print MariaDB version after successful setup.
PHPBB3-11920
This commit is contained in:
parent
0f64f0edc4
commit
5a481bb176
1 changed files with 2 additions and 0 deletions
|
@ -34,3 +34,5 @@ USE mysql;
|
|||
UPDATE user SET Password = PASSWORD('') where User = 'root';
|
||||
FLUSH PRIVILEGES;
|
||||
" | mysql -u root -prootpasswd
|
||||
|
||||
mysql --version
|
||||
|
|
Loading…
Add table
Reference in a new issue