Need Help with mysql admin for Mac

Ask a Question related to Coldfusion Database Access, Design and Development.

  1. #1

    Default Need Help with mysql admin for Mac

    Hello all.

    I am new to cold fusion and databases all together. Infact I am doing an
    online tutorial to get me started, my problem is the tutorial really just
    scratches the surface for the mac side and in some cases sorta explains how to
    do but no visual help and I am very visual.

    I am searching for software that is really idiot proof to start my knowledge
    with then make the transition when I learn more and more to hard coding. The
    tutorial suggests Navicat for Mysql admin and it is nice but he is setting up
    basic databases in Access which looks really easy and I am trying to follow
    along with navicat but I am just not getting it specifically when it comes to
    setting up relationships between tables. Can I use a software like FileMaker
    Pro and just convert to mysql or is their other software that makes it a little
    more easy to understand how to set up relationships like access does.

    I am totally new to this stuff and I am looking for the easiest product to
    use. Thanks again for your help and time.

    Chris

    Chris Goodiel Guest

  2. Similar Questions and Discussions

    1. #40471 [NEW]: PHP 5.2.1 failed to be compiled with MySQl 5.0.33, MySQL 5.0.27, MySQL 5.1.15
      From: pcdinh at gmail dot com Operating system: CentOS 4.4 PHP version: 5.2.1 PHP Bug Type: Compile Failure Bug description:...
    2. mysql-admin: Clicking "User Administration" causes app to hang
      I'm running mysql (MySQL 5.0.18-Debian_8-log), on debian sid (kde 3.5). I am having a problem with mysql-admin (MySQL Client Version 5.0.18). All...
    3. ERROR 2002: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
      When i try to start my mysql server, i get this error ERROR 2002: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock'...
    4. Problem connecting MySQL in MX Admin Panel
      I am using Dreamweaver MX 6.1 and ColdFusion MX Server Administrator. OBDC Driver is Microsoft MySQL 3.5.1. The driver is set up under Microsoft...
    5. mysql cgi admin and client
      Hi, I thought there was something like myphpadmin (for mysql) in perl but I'm not finding it. I'm looking for a perl or mod_perl cgi, to...
  3. #2

    Default Re: Need Help with mysql admin for Mac

    Before you write your first query, you should become familiar with the concepts
    of data modeling. Then find a good source (book, books-on-line, etc. ) for the
    particular "flavor" of SQL used by your database of choice, then start writing
    your queries. Data model first (entities, relationships, attributes), then SQL.

    Couple of fairly good online tutorials for data modeling. <a target=_blank
    class=ftalternatingbarlinklarge
    href="http://www.utexas.edu/its/windows/database/datamodeling/index.html">Introd
    uction to Data Modeling</a> and <a target=_blank
    class=ftalternatingbarlinklarge
    href="http://www.datamodel.org/DataModelReference.html">Data Model Reference</a>

    Phil

    paross1 Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139