diff options
Diffstat (limited to 'mysql-test/main/connect.test')
| -rw-r--r-- | mysql-test/main/connect.test | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mysql-test/main/connect.test b/mysql-test/main/connect.test index b115e0620ec..c9969633a2a 100644 --- a/mysql-test/main/connect.test +++ b/mysql-test/main/connect.test @@ -339,16 +339,16 @@ if ($error) --echo # against MySQL 5.1 server --echo # -GRANT ALL ON test.* TO 'O1234567890123456789012345678901234567890123456789012345678901234567890123456789'@'localhost' IDENTIFIED BY 'test123'; +GRANT ALL ON test.* TO 'O1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567'@'localhost' IDENTIFIED BY 'test123'; FLUSH PRIVILEGES; -connect (con1,localhost,O1234567890123456789012345678901234567890123456789012345678901234567890123456789x,test123,test); +connect (con1,localhost, O1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567x,test123,test); disconnect con1; connection default; -DROP USER 'O1234567890123456789012345678901234567890123456789012345678901234567890123456789'@'localhost'; +DROP USER 'O1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567'@'localhost'; FLUSH PRIVILEGES; |
