Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit f1342cd

Browse files
committed
expand priviledges to a larger IP range for unit test DB
1 parent b14d33a commit f1342cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

database/sql/init.sql

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
CREATE DATABASE IF NOT EXISTS `wordpress_unit_tests`;
33
GRANT ALL PRIVILEGES ON `wordpress_unit_tests`.* TO 'wp'@'localhost' IDENTIFIED BY 'wp';
44
GRANT ALL PRIVILEGES ON `wordpress_unit_tests`.* TO 'wp'@'192.168.50.1' IDENTIFIED BY 'wp';
5+
GRANT ALL PRIVILEGES ON `wordpress_unit_tests`.* TO 'wp'@'192.168.56.1' IDENTIFIED BY 'wp';
56

67
# Create an external user with privileges on all databases in mysql so
78
# that a connection can be made from the local machine without an SSH tunnel

0 commit comments

Comments
 (0)