mysql| Data | Database summary
In this chapter, we will focus on how to work with the MySQL database using Structured Query Language (SQL).
(2002-08-29-14:11:10)
--------------------------------------------------------------------------------
By
MySQL常用指令,java,php程序员,数据库工程师必备。程序员小冰常用资料整理MySQL common commands (for reference)The most common display commands are:1. Display the list of databases.show databases;2. Display the data table in the library:Use MySQL;Show tables;3, display the
Mysql build and basic commands, mysql build commands
I. mysql setup process
Install mysql on ubuntu
1. sudo apt-get install mysql-server
2. sudo apt-get install mysql-client
3. sudo apt-get install libmysqlclient-dev
2. Basic commands-Logon,
About MySQLMySQL is a relational database (relational databases Management System), this so-called "relational" can be understood as "tabular" concept, a relational database consists of one or more tables, a table.· Header (header): The name of each
MysqlCommon Base Operations Command (5.5)First, MySQL startup and shutdown1. The essence of MySQL start and stopThe essence of the launch: Mysqld_salf--default-file=/data/3306/my.cnfThe essence of stopping: mysqladmin uroot-p
Concrete Example 1. PHP Server ComponentsFor beginners, it is recommended to use the integrated server component, which already includes PHP, Apache, Mysql and other services, eliminating the time spent by developers in the tedious configuration
Mysql setup and basic commands
I. mysql setup process
Install mysql on ubuntu
1. sudo apt-get install mysql-server
2. sudo apt-get install mysql-client
3. sudo apt-get install libmysqlclient-dev
2. Basic commands-Logon, logout, addition of databases,
21 minute MySQL Getting Started tutorial
Directory
Introduction to the relevant concepts of MySQL
Second, the configuration of MySQL under Windows
Configuration steps
Start, stop, and uninstall of MySQL services
Stored procedures, like a programming language, also contain data types, process controls, inputs and outputs, and its own library of functions.--------------------Basic Syntax--------------------I. Creating a stored ProcedureCREATE PROCEDURE
Start, stop, and uninstall of MySQL serviceRun at the Windows command prompt:Startup: net start MySQLSTOP: net stop MySQLUninstall: SC Delete MySQLexit: exitBasic composition of MySQL scriptsLike the regular scripting language, MySQL also has a set
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.