FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
scriptdev2-tbc/sql/scriptdev2_create_database.sql at master · scriptdev2/scriptdev2-tbc · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
scriptdev2
/
scriptdev2-tbc
Public
Notifications
You must be signed in to change notification settings
Fork
26
Star
28
Code
Issues
11
Pull requests
1
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
scriptdev2-tbc
/
sql
/
scriptdev2_create_database.sql
Copy path
More file actions
More file actions
Latest commit
History
History
History
3 lines (2 loc) · 196 Bytes
Breadcrumbs
scriptdev2-tbc
/
sql
/
scriptdev2_create_database.sql
Copy path
File metadata and controls
3 lines (2 loc) · 196 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
SELECT
, INSERT,
UPDATE
,
DELETE
, CREATE, DROP, ALTER, LOCK TABLES
ON
`
scriptdev2
`
.
*
TO
'
mangos
'
@
'
localhost
'
;
Back
|
FazBrowse Home
|
New Git URL