~ubuntu-branches/ubuntu/wily/mysql-5.6/wily

« back to all changes in this revision

Viewing changes to mysql-test/r/plugin_auth_sha256_tls.result

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2015-04-16 20:07:10 UTC
  • mto: (1.3.9 vivid-proposed)
  • mto: This revision was merged to the branch mainline in revision 11.
  • Revision ID: package-import@ubuntu.com-20150416200710-pcrsa022082zj46k
Tags: upstream-5.6.24
ImportĀ upstreamĀ versionĀ 5.6.24

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
kristofer@localhost     kristofer@localhost
23
23
SHOW GRANTS FOR 'kristofer'@'localhost';
24
24
Grants for kristofer@localhost
25
 
GRANT ALL PRIVILEGES ON *.* TO 'kristofer'@'localhost' IDENTIFIED BY PASSWORD '<non-deterministic-password-hash>'
 
25
GRANT ALL PRIVILEGES ON *.* TO 'kristofer'@'localhost'
26
26
DROP USER 'kristofer'@'localhost';
27
27
GRANT ALL ON *.* TO 'kristofer'@'33.33.33.33' IDENTIFIED WITH 'sha256_password';
28
28
SET PASSWORD FOR 'kristofer'@'33.33.33.33'=PASSWORD('');