MySql relational database

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • deepaks85
    New Member
    • Aug 2006
    • 114

    MySql relational database

    Dear Friends,

    I have a database in mysql which I can access through phpMyAdmin.

    I need to know that:-

    1. Is possible to work as a relational database in mysql as we work on msaccess?

    2. It it is possible, request you to please tell me the process.

    Please advice......... ........

    Thanks
    Deepak
  • mihai123
    New Member
    • Mar 2007
    • 13

    #2
    no it isn't possible you need to implement all the tables connections (foreing key) manually and take care of the consistency of your data in the database.

    Comment

    • devsusen
      New Member
      • Feb 2007
      • 136

      #3
      Hi,

      how far I am concerned till there is no such graphical application by which u can design the relation between tables(which is possible in MS Access). Actually MS Access is a desktop database application, but MySql is a database server application.

      susen

      Comment

      Working...