MySQL https://jhun.verterra.me/ en Create a Database and a User with Full Privileges https://jhun.verterra.me/sys/create-database-and-user-full-privileges <div data-history-node-id="6" class="node node--type-article node--view-mode-teaser ds-1col clearfix" typeof="schema:Article"> <div class="field field--name-node-post-date field--type-ds field--label-hidden field__item">29 October, 2020</div> <div class="field field--name-node-title field--type-ds field--label-hidden field__item"><h2> <a href="/sys/create-database-and-user-full-privileges" hreflang="en">Create a Database and a User with Full Privileges</a> </h2> </div> <div property="schema:text" class="text-content clearfix field field--name-body field--type-text-with-summary field--label-hidden field__item"><div class="tex2jax_process"><p>Create a database named <code>database_name</code> and enter your root database password<br /><code>mysql -u root -p -e "CREATE DATABASE database_name CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci";</code></p> </div></div> <ul class="links inline"> <li><a href="/sys/create-database-and-user-full-privileges" rel="tag" title="Create a Database and a User with Full Privileges" hreflang="en">Read more<span class="visually-hidden"> about Create a Database and a User with Full Privileges</span></a></li> <li><a href="/comment/reply/node/6/comment#comment-form" title="Share your thoughts and opinions." hreflang="en">Add new comment</a></li> </ul> </div> Thu, 29 Oct 2020 01:30:11 +0000 Jhun Vert 6 at https://jhun.verterra.me