Skip to content

Instantly share code, notes, and snippets.

@aharbavets
aharbavets / mysql_user.html
Created September 19, 2021 17:36 — forked from claudiobastos/mysql_user.html
MySQL User Grant Generator
<!doctype html>
<html>
<head>
<title>mySQL user generator</title>
<style>
body, html {
background-color: #E3E3E3;
font: normal normal normal 1em Arial, sans-serif;
}
label {