And finally here we are, installing dbms driver on our Debian machine.
First type this line into a terminal: sudo aptitude -y install mysql-server-5.5
Right after the download of the package it will be ask to insert the mysql root password.
At this point, to test your new MySql db type in a terminal: mysql -u root -p
If you see this line, congratulation! MySql is running on your machine!
Well, now you maybe need a workbench tool to manage your databases.
Type in a terminal: sudo apt-get install mysql-workbench
After the installation, for open your workbench you just type mysql-workbench in a terminal, and you can start manage your DB.
Now, to start developing with Tomcat and Eclipse, you need the jdbc-connector.
Type in a terminal sudo apt-get install libmysql-java , and voilĂ you have your connector ready to use.
Next time, "how put your jdbc connector on tomcat and eclipse" & "Arduino IDE".
See ya.
Ygy Freezone.
No comments:
Post a Comment