Choose a week
Other courses
More details

MySQL: MySQL Tutorials

tungpham42
Tung
Tại sao nên dùng MySQL?
MySQL.MySQL Tutorials > Week 1
Tại sao nên dùng MySQL?
Answer:
Vì sao khi mua hosting, bạn nhận ra rất nhiều “ông lớn công nghệ” như cPanel, DirectAdmin hay WordPress phụ thuộc vào MySQL? Dưới đây là những lí do quan trọng nhất. MySQL là CSDL có tốc độ khá cao, ổn định và khá dễ sử dụng có thể hoạt động được trên khá nhiều hệ điều hành. Tính bảo mật mạnh và sử dụng được trên nhiều ứng dụng mà MySQL còn hoàn toàn được sử dụng miễn phí. MySQL không chỉ dừng lại ở bổ trợ cho PHP và Perl, mà nó còn bổ trợ cho nhiều ngôn ngữ khác, Nó là nơi để lưu trữ thông tin trên các trang web được viết bằng Perl hoặc PHP.
Details
4
0 Dislike
0 Comment1 year ago

tungpham42
Tung
Lịch sử hình thành và phát triển của MySQL
MySQL.MySQL Tutorials > Week 1
Lịch sử hình thành và phát triển của MySQL
Answer:
Quá trình hình thành và phát triển của MySQL được tóm tắt như sau: Công ty Thuy Điển MySQL AB phát triển MySQL vào năm 1994. Phiên bản đầu tiên của MySQL phát hành năm 1995 Công ty Sun Microsystems mua lại MySQL AB trong năm 2008 Năm 2010 tập đoàn Oracle thâu tóm Sun Microsystems. Ngay lúc đó, đội ngũ phát triển của MySQL tách MySQL ra thành 1 nhánh riêng gọi là MariaDB. Oracle tiếp tục phát triển MySQL lên phiên bản 5.5. 2013 MySQL phát hành phiên bản 5.6 2015 MySQL phát hành phiên bản 5.7 MySQL đang được phát triển lên phiên bản 8.0 MySQL hiện nay có 2 phiên bản miễn phí (MySQL Community Server) và có phí (Enterprise Server).
Details
3
0 Dislike
0 Comment1 year ago

tungpham42
Tung
MySQL cơ bản
MySQL.MySQL Tutorials > Week 1
MySQL là gì ?
Answer:
MySQL là một hệ quản trị cơ sở dữ liệu phổ biến nhất thế giới, được các nhà phát triển ưa chuộng. MySQL có tốc độ cao, ổn định, dễ sử dụng, hoạt động trên nhiều hệ điều hành khác nhau. MySQL rất thích hợp cho các ứng dụng có truy cập cơ sở dữ liệu trên internet. MySQL hỗ trợ nhiều ngôn ngữ lập trình như PHP, Perl,…. trong việc phát triển website.
Details
3
0 Dislike
0 Comment1 year ago

tungpham42
Tung
Getting Started with MySQL
MySQL.MySQL Tutorials > Week 1
Getting Started with MySQL https://www.mysqltutorial.org/getting-started-with-mysql/
Answer:
This section helps you get started with MySQL quickly if you have never worked with MySQL before. Introduction to MySQL Give a quick introduction to databases and MySQL as a Relational Database Management System (RDBMS) Install MySQL Show you step by step how to install MySQL Server on your computer for practicing with the tutorials. Connect to MySQL Server Walk you through the steps of connecting to the MySQL Server using mysql client program. Download a MySQL Sample Database Introduce you to a sample database called classicmodels and provide you with the link to download it Load the Sample Database show you how to load the classicmodels sample database to the MySQL Server.
Details
5
0 Dislike
0 Comment1 year ago

tungpham42
Tung
MySQL vs MariaDB
MySQL.MySQL Tutorials > Week 1
What’s the Difference Between MariaDB and MySQL?
Answer:
MySQL and MariaDB are both open-source database technologies. You can use them to store data in a tabular format with rows and columns. MySQL is the most widely adopted open-source database. And it’s the primary relational database for many popular websites, applications, and commercial products. MariaDB is a modified version of MySQL. MariaDB was made by MySQL’s original development team due to licensing and distribution concerns after MySQL was acquired by Oracle Corporation. Since the acquisition, MySQL and MariaDB have evolved differently. However, MariaDB adopts MySQL’s data and table definition files and also uses identical client protocols, client APIs, ports, and sockets. This is intended to let MySQL users switch to MariaDB hassle-free.
Details
5
0 Dislike
0 Comment1 year ago

tungpham42
Tung
Why MySQL?
MySQL.MySQL Tutorials > Week 1
Why MySQL?
Answer:
Many of the world's largest and fastest-growing organizations including Facebook, Twitter, Booking.com, and Verizon rely on MySQL to save time and money powering their high-volume Web sites, business-critical systems and packaged software. Below you will find valuable resources including case studies and white papers that will help you implement cost-effective database solutions using MySQL. Learn more about MySQL https://www.oracle.com/mysql/what-is-mysql/
Details
5
0 Dislike
0 Comment1 year ago

tungpham42
Tung
MySQL resources
MySQL.MySQL Tutorials > Week 1
What resources are available to help me get started with MySQL?
Answer:
MySQL Installation: https://dev.mysql.com/usingmysql/get_started.html MySQL Tutorial: https://dev.mysql.com/doc/refman/en/tutorial.html MySQL Documentation: https://dev.mysql.com/doc/ MySQL Developer Zone: https://dev.mysql.com/ MySQL Forums (Newbie): https://forums.mysql.com/list.php?10 PlanetMSQL (Blogs): https://planet.mysql.com
Details
5
0 Dislike
0 Comment1 year ago

robot
Ohmni Robot
Latest MySQL tutorials
MySQL.MySQL Tutorials > Week 1
Here is the latest MySQL guide https://www.mysqltutorial.org/
Details
5
0 Dislike
0 Comment1 year ago

hotro
Hỗ trợ
Có tài liệu tiếng Việt không ạ?
MySQL.MySQL Tutorials > Week 1
Mình cần tài liệu viết bằng tiếng Việt để học cơ sở dữ liệu MySQL ạ?
Details
5
0 Dislike
4 Comments1 year ago
hotro
Hỗ trợ
1 year ago - edited: 1 year ago

Em xin cảm ơn ạ!

0 Dislike
cotuong
Anonymous
1 year ago - edited: 1 year ago

Bạn có thể học tại đây https://topdev.vn/blog/lo-trinh-hoc-mysql-tu-a-den-z/

0 Dislike
robot
Ohmni Robot
1 year ago

Cảm ơn bạn nhiều nhé

0 Dislike
robot
Anonymous
1 year ago

Mình cũng mới tìm được trang này nè https://webcoban.vn/mysql/tai-lieu-hoc-mysql

0 Dislike

tungpham42
Tung
Tools to play with MySQL
MySQL.MySQL Tutorials > Week 1
What are the tools to learn MySQL?
Answer:
You can use phpMyAdmin, MySQL Workbench to learn MySQL/MariaDB
Details
3
0 Dislike
0 Comment1 year ago
Latest Questions
tungpham42
Liên tục dọn dẹp dữ liệu có sẵn trong cơ sở dữ liệu của bạn
Tung
PHP
tungpham42
Sử dụng một trình chỉnh sửa nguồn tốt
Tung
PHP
tungpham42
Sử dụng Công cụ quản trị MySQL (Như phpMyAdmin)
Tung
PHP
tungpham42
Tự động tải lớp
Tung
PHP
tungpham42
Ternary Operator
Tung
PHP

Most Commented
hotro
Có tài liệu tiếng Việt không ạ?
Hỗ trợ
MySQL
cotuong
Hello world
Cờ tướng
GUEST
Fill in the blank problem
Anonymous
ISYS2131
s3230273
What is OKMS?
Tung Pham
ISYS2132
tungpham42
What is a robot?
Tung
ROBOT

External Links