filmov
tv
Top Five MySQL Commands
Показать описание
As sys admins we are often tasks with working on multiple and disparate systems we need to know a little about everything to allow use to do our jobs effectively. This video will detail my top five MySQL commands to know - with one bonus command! The commands are:
Create database wordpress;
This command creates a database call wordpress.
Show databases;
The Command shows all databases that reside on the server.
Use wordpress;
Selects the wordpress database for use - all subsequent commands will run the wordpress database.
show tables;
Shows all tables within the current selected database.
select * from courses;
Displays all information from the courses table.
Bonus Command!
grant all on WordPress.* to 'wordpressuser'@'localhost' identified by 'wordpresspass’;
Grants all permissions on the WordPress database from the user wordpressuser from the local machine with the password wordpresspass
Be sure to get the cheat Sheet here for the top 5 MySQL commands:
Create database wordpress;
This command creates a database call wordpress.
Show databases;
The Command shows all databases that reside on the server.
Use wordpress;
Selects the wordpress database for use - all subsequent commands will run the wordpress database.
show tables;
Shows all tables within the current selected database.
select * from courses;
Displays all information from the courses table.
Bonus Command!
grant all on WordPress.* to 'wordpressuser'@'localhost' identified by 'wordpresspass’;
Grants all permissions on the WordPress database from the user wordpressuser from the local machine with the password wordpresspass
Be sure to get the cheat Sheet here for the top 5 MySQL commands:
'Top 10 Most Useful MySQL Commands You Need to Know'#iticopa #databasemanagement #mysql #m...
MySQL - The Basics // Learn SQL in 23 Easy Steps
Learn Basic SQL in 15 Minutes | Business Intelligence For Beginners | SQL Tutorial For Beginners 1/3
Complete SQL Query in One Video | SQL Tutorial for Beginners| Complete MYSQL Query in One Video 2023
MySQL Full Course for free 🐬
Lec-53: All Types of SQL Commands with Example | DDL, DML, DCL, TCL and CONSTRAINTS | DBMS
SQL Course for Beginners [Full Course]
TOP 10 Databases Management System | Top Databases | MySQL - SQL Server - PostgreSQL - Azure 🚀✅
Alter Vs Update Command in MySQL
Top 65 SQL Interview Questions and Answers | SQL Interview Preparation | SQL Training | Edureka
SQL Tutorial - Full Database Course for Beginners
SQL Explained in 100 Seconds
SIMPLY EXPLAINED: MYSQL vs POSTGRESQL vs SQL SERVER
MySQL: SUBQUERIES
MySQL Syntax in 20 Minutes | Understanding the Main Components of SQL
Study Plan To Master SQL🔥✅️🎯 #sql #mysql
MySQL vs Postgresql vs Microsoft SQL Server Management Tools | Which Option is Best?
Top 25 SQL Interview Questions and Answers(The BEST SQL Interview Questions)
SQL - Complete Course in 3 Hours | SQL One Shot using MySQL
Lec-70: Find Nth(1st,2nd,3rd....N) Highest Salary in SQL | Imp for Competitive & Placement exam
50 MySQL Interview Questions For Beginners for JOB and EXAM | SQL Questions
What is SQL? Future Career Scope & Resources
MySQL vs MongoDB
SQL vs MySQL Difference | SQL in a Minute #sql #datascience #magnetbrains
Комментарии