File: mysql.testschema.sql

package info (click to toggle)
postgresql-mysql-fdw 2.9.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,280 kB
  • sloc: ansic: 6,010; sql: 1,994; sh: 84; makefile: 42
file content (5 lines) | stat: -rw-r--r-- 255 bytes parent folder | download | duplicates (4)
1
2
3
4
5
CREATE DATABASE mysql_fdw_regress;
CREATE DATABASE mysql_fdw_regress1;
CREATE USER 'edb'@'localhost' IDENTIFIED BY 'edb';
GRANT ALL PRIVILEGES ON mysql_fdw_regress.* TO 'edb'@'localhost';
GRANT ALL PRIVILEGES ON mysql_fdw_regress1.* TO 'edb'@'localhost';