Menu

Connecting to MySQL

Anonymous
2015-10-25
2015-11-02
  • Anonymous

    Anonymous - 2015-10-25

    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

     
  • PAscal

    PAscal - 2015-10-25

    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

     
  • Anonymous

    Anonymous - 2015-10-26

    Thank you so much - but where do I find Metadata Explorer?

     

Anonymous
Anonymous

Add attachments
Cancel