Hello,
I need help with connecting to MySQL. I read documentation - but. I just started Java and do not know much about Eclipse
I checked the answers to connecting to SQLite - and it did not ring the bell.
Is there any way you could walk me step by step through the installation/connection - with telling me where I can find the features? For example, I got to "Create a Java Project from an Ant Buildfile" and did not find anything in Browse. I know you're probably busy, but maybe there is a video or something to give some details to the description for newbies like myself?
Thank you in advance for your time,
Elena
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
View and moderate all "Technical questions" comments posted by this user
Mark all as spam, and block user from posting to "Discussion"
Hello,
I need help with connecting to MySQL. I read documentation - but. I just started Java and do not know much about Eclipse
I checked the answers to connecting to SQLite - and it did not ring the bell.
Is there any way you could walk me step by step through the installation/connection - with telling me where I can find the features? For example, I got to "Create a Java Project from an Ant Buildfile" and did not find anything in Browse. I know you're probably busy, but maybe there is a video or something to give some details to the description for newbies like myself?
Thank you in advance for your time,
Elena
Hello,
SQLeo is a standalone application, you just need java to run it (no need of eclipse it is already built).
In metadata exporer
Right clic on MySQL (MariaDB jdbc driver)
Choose New datasource
Name: MyDatabase
url: jdbc:mysql://MyHostNameOrAddress:3306
User: root
Password: MyPassword
Regards
PAscal
View and moderate all "Technical questions" comments posted by this user
Mark all as spam, and block user from posting to "Discussion"
Thank you so much - but where do I find Metadata Explorer?
View and moderate all "Technical questions" comments posted by this user
Mark all as spam, and block user from posting to "Discussion"
in SQLeo :)
View and moderate all "Technical questions" comments posted by this user
Mark all as spam, and block user from posting to "Discussion"
Hello
You can find here http://sqleo.sourceforge.net/images/Driver%20connections%201.PNG
Please go through quickly beginners guide here http://sqleo.sourceforge.net/guide/index.html
Regards
Anudeep