Để kiểm tra chứng chỉ ssl, bạn có thể sử dụng các trang web sau đây:
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 »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 »Lỗi bảo mật nguy hiểm trong OpenSSL – Heart Bleed
Về cơ bản thì lỗ hổng này là gì ? Một lỗ hổng nguy hiểm của OpenSSL mới được công bố cho phép hacker có thể từ xa đọc được bộ nhớ trên máy chủ có cài đặt OpenSSL phiên bản 1.0.1 đến 1.0.1f. Chúng ta tạm hiểu, OpenSSL là …
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 »