• How to change username(root) the phpmyadmin in ubuntu server
    , ,

    How to change username(root) the phpmyadmin in ubuntu server

    On an Ubuntu server, you must adjust both the phpMyAdmin configuration and the MySQL user’s settings in order to alter the root user’s username. The steps to do that are as follows 3. In MySQL, change the root user’s username to the new desired username. Replace new_username with your preferred username: 4. After renaming the…

  • How to set password for access the phpmyadmin in ubuntu 
    , ,

    How to set password for access the phpmyadmin in ubuntu 

    You can use these instructions to create a password in Ubuntu to access phpMyAdmin. phpMyAdmin is installed by default; if not, you may install it with the following command: Now, let’s set a password for phpMyAdmin: Open a terminal on your Ubuntu server. Step 1: And run this command Step 2: Restart XAMPP:  Step 3:…

  • List of My Blogs Written in October 2023

    List of My Blogs Written in October 2023

    1. C:\xampp\htdocs\example app10\config\cache.php:92 2. Envoy raise Class ‘Barryvdh\Debugbar\ServiceProvider’ not found? 3. What is Container class in Flutter 4. To enable extensions, verify that they are enabled in your .ini files:- C:\xampp\php\php.ini 5. MySQL Basic Database Administration Commands 6. Laravel-PHP Fatal error: During inheritance of ArrayAccess: Uncaught ErrorException: Return type of Illuminate\Support\Collection::offsetExists($key) 7. 11 best github…

  • How to Install COMPOSER on your Ubuntu and run phpmyadmin
    ,

    How to Install COMPOSER on your Ubuntu and run phpmyadmin

    Composer is a well-liked PHP dependency management solution designed primarily to make project dependency installation and upgrades easier. It will determine whether additional packages are needed for a given project and install them for you using the relevant versions based on the project specifications. Additionally, Composer is frequently used to bootstrap new applications built on…

  • How to Install XAMPP on your Ubuntu

    How to Install XAMPP on your Ubuntu

    What is XAMPP Cross-platform (X), Apache (A) server, MariaDB (M), PHP (P), and Perl (P) are the acronyms for XAMPP. It functions essentially as a local host or local server and was created by Apache Friends. Before uploading it to the remote web server or computer, you can install this software on your PC and…

  • XAMPP: Starting Apache…fail.XAMPP: Another web server is already running.

    XAMPP: Starting Apache…fail.XAMPP: Another web server is already running.

    Error: Solution: Step 1: Run this command Step 2: Run this command Step 3: Run this command

  • Target class [Fideloper\Proxy\TrustProxies] does not exist.

    Target class [Fideloper\Proxy\TrustProxies] does not exist.

    I upgraded Laravel 5.5 to Laravel version 10. I am getting below error on my page Class “Fideloper\Proxy\TrustProxies” not found Error: Solution: Our local artificial intelligence developed this response on its own. Consider it an attempt to find a one-time solution to your issue. It won’t reply to any further messages. Because Laravel 10 no…

  • What is MaterialApp class in Flutter
    ,

    What is MaterialApp class in Flutter

    MaterialApp Class: In a flutter, MaterialApp is a preconfigured class or widget. It is probably a flutter app’s primary or central component. A wrapper for other Material Widgets is offered by the MaterialApp widget. We have access to every other widget and component that the Flutter SDK offers. The types of widgets that may be…

  • BottomNavigationBar Widget in Flutter
    , , ,

    BottomNavigationBar Widget in Flutter

    To display the bottom of an application, utilise the BottonNavigationBar widget. Depending on how the programme is designed, it may have a variety of elements such as text, icons, or both that point in different directions. Its purpose is to facilitate the user’s navigation to various portions of the programme as a whole. Constructors: Properties:

  • What is Container class in Flutter
    , ,

    What is Container class in Flutter

    In Flutter, the Container class is a handy widget that integrates typical widget painting, positioning, and size. We can store one or more widgets in a container class and arrange them on the screen as we see fit. In essence, a container is just a box used to hold things. A margin delineates the current…

  • What is widgets in Flutter?
    ,

    What is widgets in Flutter?

    Using a single code base, Flutter is Google’s UI toolkit for creating stunning natively built iOS and Android apps. Widgets are the foundational element of Flutter applications, and we begin by building any application with them. Widgets specify how their current configuration and status should appear in their display. Among many other widgets, it has…

  • MySQL Basic Database Administration Commands
    , , ,

    MySQL Basic Database Administration Commands

    A database is an electronically stored collection of organised data. Even in the days before computers, our predecessors understood the concept of a database, but building and maintaining one was an extremely labor-intensive task. Imagine how difficult it would have been to look for every employee whose salary was less than $10,000 in a manual…

  • Laravel-PHP Fatal error: During inheritance of ArrayAccess: Uncaught ErrorException: Return type of Illuminate\Support\Collection::offsetExists($key)

    Laravel-PHP Fatal error: During inheritance of ArrayAccess: Uncaught ErrorException: Return type of Illuminate\Support\Collection::offsetExists($key)

    Error PHP Fatal error: During inheritance of ArrayAccess: Uncaught ErrorException: Return type of Illuminate\Support\Collection::offsetExists($key)should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in C:\xampp\htdocs\myhospitalnow\mhn-core-ms\vendor\laravel\framework\src\Illuminate\Support\Collection.php:1693Stack trace: Solution That’s a php version issue. Upgrade laravel or downgrade PHP. This article covers how to downgrade the PHP…

  • 11 best github alternatives to host open source projects for beginners

    11 best github alternatives to host open source projects for beginners

    The most well-liked, safe, and robust internet site for hosting Git-based version control software projects is Github. Github is well recognised for being an open-source project development platform, however it also allows private repositories. Many open source enthusiasts have likely grown weary of Microsoft’s acquisition of GitHub since it is a for-profit business, and as…

  • Upgrade PHP 7.0 to 8.1 without loosing Data XAMPP
    ,

    Upgrade PHP 7.0 to 8.1 without loosing Data XAMPP

    It can be challenging to upgrade PHP in XAMPP without losing data, but if you carefully follow these instructions, it is achievable. Here is a generic how-to for updating PHP in XAMPP: Before making any changes to your development environment, always make a backup of your data and configuration files. Step1: Backup Your Projects: Copy…

  • Digital Asset Management Software

    Digital Asset Management Software

    Applications for DAM software can be found in many different businesses, particularly in those that depend significantly on digital content. These sectors include publishing, e-commerce, marketing and advertising, creative agency, and more. DAM software helps businesses make the most use of their digital assets by improving productivity, teamwork, and security when managing digital assets. In…

  • Tips to Boost the Performance of Your Apache

    Tips to Boost the Performance of Your Apache

    What is Apache? The Apache HTTPD Server has been one of the top three web servers on the internet for over 25 years, or practically since its launch. On all seven continents, it has been offering vital hosting services to hundreds of millions of websites for millions of businesses. It is highly probable that your…

  • Security checklist for Xampp

    Security checklist for Xampp

    Introduction to XAMPP A free and open-source cross-platform web server is called XAMPP. Cross-Platform, Apache, MySQL, PHP, and Perl can be shortened to XAMPP. A well-liked cross-platform web server called XAMPP enables programmers to create and test code locally on a web server. The native source code was generated by Apache Friends and is available…

  • 14-Step Security Checklist for Apache

    14-Step Security Checklist for Apache

    Securing Apache is as important for those of you who want to really fortify your WordPress website as it is for any other program that connects to and operates your website. The speed of your website may potentially suffer if you don’t. So this is how you’re going to accomplish it: 1. Update Apache You…

  • Top Security Checklist for mySql

    Top Security Checklist for mySql

    Database security in general is not given as much consideration by inexperienced penetration testers. It is impossible for an application to be secure without a database configuration and security checks. How can you strengthen the database management system, MySQL, which you may already be using? These are the seven steps that you must take. 1.…