Skip to the content

nano.cat

Snippets of Mălin Cenușă

  • Home
  • Categories
  • Malware Samples
  • mălin.ro
  • blackhat.pm
  • palma.solutions

Add new servers to phpMyAdmin

Date: September 14, 2020
Tags: multiple servers, phpMyAdmin
Categories: MySQL, Databases

Add this into the config.inc.php file after adding the remote user and securing the connection:

$i++;
$cfg[‘Servers’][$i][‘verbose’] = ‘Server…

[root@nano.cat]# Check it out!

Get a list of active MySQL processes

Date: April 19, 2020
Tags: MySQL, processes
Categories: MySQL, Databases

mysqladmin -u root -p processlist

Purge binary logs from MySQL

Date: April 19, 2020
Tags: binary logs, MySQL
Categories: Databases, MySQL

First log in as root:

mysql -u root -p

Once logged in run these commands to purge…

[root@nano.cat]# Check it out!

Categories



© 2022 nano.cat. All rights reserved. Powered by WordPress.