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 9879416 commit 1634ea0Copy full SHA for 1634ea0
Readme.md
@@ -1169,7 +1169,7 @@ object. Additionally they typically come with two extra properties:
1169
textual description of the error. Only populated from [MySQL server error][].
1170
1171
[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
+[MySQL server error]: https://dev.mysql.com/doc/refman/5.5/en/server-error-reference.html
1173
1174
Fatal errors are propagated to *all* pending callbacks. In the example below, a
1175
fatal error is triggered by trying to connect to an invalid port. Therefore the
0 commit comments