Skip to content

Commit 1634ea0

Browse files
committed
docs: update link to MySQL server error reference
1 parent 9879416 commit 1634ea0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1169,7 +1169,7 @@ object. Additionally they typically come with two extra properties:
11691169
textual description of the error. Only populated from [MySQL server error][].
11701170

11711171
[Error]: https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Error
1172-
[MySQL server error]: http://dev.mysql.com/doc/refman/5.5/en/error-messages-server.html
1172+
[MySQL server error]: https://dev.mysql.com/doc/refman/5.5/en/server-error-reference.html
11731173

11741174
Fatal errors are propagated to *all* pending callbacks. In the example below, a
11751175
fatal error is triggered by trying to connect to an invalid port. Therefore the

0 commit comments

Comments
 (0)