OS X V10.7 Lion :: Installing MySQL On IMac - Warning Message?

Apr 13, 2012

I am attempting to install MySQL on my iMac. I downloaded the DMG packages and instaled them, then the instructions I was following from this [URL]. It told me to install a mysql connector (I am new to all of this so I dont know what a mysql connector is). This did not have a DMG package available, so I downloaded the tar.gz as it was my only option. Following the instructions I opened terminal and entered the following command (as shown in image above): sudo pico /etc/my.cnf. I am concerned about the warning message - this is a work computer and I cannot afford to replace it if something gets screwed up.

Info:
iMac, Mac OS X (10.7.3)

View 2 Replies


ADVERTISEMENT

OS X V10.7 Lion :: Installing DBD::MySQL On 10.7.3?

May 7, 2012

I have Xcode 4.3.2 downloaded from MacApp store. However, it didn't set my environment for development libraries at all. So I included /Applications/Xcode.app/Contents/Developer/usr/bin/ in PATH so it can find common utilities like make, cc, etc. I have installed mysql-5.5.23-osx10.6-x86_64 from MySQL's DMG archive. That went smooth - I am able to start and stop the server. Get in using mysql command line client interface and execute queries, etc. Perl came preinstalled with 10.7.3 Lion. Version of perl is 5.12.3. I am now trying to install DBD::MySQL driver for interfacing with perl and ran into issues. According to MySQL documentation, I first tried to install this driver using - 

shell> perl -MCPAN -e shell
cpan> force install DBD::mysql 

But this failed with make errors (the error is same as reported further below). Then, after days of googling, I found the original post by etresoft on installing this driver. I followed the steps documented in that post (reproduced below for easy reference). My comments in italics. Download the MySQL Perl driver. Done. My version of DBD happens to be 4.021. 

Extract the archive with:
tar xvf DBD-mysql-4.021.tar 
Move into the directory:
cd DBD-mysql-4.021 

First, fix the MySQL client library. (credit) For Lion, type:sudo install_name_tool -id /usr/local/mysql-5.5.14-osx10.6-x86_64/lib/libmysqlclient.18.dylib /usr/local/mysql-5.5.14-osx10.6-x86_64/lib/libmysqlclient.18.dylib Done. No issues.

[code]....

Info:
iMac, Mac OS X (10.7.3)

View 5 Replies View Related

Software :: Installing MySQL For Leopard 10.5?

Dec 17, 2008

I am attempting to install MySQL for my Mac.

First, let me say that I attempted to install it using Termnial, but I messed up horribly and got very confused. Therefore I partitioned my HD and started over.

I want to use a GUI to avoid scrambling something in Terminal again, as well as it being easier on the eyes. I have downloaded the two DMG's directly from the MySQL site:

mysql-5.0.67-osx10.5-x86.dmg

mysql-gui-tools-5.0-r12-osx10.4-universal.dmg

I installed the GUI no problem, but MySQL is another thing.

Is it as easy as just installing the packages in the dmg, as well as the prefpane? Or do I need to do some Terminal work as well?

My motivation for attempting to install MySQL is so I can have access to Retrosheet files [URL]. These files are baesball statistics that can be imported into mysql. Ultimately, I would like to be able to use the Game Logs (Link) and query them through MySQL.

View 2 Replies View Related

OS X :: IP Configuration Warning Message Pop Up

Aug 25, 2010

I've two Macs, a Mini and a Macbook. I've had no issues with wireless at all, but today when using my Macbook to connect to my network for the first time, I had a message pop up that I've never seen before and I'm not sure why. I checked the MAC address of my mini and it is not the one described in the warning message. I changed my wireless password immediately and do so regularly anyway ( weekly basis ) but the machine with the unknown [to me] MAC address is still connected when I look in the Attached Devices info pane in my router.

View 22 Replies View Related

OS X :: Getting Warning Message When Repairing Permissions

Sep 4, 2009

I am running a MacBook 2.4GHz Intel Core Duo, 4GB SDRAM on Snow Leopard 10.6 and when repairing permissions, I get this message: Warning SUID 'system/library/core services/remote management/ ARDAgent app/contents/ Mac OS/ ARDAgent' has been modified and will not be repaired.

View 1 Replies View Related

OS X :: Carbon Copy Cloner Warning Message

Jul 22, 2010

"You may have difficulty booting from this target volume, the underlying disk is not formatted with a partitioning scheme that Apple recommends for Intel Macs. See the "Getting Started with CCC" section of the CCC documentation for more information." My hard drive has three partitions: 1 time machine, 1 ccc (HFS+ journaled), 1 FAT drive.

View 4 Replies View Related

MacBook Pro :: Warning Message Pops And Disappears Very Quickly?

Jun 19, 2014

I am using a mac book pro 10.8.3. i7, 8gb ram, 2.3Ghz. I use this laptop mainly for producing music on a software called Ableton Live. I also have an audio interface connected to my laptop to avoid latency. The audio inter face is called 'Traktor Audio 2'.   

Recently when im on the laptop a warning message pops and goes aways to quickly to even read what it is. Also if there is any sort of connection, my logitech mouse has also started to act weird. Whenever i click a single time it double clicks sometimes and sometimes it is normal. i don't understand why either. i did some research on this topic and people said to open up your console and check. I dont understand what it means so i've attached a pic down here.

View 1 Replies View Related

Software :: Unable To Open Downloaded Files / Web Application Warning Message

Jan 17, 2010

I have MAC 10.5.8 and use Firefox 3.5.7. Whenever I download a file and try to open it, I get this warning: xxx is a web application which was downloaded from the internet. Are you sure you want to open it?Whereas "xxx" is the name of the file I downloaded.I want to get rid of this warning message. I could not find a way to do so in Firefox.

View 3 Replies View Related

PowerPC :: Unable To Eject External USB2.0 Drive / Improper Device Removal Warning Message

Dec 5, 2007

Anyone have suggestions? I have a single 1.8ghz g5, 1gb ram, 10.4.10. I have a maxtor OneTouch III USB 2.0 200gb drive attached to it.

I can not seem to eject/unmount this drive. Every time i hook it up I just have to end up pulling the USB plug or turning the drive off suddenly to get it to "eject" but then i get the improper device removal error/warning message.

I have tried dragging to trash, I have tried apple E (which is what I usually do to any device) and I have tried going into disk utility and ejecting/unmounting from there as well. no dice.

View 22 Replies View Related

OS X V10.7 Lion :: Unable To Connect To MySQL

May 10, 2012

I'm unable to connect to mysql. I receive the following error when attempting to connect:

<username>: -> mysql
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/mysql/mysql.sock' (2)

I installed mysql-5.5.23-osx10.6-x86_64 using the user tip located at [URL].

Info:
Mac Pro, Mac OS X (10.7.3)

View 4 Replies View Related

OS X V10.7 Lion :: Can't Connect To Local MySQL Server Through Socket

Apr 15, 2012

mysql unable to connect; MySQL said: Can't connect to local MySQL server through socket '/var/mysql/mysql.sock' (2)

Info:
Mac mini, Mac OS X (10.7.3)

View 10 Replies View Related

OS X V10.7 Lion :: Installing It On An IMac?

May 17, 2012

I am trying to update my iMac from Snow Leopard to Lion via a purchased download. The first time it wouldn't install because it said the disk was corrupted and needed to be wiped. So I wiped it and restored to the starting position, did disk repair (all fine). Downloaded it again, after several failed attempts. Finally got it to download and install only to discover it wasn't working properly - Mail for instance didn't work - and used OSX recovery to reinstall, which downloaded "components" for 8 hours and then I got a big yellow triangle warning saying "installation failed."  

I have used up all my high speed internet connection allowance for the month trying to do this, and am now back on a restored version of Snow Leopard. Any advice gratefully received! I simply don't have the ability or patience to try to download another 4GB.

Info:
iMac (24-inch Mid 2007), Mac OS X (10.6.8)

View 3 Replies View Related

V10.7 :: Imac Slows Down After Installing Osx Lion

May 14, 2012

Since installing Lion on my iMac a couple of weeks ago, everything on my computer seems to be running slower. It's not unusual to sit and watch the spinning rainbow wheel for 5 minutes at a time, waiting for something to happen. This rarely happened before the the new OS. Even within applications like Safari, Mail and other apps, things do not act like they used to. I find myself having to click on action buttons 2 or 3 times before I get a response. For example, sorting my mail from "by date" to "by contact" rarely works without having to go to the main menu. I backed up my hard drive before the install, so I could revert back, but I hate to go backwards.

Info:iMac, Mac OS X (10.7.4), 2.8GHz Processor. 4 GB 800MHZ DDR2R

View 3 Replies View Related

IMac PPC :: Since Installing Lion I Keep Losing Internet Connection

Mar 27, 2012

When I try to get email or go on the internet in general after being away for a short while, the internet is not connected and has trouble connecting. I have DSL and should always be connected. I also have a laptop (non Apple running Ubuntu) and there is no problem there.

Info:iMac (21.5-inch Late 2009), Mac OS X (10.7.3)

View 1 Replies View Related

IMac :: No Warning - Just Shuts Off - Overheating?

Sep 14, 2009

I've been having trouble with my new iMac that i purchased recently (26th of August actually). Whenever I'm doing something CPU intensive, the machine just shuts off, but usually it's not right in the middle of whatever I'm doing, it's after I close the application. For example: I was playing SimCity4 the other day, pretty old game to cause this problem I would think. As soon as I exit the game, the system shuts off. No warning, nothing, just shuts off. This will happen when i close VMs (it actually happened yesterday while I was running the VM), etc. So I've reset the SMC/PMU, PRAM/NVRAM, and I've even reseated the RAM. Still the same problem. I've taken it in to a repair center in town, hoping I'll get it back by the end of the week. Does anyone have any idea why this would be happening?

View 22 Replies View Related

IMac PPC :: How To Get Rid Of Powerpc Application Warning

May 20, 2012

I've made the upgrade to Lion and I know that PowerPC do not now work and I have removed all the PowerPC programmes I can see but I still get a wrning saying InventoriaAgent can not start.how do I stop this happening?

View 2 Replies View Related

OS X V10.7 Lion :: Installing Snow Leopard On Partition On Intel IMac?

May 22, 2012

I need to install snow leopard on intel imac that is already running lion. I have created new partition and try to boot off of Install Disk 10.6.4 but it never completely comes up all the way to start install.

Info:
iMac

View 11 Replies View Related

OS X V10.6 Snow Leopard :: Getting Error Message When Installing It

May 13, 2012

When i try to install snow leopard it says "the mac OS X installation couldn't be completed"

[code]....

View 14 Replies View Related

OS X V10.7 Lion :: Advancing To Previous Rather Than Next Message After Deleting Message

Mar 20, 2012

I am using the Mail (5.2) app in OS 10.7. I have my Inbox sorted by decending date, i.e. newest mail at the top. When I delete a message, Mail currently selects the message above, i.e. the one that had arrived after the deleted one chronologically. Since I work through my emails from newest to latest (usually), I will already have seen the newer mesage. What I want to see is the next message on the list, i.e. the next one, which arrive before the deleted one. My question there is: How can I advance to the previous message rather than the next one (chronologically) after deleting a message?

Info:
iMac (27-inch Mid 2011), Mac OS X (10.7.3)

View 3 Replies View Related

MacBook Pro :: Installing Photoshop 5 On Apple 10.7.2 Error Message?

Feb 24, 2012

I'm trying to install Photoshop 5, and a message pops up saying "You can't open the application Install Photoshop because the Classic environment is no longer supported." What can I do??

Info:
MacBook
Pro, Mac OS X (10.7.2)

View 7 Replies View Related

Intel Mac :: Keep Getting Error Message While Installing Software Updates

Apr 4, 2012

i just receive my imac from apple store after they fix my HDD , my imac is using version 10.6.8 and have 2.66 GHz intel core i5 prossesor also have memory 12 GB 1067 MHz DDR3 , i had problem before with my imac and i sent it to apple store to fix it , after they fix it ( they said) i wont have any problem anymore with my imac , and when i try it at home, i used migration assistant to get back my old data to my fixed imac, and now everytime i try to update my imac from software update on apple icon, they can downloading the updates but when i click instal and restart my imac can not installing the updates, keep getting error instaling update on my imac.

Info:
mac os x

View 4 Replies View Related

OS X V10.7 Lion :: Why Does Screen Shift Sideways Without Warning

Mar 28, 2012

Since getting a new iMac with Lion, I have noticed that frequently the screen will shift sideways without warning, when the mouse has moved only slightly, and disappear. Sometimes there is an arrow in the lower righthand corner that allows retrieval of the lost screen, but not always. This causes particular problems when my son is doing schoolwork online -- sometimes the answers he had put down to questions will be gone when we retrieve the screen, or answers to matching-type questions will be scrambled. Is there a way to stop the screen shifting sideways?

Info:
iMac, Mac OS X (10.7.2)

View 3 Replies View Related

OS X V10.7 Lion :: ITunesHelper Now Has A Yellow Warning Triangle In Login Items

Apr 13, 2012

I have been having intermittent trouble with my USB ports on my Early 2011 MBP 13" i7. One port was dead. This started when I upgraded to Lion from Snow Leopard. In order to see if the problem was with the installation of Lion, I cloned my drive with Lion 10.7.3 on it and then reinstalled Snow Leopard OS from the disks that came with the computer. The problem disappeared. I restored the clone of my drive with Lion on it and the problem did not occur again... right away. Now after a day of using the computer with the restored clone with Lion on it, the problem cropped up again, but not as bad as it was before. The port stopped working, but when I unplugged the device and plugged it in again, the port worked.

I am wondering if this could be a driver issue. I just happened to notice that iTunesHelper has a Yellow Warning triangle in the Login Items window in the Accounts System preferences. And Kind is listed as Unknown. In another MBP 13" I use at work, that has Lion 10.7.3 on it, iTunesHelper has Kind listed as Application with no yellow warning triangle.Is this something to be concerned about?

Info:
MacBook
Pro, Mac OS X (10.7.3), MBP 13" i7 Early 2011

View 2 Replies View Related

OS X V10.7 Lion :: Deleting Files No Longer Sends To Trash But Deletes Permanently With 'cannot Undo' Warning?

May 19, 2012

For some reason, now when I delete or try to drag files/folders to trash, I get warning message 'This item will be deleted immediately. You can't undo this action.' And the files do NOT go into trash. Same if I CMD delete. I noticed this when I emptied the Aperture trash, got a warning something about permissions and cannot empty some files. They disappeared from Aperture, but the referenced master files were still in the original folder on my HD.(So I relocated the masters I was keeping, then deleted the remaining, they did not go into the trash but were permanently deleted). I don't recall changing any settings!I checked in Finder > Preferences > Advanced > 'Empty trash securely' is NOT selected.

Info:
MacBook Pro, Mac OS X (10.7.4)

View 2 Replies View Related

Software :: MySQL Will Not Start?

Apr 14, 2008

I just bought a new Macbook Pro 2.4 and starting fixing it with only fresh installs. I installed the OS X 10.5 (x86_64) pak. It was running fine until now.

The start/stop in the pref.pane don't work and if I do a "mysql start" in the terminal I get:

Quote:

MacBookPro:~ matsaki$ mysql start ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)

I tried to reinstall but it did not help. What's bugging? And what to do?

View 7 Replies View Related

Software :: Can't Stop My MySQL

Feb 10, 2010

I downloaded a the newer version directly from mysql and made a install. Now I can't stop mysql from running. I throw away the strat/stop in prefpane too. But as soon as I stop mysql it restart's after 3 seconds??

I am wondering if I have 2 mysql running also. The original in the box and the new one. Now I'm at a stage where I have to solve this problem and I am truly not good with UNIX andMySQL commands to see what's wrong or what to do.

Again I almost don't know anything how to use the terminal.

View 7 Replies View Related

Applications :: Edit A MySQL Database With A Mac?

Sep 18, 2010

I'm looking for a Mac desktop application that will allow me to edit MySQL databases that are located on a web server. Kind of like PHPMyAdmin, only as a desktop Mac application.

Do any such applications exist?

View 3 Replies View Related

Applications :: Synchronize MySQL Databases?

Dec 11, 2008

I've been looking for a nice way to synchronize MySQL databases in a quick and easy way on the Mac, but so far I haven't found any good options.

Since I'm doing my development locally on both my iMac and my MacBook I'd like to be able to sync the site I'm working on with a click of a button.
There are very nice file syncing tools available (I'm currently using Synk Standard), but as far as MySQL syncing (two-way) goes the only one I've found is Navicat.

While Navicat works great they have for some reason not made it possible to access from the command line in the mac version, which means that I can't run the db sync automatically when I run the file sync.
I've tried UI scripting but it just won't work reliably (it clicks in the wrong places all of the time).

So do you know about any good MySQL syncing tools, that sync in both directions and are scriptable?

View 6 Replies View Related

OS X :: Not Allowing To Create Mysql Account

Mar 24, 2009

I am trying to create on my Macbook a mysql account but it doesnt allow it. I suspect it is the same one in the "/etc/passwd" file: _mysql:*:74:74:MySQL Server:/var/empty:/usr/bin/false I am curious though why in that same file I dont see my normal login account. Where is the 2nd list of users? Is it a plist file somewhere? Also anyone know of a utility that shows all the users including root and all the other special accounts in one place?

View 1 Replies View Related

Software :: MAMP Not Starting MySQL?

Apr 25, 2009

I had previously downloaded MySQL on my computer. However, I discovered MAMP and want to use it. When I try to "Set to default Apache and MySQL ports" in the preferences form, Apache starts back up but MySQL doesn't and then my web program won't recognize my local server. What can I do to fix this?

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved