Update Testing Framework Code on a Cooja Simulation authored by Brett's avatar Brett
......@@ -27,7 +27,7 @@
* mysql> CREATE DATABASE sensors;
* mysql> GRANT ALL PRIVILEGES ON *.* TO 'logger'@'localhost' IDENTIFIED BY 'cc1310';
* Exit mysql shell (type \q and hit enter or Ctrl+Z works fine)
* navigate to /framework folder where localhost.sql is located
* Navigate to /framework folder where localhost.sql is located
* Enter command: mysql -p -u logger sensors < localhost.sql
* Enter password cc1310
......
......