Downloading the right Mysql for mac os x 10.4.5

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

  1. #1

    Default Downloading the right Mysql for mac os x 10.4.5

    Hello, I'm very interested in learning coldfusion. I'm trying to download the
    free version of Mysql to run on my mac osx 10.4.5 desktop. I noticed on the
    mysql site there where serveral versions for mac 10.4, but it also has weird
    discriptions like:

    - Mac OS X 10.4 (PowerPC)
    - Mac OS X 10.4 (PowerPC 64-bit)
    - Mac OS X 10.4 (x86)

    I'm not sure which one to choose, I posted on there forum and got back no
    response after 5 days. Another question I had was after I download and install
    the app, how do I open it up to make my databases?

    If someone can get back to me asap it would be great!!!

    Thanks
    Rob.

    mistainfa 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. 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'...
    3. Not Downloading
      I have been unable to download Flash player, please help.
    4. downloading file from mysql server
      Hi all, I've been working on this for a while, but i don't get it to work. My idea is to upload a file to a mysql database. i`m using the...
    5. downloading
      please post a download of adobe acrobat 6.0 pro
  3. #2

    Default Re: Downloading the right Mysql for mac os x 10.4.5

    The descriptions don't look wierd to me. I'm not a Mac user, nor a MySQL user,
    but the choices represent the particular options available for the hardware of
    your PC. What kind of Mac do you have? Unless you have the 64 bit CPU, or an
    x86 (Intel) CPU, you probably would choose the first option.

    Phil

    paross1 Guest

  4. #3

    Default Re: Downloading the right Mysql for mac os x 10.4.5

    Thanks Phil, that's the one I actually installed first and after the installation nothing promtped me to open up the program. How do I access the appication to start building my database?
    mistainfa Guest

  5. #4

    Default Re: Downloading the right Mysql for mac os x 10.4.5

    I'm not a Mac user, bub did you check out the
    [url]http://dev.mysql.com/doc/refman/5.1/en/mac-os-x-installation.html[/url] online
    instructions at the MySQL website?

    {i]After the installation, you can start up MySQL by running the following
    commands in a terminal window. You must have administrator privileges to
    perform this task.

    If you have installed the Startup Item, use this command:

    shell> sudo /Library/StartupItems/MySQLCOM/MySQLCOM start
    (Enter your password, if necessary)
    (Press Control-D or enter "exit" to exit the shell)

    If you don't use the Startup Item, enter the following command sequence:

    shell> cd /usr/local/mysql
    shell> sudo ./bin/mysqld_safe
    (Enter your password, if necessary)
    (Press Control-Z)
    shell> bg
    (Press Control-D or enter "exit" to exit the shell)

    You should be able to connect to the MySQL server, for example, by running
    /usr/local/mysql/bin/mysql.

    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