![]() |
Donation for Help Others |
Module Online for Learning, Module Online for Introduction
Showing posts with label Webserver. Show all posts
Showing posts with label Webserver. Show all posts
Tuesday, April 10, 2018
Friday, December 26, 2008
Xampp and MySQL Database Server
What is the database? xampp what? a brief description below hopefully can answer the questions above.
A system that does not collect data will be separated from the use of databases. According Bunafit Nugroho (2007) database is a form of media used to store data. Where the database can be illustrated as a warehouse used as a place meyimpan various items in a database, an item is data. In a database consists of two basic parts to build a database, the tables and columns.
Table
In a database table is also known that the term table is also often called the entity or entities, where the table is used to store a group of data. Table function is to store data that is special. So derived from the database is a table, where a table in the database can be more than one (Nugroho, 2005: 75). It is also important that a table can not be there before the database is created.
A system that does not collect data will be separated from the use of databases. According Bunafit Nugroho (2007) database is a form of media used to store data. Where the database can be illustrated as a warehouse used as a place meyimpan various items in a database, an item is data. In a database consists of two basic parts to build a database, the tables and columns.
Table
In a database table is also known that the term table is also often called the entity or entities, where the table is used to store a group of data. Table function is to store data that is special. So derived from the database is a table, where a table in the database can be more than one (Nugroho, 2005: 75). It is also important that a table can not be there before the database is created.
Installing Apache Web Server, PHP and Mysql
Before installing a web server, php and mysql of course we must have a file sourcenya first. These steps are the installation files from the source.
Source files can be downloaded from:
Installation Steps
Installation Steps
1. Httpd extract the files, eg httpd version is httpd-2.0_0_NN.tar
tar xvf httpd-2_0_NN.tar
2. PHP file extracts, eg php version php-NN.tar
tar-xvf php-NN.tar
3. Into the directory httpd
cd httpd-2_0_NN
4. Httpd configuration
. / configure-enable-so
make
make install
Source files can be downloaded from:
- To webserver from www.apache.org, through its own details.
- Php from www.php.net
- Mysql from www.mysql.com
Installation Steps
Installation Steps
1. Httpd extract the files, eg httpd version is httpd-2.0_0_NN.tar
tar xvf httpd-2_0_NN.tar
2. PHP file extracts, eg php version php-NN.tar
tar-xvf php-NN.tar
3. Into the directory httpd
cd httpd-2_0_NN
4. Httpd configuration
. / configure-enable-so
make
make install
Installation Webserver (Apache, MySQL, PHP) on FreeBSD
Webserver is quite important in the computer network, especially in the Internet world. Why important? This is important because the webserver will be the delivery of information from a server, be it email, information through the web, through a network of monitoring information can also be done via the web at work in the webserver. A webserver is a standard that has webserver:
* Webserver (Apache)
* Database (MySQL)
* Penterjemah script (PHP)
I use the free and opensource. Here I will give a tutorial on how installasinya and only a few initial configuration. And I use the port - the port because we will get a more precise source is installed properly and if the configuration, please set your own. The installation should start the installation of MySQL, Apache PHP ago. Next step is
MySQL installation
# Cd / usr/ports/database/mysql50-server /
# Make install clean
# Rehash
# / Usr / local / bin / mysql_install_db
# Cp / usr / local / share / mysql / my-medium.cnf / var / db / mysql / my.cnf
# Chown-R mysql / var / db / mysql /
# Chgrp-R mysql / var / db / mysql /
# / Usr / local / bin / mysqld_safe-user = mysql &
# / Usr / local / bin / mysqladmin-u root password Newpassword
information:
Step 4 is the grand-installation database,
Step-7 is to run the MySQL
Step-8 to the command is to change the MySQL root password
* Webserver (Apache)
* Database (MySQL)
* Penterjemah script (PHP)
I use the free and opensource. Here I will give a tutorial on how installasinya and only a few initial configuration. And I use the port - the port because we will get a more precise source is installed properly and if the configuration, please set your own. The installation should start the installation of MySQL, Apache PHP ago. Next step is
MySQL installation
# Cd / usr/ports/database/mysql50-server /
# Make install clean
# Rehash
# / Usr / local / bin / mysql_install_db
# Cp / usr / local / share / mysql / my-medium.cnf / var / db / mysql / my.cnf
# Chown-R mysql / var / db / mysql /
# Chgrp-R mysql / var / db / mysql /
# / Usr / local / bin / mysqld_safe-user = mysql &
# / Usr / local / bin / mysqladmin-u root password Newpassword
information:
Step 4 is the grand-installation database,
Step-7 is to run the MySQL
Step-8 to the command is to change the MySQL root password
Subscribe to:
Posts (Atom)