File: mysql.testschema.sql

package info (click to toggle)
postgresql-mysql-fdw 2.8.0-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,300 kB
  • sloc: ansic: 5,417; sql: 1,552; sh: 71; 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';