This website requires JavaScript.
Explore
Help
Sign In
claunia
/
qemudb
Archived
Watch
1
Star
0
Fork
0
You've already forked qemudb
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
This repository has been archived on
2025-05-24
. You can view files and clone it, but cannot push or open issues or pull requests.
Files
9f97de53021a0054ede40129f4de66d959474085
qemudb
/
tables
/
create_apidb_base.sql
3 lines
86 B
MySQL
Raw
Normal View
History
Unescape
Escape
Clean up database creation to create the mysql interface user and grant permissions. Group database setup together so the user is prompted for only a couple of times during initialization.
2007-07-24 21:49:23 +00:00
create
database
if
not
exists
apidb
;
* fix user grant syntax to correctly grant permissions
2008-07-07 09:20:24 +02:00
grant
all
on
apidb
.
*
to
'
wineowner
'
@
'
localhost
'
;
Reference in New Issue
Copy Permalink