Create Procedure | MariaDB Tutorial for Beginners

Поделиться
HTML-код
  • Опубликовано: 12 сен 2024

Комментарии • 7

  • @JavaCodeJunkie
    @JavaCodeJunkie  3 года назад +2

    After a unintentional break, we continue with our exploration of MariaDB. Please Like, Comment and Subscribe! Cheers!

  • @rashakh5059
    @rashakh5059 2 года назад +1

    👏👏👏

  • @isolver_es5025
    @isolver_es5025 2 года назад +1

    Can we set a DEFINER as a ROLE when we create a stored procedure? I'd like to limit the access to all tables, except when using a stored procedure. But when the stored procedure includes a SELECT, the executer needs to have the SELECT permissions as well. Any advise?

    • @JavaCodeJunkie
      @JavaCodeJunkie  2 года назад

      @iSolver_ES - Yes, absolutely! You would create a ROLE, give the role access to the procedure and then give the user the ROLE. This way the user does not have direct access to the table(s). Cheers!

  • @AthelstanEngland
    @AthelstanEngland 2 года назад

    I’m considered moving from SQL Server to MariaDB. The Sql syntax looks similar, but any experience/gotchas I should know about? Thanks

  • @amariealfaro1365
    @amariealfaro1365 9 месяцев назад

    Sir what about using xampp sir? 🙏 Hope you'll notice