You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@
10
10
11
11
MySQL Query optimization with the `EXPLAIN` command is unnecessarily complicated: The output contains a lot of cryptic information that is incomprehensible or entirely misleading.
12
12
13
-
This Larvel package collects many query metrics that will be sent to [explainmysql.com](https://explainmysql.com) and transformed to be much easier to understand.
13
+
This Larvel package collects many query metrics that will be sent to [mysqlexplain.com](https://mysqlexplain.com) and transformed to be much easier to understand.
14
14
15
15
## Installation
16
16
@@ -34,7 +34,7 @@ Three new methods have been added to the query builder for very easy submission
34
34
35
35
36
36
```php
37
-
// $url will be e.g. https://explainmysql.com/e/C0Omak70mLEXfok1a7Oo1n
37
+
// $url will be e.g. https://mysqlexplain.com/e/C0Omak70mLEXfok1a7Oo1n
0 commit comments