Update the Google Cloud ReadMe with the updated MySQL script

This commit is contained in:
Michael Mintz 2018-04-12 16:26:44 -04:00
parent 82e6219f2c
commit 6a62c40d22
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@ If you have a web application that you want to test, you'll be able to create Se
#### Step 26. Create the necessary tables in your MySQL database/schema
* Run a SQL script in your MySQL database/schema using [testcaserepository.sql](https://raw.githubusercontent.com/seleniumbase/SeleniumBase/master/seleniumbase/core/testcaserepository.sql)
* Run the [create_db_tables.sql](https://raw.githubusercontent.com/seleniumbase/SeleniumBase/master/seleniumbase/core/create_db_tables.sql) script in your MySQL database/schema to create all the required DB tables.
#### Step 27. Have your local clone of SeleniumBase connect to your MySQL Instance