Forecast visbility using at IGI airport
imd.sql.txt is the backup of the database decoding contains program to decode input Input-Output stores all initial, intermediate and final input/output files sql contains all sql related source code files
-
Install these software packages
(mysql-devel
orlibmysqlclient-devel), (mysql
ormariadb) mysql-server cmake
-
Install soci library. Get soci library from here
cmake . -DCMAKE_INSTALL_PREFIX=/usr
```<br>
make clean
make
sudo make install
2. Start sql server<br>
`sudo service maraidb start` or `sudo service mysql start`
3. If root account password is not set, then run <br>
mysql -u root
<br>
SET PASSWORD FOR 'root'@'localhost' = PASSWORD('root');
<br>
flush privileges;
<br>
quit
<br>
4. Push data into database<br>
sudo mysql < imd.sql.txt