MyISAM and InnoDB are two most commonly used storage engines of MySQL database. However, MyISAM is the default storage engine chosen by MySQL database, when creating a new table. The major differences between these two storage engines are: MyISAM: MYISAM supports Table-level Locking MyISAM designed for need of speed MyISAM …
Xem tiếp »How to Install PHP 5.4, Apache 2.2 and MySQL on Ubuntu 14.10, 14.04, 12.04 LTS
LAMP (Linux, Apache, MySQL and PHP ) Stack is the most popular environment in PHP website development and hosting. Linux is the operating system, Apache is the popular web server developed by Apache Foundation. MySQL is relational database management system used for storing data and PHP is an development language. …
Xem tiếp »How to Add Multiple Hosts in phpMyAdmin
phpMyAdmin default configuration allows to connect to local mysql server only, But if we have multiple database server running, then it would be great if we can choose to which server we need to connect from single phpMyAdmin installation. This how to guide will help you to add multiple database …
Xem tiếp »How to Install phpMyAdmin 4.3 on CentOS/RHEL 6/5 and Fedora 20/19
phpMyAdmin is web-based client written in php for managing MySQL and MariaDB databases. It provides a user friendly web interface to access and manage your databases. To ease usage to a wide range of people, phpMyAdmin is being translated into 72 languages and supports both LTR and RTL languages. Features …
Xem tiếp »How To Install Linux Apache MySQL and PHP (LAMP) Stack on CentOS/RHEL
LAMP stands for Linux, Apache, MySQL, and PHP. This is list of opensource packages used for running a web server. As we assume that we are using CentOS/RHEL server for configuring web server, so first part ( Linux ) is already there. Lets use this tutorial to install Apache, MySQL …
Xem tiếp »Resolve: ERROR! MySQL is running but PID file could not be found
1# service mysqld status Khi chạy lệnh trên các bạn sẽ thấy lỗi như sau: 1ERROR! MySQL is running but PID file could not be found Các bạn stop rồi start MySQL xem sao: 12# service mysqld stop # service mysqld start Kết quả trả về tương tự như bên …
Xem tiếp »Difference Between MySQL and MySQLi
MySQL is a relational database management system (or RDBMS) –meaning that it is a database management system based on the relational model. This RDMS runs as its own server and provides multi-user access to multiple databases at once. The source code of MySQL is available under the terms set forth …
Xem tiếp »Install phpMyAdmin on CentOS 5/RHEL (Linux)
Chào các bạn, bài này mình sẽ hướng dẫn các bạn cách cài đặt phpMyAdmin trên CentOS 5, các phiên bản khác các bạn cũng làm tương tự. Yêu cầu – Đã cài đặt apache/httpd
Xem tiếp »Install MySQL Server on CentOS 5 (Linux)
Bài này mình sẽ hướng dẫn các bạn cách cài đặt MySQL Server trên CentOS 5, đối với các phiên bản khác các bạn cũng làm tương tự. Sau khi các bạn cài hệ điều hành và update xong thì các bạn thực hiện như sau: 1. Bật Terminal lên …
Xem tiếp »PHP phần 1: Giới thiệu về PHP & MySQL
PHP là gì? – PHP viết tắt của PHP: Hypertext Preprocessor. – Là ngôn ngữ lập trình kịch bản chủ yếu được dùng để phát triển các ứng dụng và được thực thi trên máy chủ. – Là một loại mã nguồn mở, dùng cho mục đích tổng quát. – …
Xem tiếp »