FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
scriptdev2/sql/scriptdev2_create_database.sql at master · iCasablanca/scriptdev2 · GitHub
iCasablanca
/
scriptdev2
Public
forked from
scriptdev2/scriptdev2
Notifications
You must be signed in to change notification settings
Fork
1
Star
1
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
scriptdev2
/
sql
/
scriptdev2_create_database.sql
Copy path
More file actions
More file actions
Latest commit
History
History
History
4 lines (2 loc) · 167 Bytes
Breadcrumbs
scriptdev2
/
sql
/
scriptdev2_create_database.sql
Copy path
File metadata and controls
4 lines (2 loc) · 167 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
CREATE
DATABASE
`
scriptdev2
` DEFAULT CHARACTER
SET
utf8 COLLATE utf8_general_ci;
GRANT
ALL PRIVILEGES
ON
`
scriptdev2
`
.
*
TO
'
mangos
'
@
'
localhost
'
WITH
GRANT
OPTION;
Back
|
FazBrowse Home
|
New Git URL