|
From: Patrick L. <pa...@la...> - 2001-04-20 21:26:27
|
I suggest for development that you should install MySQL locally on your development workstation so you don't have to make expensive queries accross the Internet.. You can have a purely independent development environment that's non dependent on the Internet. Install MySQL on your local machine and create a database called bibleDB. Then create a user username: juser password: jpassword Download the script from http://hidetheword.org/~patrick/nasbible.sql.zip and the unzip it Then run the script against the db by typing mysql -u juser --password=jpassword bibleDB < nasbible.sql -P |