Your IP Address: 216.73.216.40

Menu

Skip to content
  • Server Administration
    • Ubuntu
    • CentOS
    • OS X
    • Windows
  • PHP
  • MySQL
  • Amazon Web Services
  • PHP Development
  • iOS
    • Swift 5
  • Software Testing
  • Home

Category: MySQL

03Apr/25

Enable the Slow Query Log

April 3, 2025MySQL, Server Administration, Ubuntuadmin

Enable the Slow Query Log Check if Slow Query Logging is Enabled: After login to mysql SHOW VARIABLES LIKE ‘slow_query_log’; If it returns OFF, you need to enable it. Enable Slow Query

Read More...
Leave a comment
05Sep/23

Install Apache2, PHP, MySql ubuntu 20.04

September 5, 2023MySQL, PHP, Server Administration, Ubuntuadmin

Step 1 – Installing Apache Update the package list for upgrades and new packages: sudo apt-get update Now Apache can be installed. sudo apt-get install apache2 Step 2 – Installing MySql Install

Read More...
Leave a comment
05Jun/23

Importing and Exporting MySQL database Command Line

June 5, 2023CentOS, MySQL, OS X, Ubuntuadmin

Exporting from MySQL : Eg. : mysqldump -u root -p blueheri > blueheri.sql Importing to MySQL : Eg. mysql -u root -p blueheri < blueheri.sql

Read More...
Leave a comment

CONTACT US

F-174, Phase 8B, Industrial Area, Sector 74, Sahibzada Ajit Singh Nagar, Punjab 160055
 0172-4783846
 info@rudraitnetworks.com
Copyright © Rudra IT Networks
Powered by WordPress , Theme i-design by TemplatesNext.
MENU
  • Server Administration
    • Ubuntu
    • CentOS
    • OS X
    • Windows
  • PHP
  • MySQL
  • Amazon Web Services
  • PHP Development
  • iOS
    • Swift 5
  • Software Testing
  • Home