Changes
Page history
Update Testing Framework Code on a Cooja Simulation
authored
Mar 08, 2018
by
Brett
Hide whitespace changes
Inline
Side-by-side
Testing-Framework-Code-on-a-Cooja-Simulation.md
View page @
a64f971c
...
@@ -27,7 +27,7 @@
...
@@ -27,7 +27,7 @@
*
mysql> CREATE DATABASE sensors;
*
mysql> CREATE DATABASE sensors;
*
mysql> GRANT ALL PRIVILEGES ON
*.*
TO 'logger'@'localhost' IDENTIFIED BY 'cc1310';
*
mysql> GRANT ALL PRIVILEGES ON
*.*
TO 'logger'@'localhost' IDENTIFIED BY 'cc1310';
*
Exit mysql shell (type
\q
and hit enter or Ctrl+Z works fine)
*
Exit mysql shell (type
\q
and hit enter or Ctrl+Z works fine)
*
n
avigate to /framework folder where localhost.sql is located
*
N
avigate to /framework folder where localhost.sql is located
*
Enter command: mysql -p -u logger sensors < localhost.sql
*
Enter command: mysql -p -u logger sensors < localhost.sql
*
Enter password cc1310
*
Enter password cc1310
...
...
...
...