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 »Hướng dẫn CHMOD File và Folder trên hosting Linux
CHMOD là gì? CHMOD – viết tắt của Change Mode, đây là lệnh dùng để thay đổi thuộc tính của File (tập tin) và Folder (thư mục) trong hệ điều hành Unix, Linux… CHMOD thiết đặt những quyền cho phép đối với File và Folder, đó là quyền Read (đọc), …
Xem tiếp »Phusion Passenger with Apache on RHEL 6 / CentOS 6 / SL 6 with SELinux
Install Phusion Passenger with Apache on RHEL 6 / CentOS 6 / SL 6 with SELinux...
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 »Fix lỗi “mysqld dead but subsys locked”
Các bạn đăng nhập vào SSH bằng tài khoản root và thực hiện lần lượt các lệnh sau: 1234567#cp /var/lock/subsys/mysqld /root/mysqld #rm /var/lock/subsys/mysqld #service httpd stop #service otrs stop #service mysqld start #service httpd start #service otrs start Chúc các bạn thành công!
Xem tiếp »10 Best WYSIWYG Text and HTML Editors
Allowing users, and clients to format their text without delving into code has long been on developers’ priority lists, but these days, providing this usability is far easier than it once was. Here are 10 WYSIWYG editors that are commonly used, and are worth a look in if its something …
Xem tiếp »