Show Menu

2 Mariadb Cheat Sheets

Related tags:                        

2 Cheat Sheets tagged with Mariadb

  • Sort: Magic
  • Filter:
  • Language(s):
  • Rating:
5 Pages
  (0)
Cómo conectarse a una BD relacional soportada por jdbc
5 Jun 17, updated 8 Jun 17
mysql, java, oracle, postgresql, h2 and 2 more ...
1 Page
  (0)
DRAFT:
SHOW DATABASES; USE database_name; SELECT user,host FROM mysql.user; DROP USER user[@'host'] CREATE DATABASE db_name GRANT ALL ON db_name.* TO DROP DATABASE db_name
13 May 24