mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/11920] Print MariaDB version after successful setup.
PHPBB3-11920
This commit is contained in:
@@ -34,3 +34,5 @@ USE mysql;
|
|||||||
UPDATE user SET Password = PASSWORD('') where User = 'root';
|
UPDATE user SET Password = PASSWORD('') where User = 'root';
|
||||||
FLUSH PRIVILEGES;
|
FLUSH PRIVILEGES;
|
||||||
" | mysql -u root -prootpasswd
|
" | mysql -u root -prootpasswd
|
||||||
|
|
||||||
|
mysql --version
|
||||||
|
Reference in New Issue
Block a user