Errata

Vagrant: Up and Running

Errata for Vagrant: Up and Running

Submit your own errata for this product.

The errata list is a list of errors and their corrections that were found after the product was released.

The following errata were submitted by our customers and have not yet been approved or disproved by the author or editor. They solely represent the opinion of the customer.

Color Key: Serious technical mistake Minor technical mistake Language or formatting error Typo Question Note Update

Version Location Description Submitted by Date submitted
ePub Page 19
3rd paragraph

Because it's the epub version, I'm not actually certain of the page number; this is in regards to "Installing Vagrant" which is "Page 19 of 125" in my eReader.

The listed Vagrant download link is no longer correct - and worse, it appears that the link is still alive but unreachable by modern browsers due to a certificate error.

The somewhat obvious workaround is to go search for the correct download link in the search engine of your choice.

Jeff Arnold  Nov 21, 2016 
ePub Page 110
last line of shell script code

the shell script db_provision.sh last line does not work. the line is

mysql -uroot mysql <<< "GRANT ALL ON *.* TO 'root'@'%'; FLUSH PRIVILEGES;”

this code does work

mysql -uroot mysql -e "GRANT ALL ON *.* TO 'root'@'%'; FLUSH PRIVILEGES;"

i presume the original <<< was to pipe the text into mysql but is fails. the -e tells mysql to execute the following file or text.

john m howitt  May 16, 2015