Free Linux Tutorials
  • BLOG
  • Topics
  • Configs & Scripts
  • Top List
  • Links
  • About

Tag - mysql

mysql

  • Tutorials

How to Install and Configure Cacti Network Monitoring on Ubuntu

by Free Linux
13 min read
Add Comment

Cacti is an open-source, web-based network monitoring and RRDTool-based Graphing Solution. Compared to MRTG, Cacti stores information in a MySQL database to create graphs and populate  data. It was designed to monitor and...

Continue reading

  • RaspberryPi
  • Tutorials

Installing WordPress in Raspberry Pi with Nginx, MySQL and PHP

by Free Linux
5 min read
Add Comment

It is meant to function as a staging or testing server where you can  do compatibility test  latest wordpress version on your existing sites, or try themes, plugins,widgets or practice your coding skills in css & php before...

Continue reading

  • Tutorials

Setting up MySQL Database Replication

by tux
3 min read
1 Comment

I.Configure Master 1. edit /etc/mysql/my.cnf. We have to enable networking for MySQL, I.Configure Master 1. edit /etc/mysql/my.cnf. We have to enable networking for MySQL, #skip-networking 2. Add the following line to the...

Continue reading

  • Tutorials

How to Backup Data on RHEL/CentOS via DVD

by tux
3 min read
Add Comment

INTRODUCTION Data backup is the process of making copies of data in order to protect and restore original files whenever data loss happens. Aside from automated routine data backup, this method does not protect against failure...

Continue reading

  • Tutorials

Full & Incremental MySQL Backup via Mysql-ZRM

by tux
5 min read
2 Comments

mysql-zrm is short for Zmanda Recovery Manager for MySQL. It lets you create full logical or raw backups of your databases , generate reports about the backups, verify the integrity of the backups, and recover your databases. It...

Continue reading

  • Quick Tips & Tricks

Repairing Mysql replication

by tux
3 min read
Add Comment

One of the most important procedure in setting up master-slave replication on Mysql database successfully is to have a consistent dump or backup of database(s) from the master server by locking all tables during mysqldump so...

Continue reading

  • Tutorials

Installing Asterisk 1.2 and Asterisk Management Portal

by tux
6 min read
1 Comment

Obviously, this is really an old procedure, actually this is my documentation way back early 2006 when it’s my first time to work with asterisk. This procedure was implemented before in about 30-50 call center agents using...

Continue reading

  • Tutorials

CentOS LAMP Installation

by tux
7 min read
3 Comments

There’s an easy way of installing Apache, Mysql and PHP and it’s via yum. You can install or update httpd,mysql-server and php, php-mysql and some minor changes on your configuration files and you’re good to go...

Continue reading

  • Quick Tips & Tricks

Quick Tip: How to Install phpMyAdmin

by tux
4 min read
Add Comment

Assuming you already have mysql server installed on your machine, the reason you are installing phpmyadmin is to ease  your administration of  your MySQL like database creation and deletion, create/alter/drop/view tables and...

Continue reading

  • Quick Tips & Tricks

Sync MySQL tables via ruby gem TableSyncer

by tux
6 min read
Add Comment

There are ways to sync two MySQL tables in a non-GUI method such as mysql triggers or by Maatkit’s MySQL Table Sync, but it’s not that user-friendly. Of course, if  you want the GUI-type, there’s always the...

Continue reading

1 2 Next
Copyright © 2025. Created by Meks. Powered by WordPress.
  • BLOG
  • Topics
  • Configs & Scripts
  • Top List
  • Links
  • About