Phần mềm Navicat Premium là một công cụ phát triển cơ sở dữ liệu cho phép bạn kết nối đồng thời với các cơ sở dữ liệu MySQL, MariaDB, SQL Server, Oracle, PostgreSQL và SQLite từ một ứng dụng duy nhất. Navicat Premium tương thích với các cơ sở dữ …
Xem tiếp »What’s the difference between MyISAM and InnoDB in MySQL
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 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 »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 »Thiết kế cơ sở dữ liệu đa ngôn ngữ
Xây dựng website đa ngôn ngữ có nhiều vấn đề, 1 trong số đó là cách lưu trữ nội dung trong CSDL cho từng ngôn ngữ. Mình xin chia sẻ một vài giải pháp thông dụng như sau: 1. Hướng tiếp cận dạng cột Cách này khá phổ biến, nhưng …
Xem tiếp »Enable remote access to MySQL database with DirectAdmin
Hôm nay, mình sẽ hướng dẫn các bạn cách cấu hình truy cập từ xa đến MySQL Database trên DirectAdmin. Để cho phép “remote access to MySQL database via DirectAdmin” các bạn làm theo các bước sau: Bước 1: Đăng nhập vào [DirectAdmin]
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 »