User Tools

Site Tools


create_mysql_database

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
create_mysql_database [2016/07/25 12:22] – created walkeradmincreate_mysql_database [2023/03/09 22:35] (current) – external edit 127.0.0.1
Line 4: Line 4:
 \\  \\ 
 \\  \\ 
-Login to MySQL+=== Login to MySQL === 
 +\\ 
 First we must login First we must login
 \\  \\ 
-//**mysql -u root -p**// --- (the //**root**// part assumes //**root**// is your mysql username)+        mysql -u root -p --- (the 'rootpart assumes root is your mysql username)
 \\  \\ 
 \\  \\ 
 Create a MySQL Database Create a MySQL Database
 \\  \\ 
-//**CREATE DATABASE new_database;**// --- (don't forget the //**semicolon ;**// it's really important)+        CREATE DATABASE new_database; --- (don't forget the semicolon ; it's really important)
 \\  \\ 
 \\  \\ 
 Show a MySQL Database Show a MySQL Database
 \\  \\ 
-//**SHOW DATABASES;**// +        SHOW DATABASES;
-\\ +
 \\  \\ 
 \\  \\ 
  
create_mysql_database.1469445734.txt.gz · Last modified: 2023/03/09 22:35 (external edit)