• Resolved jkacher

    (@jkacher)


    I am using a Mariadb on Hostinger, created an SQL function there, then tried to alter it from a remote connection. I use the same user-name but the IP part is different of course. Is there a way to allow me to edit functions from both locations?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Kim L

    (@kimmyx)

    Hi @jkacher,

    Thanks for the question. I’d have to clarify this with Peter.

    I’ll send an update once I receive feedback from him.

    Let us know if you have other questions. 🙏

    Plugin Author Passionate Programmer Peter

    (@peterschulznl)

    You can remotely modify your function if your remote user has the required login credentials. Whether you connect via the command line, another MySQL client, or WordPress Data Access, it makes no difference.

    Please be advised that your credentials may vary if you have connections from more than one source:
    user@’%’
    user@’192.168.1.11′
    user@’10.0.%’

    Please check your information_schema.users for details.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Altering a function from remote connection’ is closed to new replies.