Skip to content

Commit 7d31524

Browse files
committed
Add ReadMe for MySQL installation
1 parent c1d8666 commit 7d31524

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

help_docs/mysql_installation.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
### MySQL Installation Instructions
2+
3+
4+
#### [MySQL](http://www.mysql.com/) (OPTIONAL)
5+
6+
(NOTE: If you're using this test framework from a local development machine and don't plan on writing to a MySQL DB from your local test runs, you can skip this step.)
7+
8+
Mac:
9+
10+
```bash
11+
brew install MySQL
12+
```
13+
14+
Windows: [Download MySQL here](http://dev.mysql.com/downloads/windows/)
15+
16+
That installs the MySQL library so that you can use db commands in your code. To make that useful, you'll want to have a MySQL DB that you can connect to. You'll also want to use the testcaserepository.sql file from the seleniumbase/core folder to add the necessary tables.
17+
18+
If you want a visual tool to help make your MySQL life easier, [try MySQL Workbench](http://dev.mysql.com/downloads/workbench/).

0 commit comments

Comments
 (0)