File: mysql.testschema.sql

package info (click to toggle)
postgresql-mysql-fdw 2.5.5-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 512 kB
  • sloc: ansic: 3,477; sql: 618; sh: 48; makefile: 42
file content (5 lines) | stat: -rw-r--r-- 255 bytes parent folder | download | duplicates (3)
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';