Your data is essential to your Web database application. You have spent valuable time developing your database, and it contains important information entered by you or by your users. In this post, I will show you how to protect your data from hackers.
Suppose you accidentally deleted MySQL’s root account or forgot what it is. In this case, this post explains how to recover MySQL root password by setting a new MySQL password.
Thunderbird is a free email application that’s easy to set up and customize. If you want the latest version, let’s go to http://www.mozilla.org/en-US/thunderbird/ and get it! You need to decompress the installation files before starting to use it. In my case:
A database needs to be able to receive information for storage and to deliver information on request. You’re likely to perform four types of task on your database: adding information, updating information, retrieving information and removing information.
I this post, I explain how to create your new database on your local computer or on a Web hosting account. After you create a new database, you can add tables to it.
In my previous post, you knew how to set up your own website with Apache, MySQL and PHP on CentOS 6. Today, I’ll show you how to use phpMyAdmin 3.4 to manage your MySQL server. This software provides a user interface that greatly simplifies your interactions with MySQL.
MySQL is an RDBMS (Relational Database Management System), which means that the data is organized into tables. You can establish relationships between the tables in the database. Here are the steps for organizing your data into tables:
If you’re setting up your own Web server from scratch, you have to install a Web server, PHP, and MySQL – as well as maintain, administer, and update the system yourself. Here are the general steps that lead to your dynamic Web site:
This guide will help you install CentOS 6 smoothly. There're some things that you should notice before starting to install CentOS 6. First, your memory must be at least 384MB (no Desktop) or 512MB (Desktop). Then you should enable PAE on your CPU. Now we start to install your Linux machine:
Domain Name Service is what translates websites name into an IP address so that the site may be accessed. This translation occurs when you are connecting to other systems on your network through their hostnames instead of their IP addresses.
File Transfer Protocol (FTP) is one of the easiest to use, and most convenient. To transfer a file using the FTP protocol, a user must log in to an FTP server, which can be done with credentials or anonymously.