forked from perl5-dbi/DBD-MariaDB
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release version 1.23
- Loading branch information
Showing
4 changed files
with
37 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,3 +17,6 @@ Daniël van Eeden <[email protected]> <[email protected]> | |
Pali <[email protected]> <[email protected]> | ||
Bernt M. Johnsen <[email protected]> <[email protected]> | ||
H.Merijn Brand - Tux <[email protected]> | ||
Matthew Horsfall (alh) <[email protected]> <[email protected]> | ||
Jan Holčapek <[email protected]> <[email protected]> | ||
E. Choroba <[email protected]> <[email protected]> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -522,16 +522,18 @@ my %o = | |
'David Farrell <[email protected]>', | ||
'David Steinbrunner <[email protected]>', | ||
'Dominik Sauer <[email protected]>', | ||
'E. Choroba <[email protected]>', | ||
'Giovanni Bechis <[email protected]>', | ||
'Graham Ollis <[email protected]>', | ||
'H.Merijn Brand - Tux <[email protected]>', | ||
'Hanno <[email protected]>', | ||
'James McCoy <[email protected]>', | ||
'Jan Holcapek <jan.holcapek@gooddata.com>', | ||
'Jan Holčapek <holcapek@gmail.com>', | ||
'Jim Winstead <[email protected]>', | ||
'Juergen Weigert <[email protected]>', | ||
'Kenny Gryp <[email protected]>', | ||
'Lu Shengliang <[email protected]>', | ||
'Martin Cermak <[email protected]>', | ||
'Masahiro Chiba <[email protected]>', | ||
'Matthew Horsfall (alh) <[email protected]>', | ||
'Michiel Beijen <[email protected]>', | ||
|
@@ -557,6 +559,7 @@ my %o = | |
'Tim Mullin <[email protected]>', | ||
'Ville Skyttä <[email protected]>', | ||
'Vladimir Marek <[email protected]>', | ||
'Walt Mankowski <[email protected]>', | ||
'katyavoid <[email protected]>', | ||
'kmx <[email protected]>', | ||
'tokuhirom <[email protected]>', | ||
|
@@ -834,6 +837,11 @@ as well as others. | |
mysql> grant all privileges on test.* to '$user'\@'localhost' identified by 's3kr1t'; | ||
For MySQL 8 it is needed to use different syntax: | ||
mysql> create user '$user'\@'localhost' identified by 's3kr1t'; | ||
mysql> grant all privileges on test.* to '$user'\@'localhost'; | ||
You can also optionally set the user to run 'make test' with: | ||
perl Makefile.PL --testuser=username | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters