How to Install phpMyAdmin on Linux Debian 12

แชร์
ฝัง
  • เผยแพร่เมื่อ 18 ม.ค. 2025

ความคิดเห็น • 18

  • @fl2rms
    @fl2rms 3 หลายเดือนก่อน

    Fantastic tutorial. Zero issues doing this. Now I need to spin up the webpages.

    • @fl2rms
      @fl2rms 3 หลายเดือนก่อน

      The site is partially accessible except the CSS is not working including images for the index (home)page. Other URLs are not opening and returning ''Not Found The requested URL was not found on this server". I believe its something simple though.

  • @baroncal3286
    @baroncal3286 2 หลายเดือนก่อน

    Awesome tutorial, i was looking for this phpmyadmin installation, it it works smoothly, thank you so much man!

  • @mainegrower
    @mainegrower 6 หลายเดือนก่อน

    I'm getting an Internal Server Error I get after adding the AllowOverride All

    • @mainegrower
      @mainegrower 6 หลายเดือนก่อน

      I figured it out in the /usr/share/phpmyadmin .htaccess file..... your video shows AuthUserFile /etc/phpmyadmin/ .htpasswd, but mine works with just...... AuthUserFile /etc/phpmyadmin in that .htaccess file. hope this helps anyone.

    • @mainegrower
      @mainegrower 6 หลายเดือนก่อน

      But then I still get a error 500 after it prompts for password and accepts it but errors out on error 500.

    • @arashtad-tutorials
      @arashtad-tutorials  6 หลายเดือนก่อน

      The .htpasswd is for protecting the directory. But the second password is for the phpMyAdmin software. If you encounter error after the first login and don't see the second (phpMyAdmin) login form, it can have several reasons. Please check your .htaccess settings first. Also you can check the Apache error log with:
      sudo tail -f /var/log/apache2/error.log
      Also by enabling the PHP error log you may see more info using the command below:
      sudo tail -f /var/log/php_errors.log
      In addition, if the permission or ownership issue is causing the error you can solve it by:
      sudo chown -R www-data:www-data /path/to/phpmyadmin
      sudo chmod -R 755 /path/to/phpmyadmin
      Note:
      www-data is the actual name of the group and user for the web server. But you need to customize "/path/to/phpmyadmin".
      As you know error 500 is an internal server error and there can be a lot of reasons for that.
      If you can find out more about the reason of the error, solving it will be much easier. So, look for the logs.

  • @console-g9h
    @console-g9h 3 วันที่ผ่านมา

    The error :)
    The Alias directive in /etc/phpmyadmin/apache.conf at line 3 will probably never match because it overlaps an earlier alias

  • @gamingroosy7175
    @gamingroosy7175 3 หลายเดือนก่อน

    i just wanna know how all of these tutorials know exactly what to do, what commands to type etc etc. how do you know all of this?

    • @arashtad-tutorials
      @arashtad-tutorials  3 หลายเดือนก่อน

      More you look, more you see. It's just a matter of time.
      Thank you for being with us :)

  • @Estheratamus
    @Estheratamus 7 หลายเดือนก่อน

    I think I made it bad, I tried to delete and restart but it's did not delete

    • @arashtad-tutorials
      @arashtad-tutorials  7 หลายเดือนก่อน

      Could you provide more information about your system and the process? What's exactly your problem?

    • @Estheratamus
      @Estheratamus 7 หลายเดือนก่อน

      @@arashtad-tutorials it’s finally work !
      I’m using a Chromebook , with Debian 12

    • @arashtad-tutorials
      @arashtad-tutorials  7 หลายเดือนก่อน

      @@Estheratamus Very happy to hear that :)

  • @Estheratamus
    @Estheratamus 7 หลายเดือนก่อน

    It did not work for me