Results 1 to 5 of 5

Thread: MySQL 5.5 not getting installed in Mac OS 10.6?

  1. #1
    Join Date
    May 2011
    Posts
    460

    MySQL 5.5 not getting installed in Mac OS 10.6?

    Going through a hard time for installing MYSQL5.5 in Mac OS 10.6.I have been trying it from many days nor my friends are able to do it can anyone please take me out of this situation any clues hints to solve this problem would be really appreciated very much please guys help me hope am not the only one suffering with this problem?

  2. #2
    Join Date
    May 2009
    Posts
    539

    Re: MySQL 5.5 not getting installed in Mac OS 10.6?

    Well friend am the victim for this to I have also been trying to work out with installing MYSQL5.5 in Mac OS 10.6 and it wasn’t done for a long time I was suggested a few suggestion from my friend I would like to discuss about one of the view I would give some two step which you can try out and see if it works so 1) Try to modify a mysql.server script command
    Code:
    (sudo/Applications/TextEdit.app/Contents/MacOS/Text Edit /usr/local/mysql/support-files/mysql.server)
    2) Now in second step locate the configuration by defining the basedir and
    Code:
    (basedir=/usr/local/mysql 
    Datadir=/usr/local/mysql/data)
    and now save the file and start MYSQL server in the terminal.

  3. #3
    Join Date
    Mar 2010
    Posts
    154

    Re: MySQL 5.5 not getting installed in Mac OS 10.6?

    I was going to a problem which displays something like this
    Code:
    (/usr/local/mysql/support-files/mysql.server: Line 256:my_print_default: command not found and starting MySQL error could not find MYSQL server (./bin/mysql_safe))
    then you are having the same problem what I faced but don’t worry if this is the case you can solve it just edit the MYSQL. Server file located in
    Code:
    /usr/local/mysql/support-files/
    do this in the terminal using emac or use Bbedit now simply search for a line which would look like this
    Code:
    basedir=datadir
    and simply change it to
    Code:
    basedir=(/usr/local/mysqldatadir=(/usr/local/mysql/data)
    and then simply reboot your pc and try running MySQL now hope it would be working .

  4. #4
    Join Date
    May 2009
    Posts
    529

    Re: MySQL 5.5 not getting installed in Mac OS 10.6?

    Hope you have download MYSQL for MACOS X the one I downloaded was MYSQL for MACOS X Version 10.6 (x86, 64-bit) .After you download this there are some step and syntax script to make this MYSQL work on your OS and then you have to configure the database . After the simple step-by-step installation guidance, you would find the configuration steps to enable you to access the MySQL Monitor from a terminal session. Your $PATH environment would also be configured to enable you to start and stop the MYSQL Daemon.

  5. #5
    Join Date
    May 2009
    Posts
    543

    Re: MySQL 5.5 not getting installed in Mac OS 10.6?

    1. It has been a headache to me to installing MYSQL in MAC OS X has really taken all lots of time of mine searching for a perfect solution but hasn’t got an exact solution still but what I have got some what that can be used as a clue for you may it help you go to the security setting
    Code:
    ($ sudochown -R root:wheel/Library/Startup Items/MySQLCOM
    )
    and then set the basedir and datadir in
    Code:
    /usr/local/mysql/support-files/mysql.server
    set them to
    Code:
    Basedir= /usr/local/mysql
    Datadir= /usr/local/mysql/data
    Let’s hope the best that it works for you

Similar Threads

  1. Replies: 3
    Last Post: 01-10-2011, 01:33 PM
  2. Replies: 4
    Last Post: 13-01-2011, 01:08 AM
  3. mysql config file in MySQL
    By Netorious in forum Software Development
    Replies: 4
    Last Post: 18-03-2010, 09:43 PM
  4. Replies: 3
    Last Post: 07-11-2009, 09:36 PM
  5. XP SP3 installed via WSUS does not show as installed
    By supremer in forum Server Update Service
    Replies: 11
    Last Post: 27-06-2008, 07:29 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,880,888.37867 seconds with 17 queries