phpmyadmin

  • How to move phpmyadmin on scheduled time using cronjob

    How to move phpmyadmin on scheduled time using cronjob

    Step 1: Create a script file where write the move command Write command Step2 : Text editor to allow you to edit the crontab file (which contains scheduled tasks) Step3: Open cron file Step 4: Schedule time a script file Step 5: Script is executable

  • Can’t import database through phpmyadmin file size too large

    Can’t import database through phpmyadmin file size too large

    , , ,

    Error:  You probably tried to upload a file that is too large. Please refer to the documentation for a workaround for this limit. It sounds like you’re encountering an issue with file upload size limits in your Laravel application. Here are some steps to address this issue: Update PHP Configuration: Restart your web server to apply these…