Server Administration Articles
228 results
This collection of articles provides resources for server administration.
-
Mount ISO files via IPMI Using a local file (Java method)
Read more: Mount ISO files via IPMI Using a local file (Java method)Mount a local ISO file to your server via IPMI using Java. Learn to install or recover your OS remotely without physical access to the machine.
-
Moving the MySQL Data Directory
Read more: Moving the MySQL Data DirectoryMove MySQL `datadir`: Step-by-step guide using `rsync`, symlinks, & `my.cnf` updates. Includes CloudLinux notes & critical backup advice.
-
MySQL Commands
Read more: MySQL CommandsMySQL command guide: Data dump/restore, password management, admin tasks (upgrades, root reset, slow log) & datadir/tmpdir setup.
-
MySQL Performance: Converting MySQL to MariaDB
Read more: MySQL Performance: Converting MySQL to MariaDBConverting MySQL to MariaDB is beneficial for optimizing your website and database. In our tutorial, we cover how to upgrade your database on your Ubuntu and CentOS server using cPanel, Plesk and command line.
-
MySQL Troubleshooting
Read more: MySQL TroubleshootingMySQL troubleshooting guide: Resolve DB corruption, connection problems, full disks, remote access, & advanced errors.
-
Mysqldump
Read more: MysqldumpUse `mysqldump` to backup & restore MySQL/MariaDB. Learn to export DBs/tables, restore from SQL, & fix “trigger in wrong schema” errors.
-
Mysqldump stored procedures
Read more: Mysqldump stored proceduresMySQL Stored Procedures: Check for routines & ensure they’re in `mysqldump` backups using `–routines`. cPanel’s `/scripts/pkgacct` handles this.
-
NTP Server Configuration on Linux — CentOS and Ubuntu
Read more: NTP Server Configuration on Linux — CentOS and UbuntuAchieve accurate time synchronization on CentOS and Ubuntu servers with our detailed guide on NTP server installation and configuration for Linux.