Firebird/GettingStarted: Difference between revisions
From stonehomewiki
Jump to navigationJump to search
Stonezhong (talk | contribs) No edit summary |
Stonezhong (talk | contribs) No edit summary |
||
| Line 150: | Line 150: | ||
# connect to mysql instance (e.g. using MySQL workbench) | # connect to mysql instance (e.g. using MySQL workbench) | ||
CREATE SCHEMA `firebird` DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_bin; | CREATE SCHEMA `firebird` DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_bin; | ||
# give stonezhong full access to this db | |||
GRANT ALL ON `firebird`.* TO 'stonezhong'@'%'; | |||
FLUSH PRIVILEGES; | |||
</nowiki></pre> | </nowiki></pre> | ||
</div> | </div> | ||
</div> | </div> | ||
<p></p> | <p></p> | ||