Troubleshooting of MySQL errors: Difference between revisions

Jump to navigation Jump to search
Line 160: Line 160:
SET sql_mode = 'NO_UNSIGNED_SUBTRACTION';
SET sql_mode = 'NO_UNSIGNED_SUBTRACTION';
</pre>
</pre>
=== ERROR 1305 - FUNCTION MY_TABLE.MY_FUNCTION does not exist ===
Message: MySQL error 1305 - FUNCTION MY_TABLE.MY_FUNCTION does not exist
Solution: Fix the typo in the function name


== Access and Authentication Errors ==
== Access and Authentication Errors ==

Navigation menu