How to configure a web server in Android with Termux - LAMP server (MySQL PHP) & WordPress - No Root

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

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

  • @user-superdave
    @user-superdave 9 месяцев назад +1

  • @vitorxis
    @vitorxis 8 месяцев назад +2

    Is there no way to install the MySQL workbench?

    • @LinuxDroidMaster
      @LinuxDroidMaster  8 месяцев назад +1

      I have tried only maria dB and didn't know about workbench. If it has an arm deb package it should be possible

    • @vitorxis
      @vitorxis 8 месяцев назад +1

      ​​@@LinuxDroidMasterunfortunately it's only amd64

  • @johnkarltabuzo3746
    @johnkarltabuzo3746 4 месяца назад +1

    can you install mysql workbench

    • @LinuxDroidMaster
      @LinuxDroidMaster  4 месяца назад +1

      I think it wasn't possible but I'm not 100% sure

  • @piporgames
    @piporgames 3 месяца назад

    Is there a reason why Debian is installed? Isn't the Termux built-in distribution enough?

    • @LinuxDroidMaster
      @LinuxDroidMaster  3 месяца назад

      Termux is quite limited if you want to install generic Linux packages, that's why I use proot distros

    • @piporgames
      @piporgames 3 месяца назад

      @@LinuxDroidMaster thanks for the info

  • @piporgames
    @piporgames 3 месяца назад

    For some reason the installer always give me the same error when I'm required to put the root password in the mysql_secure_installation
    ERROR 1698 (28000): Access denied for user 'root'@'localhost'

    • @mudasirh120
      @mudasirh120 3 месяца назад

      Run with sudo

    • @piporgames
      @piporgames 3 месяца назад

      @@mudasirh120 I've tried that too.

    • @LinuxDroidMaster
      @LinuxDroidMaster  3 месяца назад

      has the root user a password set? You can do it with passwd command

    • @piporgames
      @piporgames 3 месяца назад

      @@LinuxDroidMaster I've tried that too. No matter what I do, it just keeps failing. I'm not using X11 tho, but I don't think it's a requirement, right? - I mean, I'm using just CLI.

    • @LinuxDroidMaster
      @LinuxDroidMaster  3 месяца назад

      @@piporgames If you don't want the GUI you are good with the CLI. I need to check it again because another comment said that now the process might be different (not sure why)