!C99Shell v. 2.1 [PHP 8 Update] [02.02.2022]!

Software: Apache/2.4.53 (Unix) OpenSSL/1.1.1o PHP/7.4.29 mod_perl/2.0.12 Perl/v5.34.1. PHP/7.4.29 

uname -a: Linux vps-2738122-x 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64 

uid=1(daemon) gid=1(daemon) grupos=1(daemon) 

Safe-mode: OFF (not secure)

/opt/lampp/htdocs/dashboard/build-xampp-linux/docs/   drwxr-xr-x
Free 13.58 GB of 61.93 GB (21.94%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     reset-mysql-password.html (6.61 KB)      -rw-rw-r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
Reset the MySQL/MariaDB Root Password

Documentation

Reset the MySQL/MariaDB Root Password

By default, the MySQL/MariaDB installation that ships with XAMPP has an empty root password. This is a serious security risk, especially if you plan to use XAMPP in production scenarios.

To change the MySQL/MariaDB root password, follow these steps:

  1. Ensure that the MySQL/MariaDB server is running.

  2. Open a new Linux terminal.

  3. Use the mysqladmin command-line utility to alter the MySQL/MariaDB password, using the following syntax:

    mysqladmin --user=root password "newpassword"

    The mysqladmin command-line utility is located within the bin/ subdirectory of the XAMPP installation directory, typically /opt/lampp.

    For example, to change the MySQL/MariaDB root password from its default empty value to the password gue55me, you would execute:

    /opt/lampp/bin/mysqladmin --user=root password "gue55me"
    image1

    Or, if a password has already been previously set and you’d like to change it to a new one, you can use the following syntax:

    mysqladmin --user=root --password=oldpassword password "newpassword"

    For example, to change the root password from 12345 to gue55me, you would execute:

    /opt/lampp/bin/mysqladmin --user=root --password=12345 password "gue55me"
  4. Test that your password change has been accepted, by attempting to connect to the MySQL/MariaDB server using the mysql command-line client in the same directory. For example, you could use the command below to connect to the server and return the results of a calculation:

    /opt/lampp/bin/mysql --user=root --password=gue55me -e "SELECT 1+1"
    image2

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.1 [PHP 8 Update] [02.02.2022] maintained byC99Shell Github | Generation time: 0.4975 ]--