Create/Import PROCEDURE

I use Free Hosting and can’t Create or Import PROCEDURE.
The add procedure button is disabled.
Import with error #1044
Please let me know how to create a SQL procedure on this site.

I don’t think this is possible, we’ve disabled this function. Please implement any server side logic in PHP instead.

3 Likes

Yes, this is possible, but instead of one line of procedure, there will be about 100 lines of code + debugging time.
Let me know creating procedures disabled only on free hosting.

For premium hosting inquiries please go to support[dot]ifastnet[dot]com.
I personally think there’s no reason for premium hosting to also disable this function, but here really isn’t correct place to ask.

2 Likes

In my experience, MySQL functions don’t require any less code than PHP. It’s just a different place to put logic.

I personally like to have one code base that has all business logic in one place and one programming language. But you do you.

And sure, PHP code needs to be tested and verified. But the same is true for MySQL functions.

Creating stored procedures is possible on premium hosting as far as I can tell.

3 Likes

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.