Windows NT KAMIDAKI 10.0 build 19045 (Windows 10) AMD64
Apache/2.4.58 (Win64) OpenSSL/3.1.3 PHP/8.3.9
Server IP : 192.168.3.16 & Your IP : 216.73.216.84
Domains :
Cant Read [ /etc/named.conf ]
User : SISTEMA
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
C: /
xampp /
mysql /
Delete
Unzip
Name
Size
Permission
Date
Action
backup
[ DIR ]
drwxrwxrwx
2025-06-09 14:58
bin
[ DIR ]
drwxrwxrwx
2025-06-09 14:58
data
[ DIR ]
drwxrwxrwx
2025-07-26 20:00
scripts
[ DIR ]
drwxrwxrwx
2025-06-09 14:58
share
[ DIR ]
drwxrwxrwx
2025-06-09 14:58
COPYING
17.57
KB
-rw-rw-rw-
2023-10-30 13:36
CREDITS
2.05
KB
-rw-rw-rw-
2023-10-30 13:36
README.md
2.81
KB
-rw-rw-rw-
2023-10-30 13:36
THIRDPARTY
84.24
KB
-rw-rw-rw-
2023-10-30 13:36
mysql_installservice.bat
848
B
-rwxrwxrwx
2013-03-30 13:29
mysql_uninstallservice.bat
395
B
-rwxrwxrwx
2013-03-30 13:29
resetroot.bat
1.07
KB
-rwxrwxrwx
2019-06-03 13:39
Save
Rename
@echo off if "%OS%" == "Windows_NT" goto WinNT :Win9X echo Don't be stupid! Win9x don't know Services echo Please use mysql_start.bat instead goto exit :WinNT if exist %windir%\my.ini GOTO CopyINI if exist c:\my.cnf GOTO CopyCNF if not exist %windir%\my.ini GOTO MainNT if not exist c:\my.cnf GOTO MainNT :CopyINI echo Safe the %windir%\my.ini as %windir%\my.ini.old! copy %windir%\my.ini /-y %windir%\my.ini.old del %windir%\my.ini GOTO WinNT :CopyCNF echo Safe the c:\my.cnf as c:\my.cnf.old! copy c:\my.cnf /-y c:\my.cnf.old del c:\my.cnf GOTO WinNT :MainNT echo Installing MySQL as an Service copy "%cd%\bin\my.cnf" /-y %windir%\my.ini bin\mysqld --install mysql --defaults-file="%cd%\bin\my.ini" echo Try to start the MySQL deamon as service ... net start MySQL :exit pause