Advanced usage

Using session variables in queries

Starting with version 2.2 and above, MyWebSQL allows you to set and use session variables within your queries. Session variables are set using the standard MySQL SET command. The syntax and variable naming conventions are exactly the same as MySQL SET command, so you can use any valid MySQL SET combination in the query editor […]

Implementing Custom Authentication

Starting with version 2.9+, MyWebSQL allows you to create custom authentication routine to implement your own method of authenticating users. This maybe useful in scenarios where you need to perform some extra checks or entirely use a new method of authentication other than the ones provided with MyWebSQL. To implement custom authentication, follow these simple […]