We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4acae8d commit 47c8e81Copy full SHA for 47c8e81
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## 0.5.1 (2019-01-12)
4
+
5
+* Fix: Fix "bad handshake" error when connecting without database name.
6
+ (#91 by @clue)
7
8
## 0.5.0 (2018-11-28)
9
10
A major feature release with a significant API improvement!
README.md
@@ -460,7 +460,7 @@ The recommended way to install this library is [through Composer](https://getcom
460
This will install the latest supported version:
461
462
```bash
463
-$ composer require react/mysql:^0.5
+$ composer require react/mysql:^0.5.1
464
```
465
466
See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.
0 commit comments