The Little Guy Posted August 2, 2008 Share Posted August 2, 2008 Why can't I make Functions and Stored Procedures? This website says you can: http://www.goondocks.com/blog/08-01-22/zip_code_radius_search_using_mysql.aspx When I try and create a function I get this error: SQL query: DELIMITER; MySQL said: Documentation #1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'DELIMITER' at line 1 Quote Link to comment Share on other sites More sharing options...
Barand Posted August 2, 2008 Share Posted August 2, 2008 Are you trying to define a stored procedure by executing a mysql query? Quote Link to comment Share on other sites More sharing options...
The Little Guy Posted August 3, 2008 Author Share Posted August 3, 2008 I think I got it, I downloaded mysql administrator. phpmyadmin i hear doesn't support it... Quote Link to comment Share on other sites More sharing options...
Barand Posted August 3, 2008 Share Posted August 3, 2008 I use its sister program, Query Browser, for running scripts Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.