10.6.6 update problems for MySQL

I tried this in another area, but received no responses... trying again here.
I just performed the 10.6.6 update and following restart, I can no longer get MySQL to start up. There was a similar problem with a previous update (I believe in Oct 2010). At that time, MySQL was starting up, but Apple had changed the location of "mysql.sock" (socket file) to a non-standard location (from "/var/mysql/" to "/tmp"). Unfortunately they forgot to tell users that they were doing this and it about a week before someone (a user) discovered the source of the problem and create a solution. As a full-time, large-scale web developer, that cost me a week's worth of income!
Once again, MySQL will not start up, but apparently for totally different reasons (and again without any forewarning from Apple. MySQL will not start from the command line either, but gives no indication why it fails. I've now spoken with 3 Apple Support techs, including a "Senior Advisor". None of them even knew that MySQL was part of the standard OS-X installation!
Has anyone else experienced this problem or could suggest possible solutions? I am desperate to get this figured out, as I'm supposed to fly out of Denver to New Orleans on Monday morning to do a major site installation and I can't even get to the data on my MacBook Pro to upgrade the MySQL installation on my web servers.
HELP!!!

After trying everything I could think of, I finally just gave up and did a clean reinstall of the MySQL application. At this point, I had MySQL loading again. At some point, it mysteriously quit working again, so I repeated the process. Unfortunately, since I reinstalled the same version as the previous, the NEW install overwrote the OLD install and wiped out over 100 databases (48 active, the rest backup and Dev versions) during the installation.
No problem, right? I'll just recover from my Time Machine backup. First, however, since I've been traveling over the holidays, my most current Time Machine backup was Dec 17. Second, I couldn't figure out a way to get Time Machine to restore anything in the hidden directories (/etc/, /usr/local... ), without doing a full reinstall, which would have resulted in loss of considerable work performed in the past 3 weeks.
Logging into Terminal as root, I was able to walk my way through the various backup folders in an attempt to find the most recent backups of each database. After 36 hours of continuous tinkering (counting a 7 hr span to create a fresh "clone" for safety), I finally have it working again. I know without a doubt, that I've lost a great deal of database work, which will mean doing a lot of duplicate effort. But at least I'm up and running again. And I realize that on a Windows box things could have been much worse. But who wants to do anything twice (unless you get paid for it both times)?
In short, there was no quick and easy "solution". The lesson to be learned? Never, never, never do a simple OS upgrade, without first doing a full backup (even if it does take 7+ hours)! I hope this at least helps someone else avoid the same headache.
Thanks for your feedback.
Jack

Similar Messages

  • [Software Updates Problem for My Nokia 6131]

    Hi Everyone, My name is Wilson And I am from Singapore.I am here to ask about the software updates,which my country do not have support for it.That why i need help for my nokia 6131. Firstly, My nokia 6131 show some problems for E.g "when i type #0000#" it show an "Unknown APPLICATION"
    Secondly,I follow the software guide, to no avail. I found out that in my settings > phone > phone updates it show only 2 things --> "Current Software Details and Install Software update".But my handphone version is V03.70.Lastly, i would to request if anyone or staffs would send me the file directly or help me step by step. I will appreciate anything you have done and i would to say Thank You Very Much
    Good Bye =)

    I got another question for this ---> Secondly,I follow the software guide, to no avail. I found out that in my settings > phone > phone updates it show only 2 things --> "Current Software Details and Install Software update".
    My Nokia 6131 Version 3.70 but whenever i played a java games it will die out and when i turn on my phone and play the same game it also die out. But all my friends does not have this problems except me =( .Btw there is one game it ask me to "Press any key to continue" When i click any key im stuck there, it doesnt lead me to the welcome page it just hang there ---> "Press any key to continue"Message Edited by takashix on 19-Sep-2006
    11:42 PM

  • Updating problems for Adobe Reader

    Help please... why can't I update the Adobe Reader 8 to Adobe Reader 11 on my Windows XP? I haven't updated AR for a while. Is that the problem? It asks me to update, and then I run it, but it won't do anything else.
    Thanks so much. Any suggestions/ideas would be much appreciated.

    I suggest that you uninstall Reader 8, then download and install Reader XI from http://get.adobe.com/reader/enterprise/

  • Persistent Store Problems for MYSQL Enhanced Cluster With OpenMQ 4.4

    I am trying to implement an enhanced cluster with failover. I have edited the config files for each broker instance for a persistent store. I have appended the following to each of the config.properties files:
    imq.brokerid=myclusterinstanceINSTANCE1 # I substitute INSTANCE2 for INSTANCE1 for broker #2
    imq.persist.store=jdbc
    imq.persist.jdbc.dbVendor=mysql
    imq.persist.jdbc.mysql.property.url=jdbc:mysql://xxx.xxx.xxx.xx:3306/test
    imq.persist.jdbc.mysql.user=user1
    imq.persist.jdbc.mysql.needpassword=true
    imq.persist.jdbc.mysql.password=mypass
    imq.cluster.ha=true
    imq.cluster.clusterid=mycluster
    imq.cluster.brokerlist=xxx.xxx.xxx.x:37676,yyy.yyy.yyy.y:37676
    I then create the persistence storage with "imqdbmgr create tbl". When I view the data in the tables it creates, I have one row. Under Store_Version, I have 410. Under LOCK_ID, it has NULL. When I go to start the brokers with imqbrokerd, I get the following error:
    ERROR [B3198]: Error initializing cluster manager:
    com.sun.messaging.jmq.jmsserver.util.BrokerException: [B4239]: Failed to load persistent store version from database table MQVER41Cmycluster
    at com.sun.messaging.jmq.jmsserver.persist.jdbc.VersionDAOImpl.getStoreVersion(VersionDAOImpl.java:310)
    at com.sun.messaging.jmq.jmsserver.persist.jdbc.DBTool.updateStoreVersion410IfNecessary(DBTool.java:350)
    at com.sun.messaging.jmq.jmsserver.persist.jdbc.JDBCStore.checkStore(JDBCStore.java:3599)
    at com.sun.messaging.jmq.jmsserver.persist.jdbc.JDBCStore.<init>(JDBCStore.java:127)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
    at java.lang.Class.newInstance0(Class.java:355)
    at java.lang.Class.newInstance(Class.java:308)
    at com.sun.messaging.jmq.jmsserver.persist.StoreManager.getStore(StoreManager.java:157)
    at com.sun.messaging.jmq.jmsserver.Globals.getStore(Globals.java:967)
    at com.sun.messaging.jmq.jmsserver.cluster.ha.HAClusterManagerImpl.initialize(HAClusterManagerImpl.java:181)
    at com.sun.messaging.jmq.jmsserver.Globals.initClusterManager(Globals.java:903)
    at com.sun.messaging.jmq.jmsserver.Broker._start(Broker.java:777)
    at com.sun.messaging.jmq.jmsserver.Broker.start(Broker.java:410)
    at com.sun.messaging.jmq.jmsserver.Broker.main(Broker.java:1971)
    Caused by: java.lang.NullPointerException
    at com.mysql.jdbc.ResultSetImpl.findColumn(ResultSetImpl.java:1103)
    at com.mysql.jdbc.ResultSetImpl.getInt(ResultSetImpl.java:2777)
    at com.sun.messaging.jmq.jmsserver.persist.jdbc.VersionDAOImpl.getStoreVersion(VersionDAOImpl.java:298)
    ... 16 more
    I believe this error is attributed to the NULL value under LOCK_ID. I think that the value under LOCK_ID should be the name of the broker from the config file (even though I specified them in the config files). Any ideas?? THANKS!

    Just some pointers -- maybe this will be of use:
    If you haven't already read it, please take a look at the [ MySQL setup guide|https://mq.dev.java.net/OpenMQ_MySQLCluster_Setup_Guide.html] .
    We recommend using NDB Data-store of MySQL Cluster, though this isn't an absolute requirement. Due to some issues we have found with earlier versions, we recommend using MySQL Cluster, 7.0.9 or better (the current version is 7.0.16, or 7.1.5). Either of these would contain Connector/J.
    I'd also recommend using the latest version -- MQ 4.4update2 (just in case you happen to have an older copy). There were many minor improvements in the integration with MySQL from the original 4.4 release, to update 2. This is linked at the MQ download page: [https://mq.dev.java.net/downloads.html]

  • LMS 4.0.1 - Device update problem for CiscoView

    Hello,
    I would like to update all CiscoView packages for my customer.
    When I do :
    Admin> System> Software Center> Device Update
    I have a list of several updates to do :
    Showing 1-15 of 15 records
    Package Name
    Type
    Product Name
    Installed Version
    Available Version
    Readme
    Posted Date
    size
    1.
    ASR1000
    DevicePackage
    CiscoView
    3.0
    4.0
    ASR1000.cv50.v4-0.readme
    NA
    NA
    2.
    Cat3560
    DevicePackage
    CiscoView
    9.0
    11.0
    Cat3560.cv50.v11-0.readme
    NA
    NA
    3.
    Cat3750
    DevicePackage
    CiscoView
    12.0
    13.0
    Cat3750.cv50.v13-0.readme
    NA
    NA
    4.
    Cat6000IOS
    DevicePackage
    CiscoView
    31.0
    31.2
    Cat6000IOS.cv50.v31-2.readme
    NA
    NA
    5.
    CVGenericPackage
    DevicePackage
    CiscoView
    1.4
    1.5
    CVGenericPackage.cv50.v1-5.readme
    NA
    NA
    6.
    Cisco3400ME
    DevicePackage
    CiscoView
    4.0
    5.0
    Cisco3400ME.cv50.v5-0.readme
    NA
    NA
    7.
    MetroEthernet
    DevicePackage
    CiscoView
    2.0
    MetroEthernet.cv50.v2-0.readme
    NA
    NA
    8.
    Nexus5000
    DevicePackage
    CiscoView
    1.0
    Nexus5000.cv50.v1-0.readme
    NA
    NA
    9.
    Nexus7000
    DevicePackage
    CiscoView
    2.0
    3.0
    Nexus7000.cv50.v3-0.readme
    NA
    NA
    10.
    Rtr3900
    DevicePackage
    CiscoView
    4.0
    5.0
    Rtr3900.cv50.v5-0.readme
    NA
    NA
    11.
    Rtr1900
    DevicePackage
    CiscoView
    2.0
    3.0
    Rtr1900.cv50.v3-0.readme
    NA
    NA
    12.
    Rtr1800
    DevicePackage
    CiscoView
    9.0
    10.0
    Rtr1800.cv50.v10-0.readme
    NA
    NA
    13.
    NGMARShare
    DevicePackage
    CiscoView
    1.15
    1.17
    NGMARShare.cv50.v1-17.readme
    NA
    NA
    14.
    Rtr800
    DevicePackage
    CiscoView
    16.0
    18.0
    Rtr800.cv50.v18-0.readme
    NA
    NA
    15.
    SwitchAddlets
    DevicePackage
    CiscoView
    1.28
    1.31
    NA
    NA
    But when I try to do these update, it always fails and I can see in the Event logs, this message :
    Number of Packages Selected for Install : 1
    For Product(s) : CiscoView
    Install Invoked by user : admin
    The Package(s) Selected for Install :
    CVGenericPackage
    WARNING :  CVGenericPackage(1.5):Consistency check failed for base package SwitchAddletsWhat can I do to update my CiscoWorks please ?
    No package(s) to install for : CiscoView
    Thank you.
    Regards,
    Stephane.

    And for each individual device package I'm trying to update, I receive this error message :
    Error
    The installation of device package(s) failed.
    Check Software Center > Activity Log > Event Log for details.
    And the Event log show me this (for example, for the Cat3560 package) :
    Number of Packages Selected for Install : 1
    For Product(s) : CiscoView
    Install Invoked by user : admin
    The Package(s) Selected for Install :
    Cat3560
    No package(s) to install for : CiscoView
    But when I do Device Update again (even if I Stop and Restart the Deamon Manager), I still see the same device packages list.
    This problem is very annoying.
    Do you want me to upload any other log ?

  • Unable to create updatable statement for MySQL?

    The following code fragment prints 'Read only', even though the updatable flag is being set for the createStatement function. Can anyone give me an idea of what I am doing wrong here? I'm able to read stuff OK, but not update anything.
    Connection conn = DriverManager.getConnection("jdbc:mysql:[removed]");
    Statement stmt = conn.createStatement(ResultSet.TYPE_SCROLL_SENSITIVE, ResultSet.CONCUR_UPDATABLE);
    String query = "select * from foo";
    rs = stmt.executeQuery(query);
    int concurrency = rs.getConcurrency();
    if (concurrency == ResultSet.CONCUR_READ_ONLY)
         System.out.println("Read only");
    else
         if (concurrency == ResultSet.CONCUR_UPDATABLE)
              System.out.println("Updatable");
         else
              System.out.println("Unknown concurrency - " + concurrency);

    Not all databases support all the listed resultSetType and resultSetConcurrency values; usually, if you try to use an unsopported type, you still get a connection but it's type os downgraded.
    You can usually find out if a type is supported by reading the documentation, or querying the database, using DataBaseMetaData.supportsResultSetConcurrency()
    Sadly, the only thing in the MySQL documentation that I'm aware of on this topic is a note in the changelog for the 3.0.2-dev version of MySQL
        - Fixed DBMD.supportsResultSetConcurrency() so that it returns true
          for ResultSet.TYPE_SCROLL_INSENSITIVE and ResultSet.CONCUR_READ_ONLY or
          ResultSet.CONCUR_UPDATABLEI did a quick search and might have missed something:
    http://dev.mysql.com/doc/mysql/en/index.html
    I suspect TYPE_SCROLL_SENSITIVE is not supported and your connection is being downgraded; you might try testing the DBMD to see what the database says is supported...

  • Firmware update problem for Nokia 7373

    Just updated to firmware v5.0 for my Nokia 7373 and everything seem to work fine except when I go access my 'GOTO' menu. Then it crashes my phone ( well it's freezes my phone up).
    I go through the update as required with the Software update - even tried reinstalling it and still gets the same result.
    Can anyone help me out either revert back to the old firmware or fix the problem?
    Thanks
    (P.S. I would take it to a repair center except I bought the phone in China and I live in Canada and I don't think the phone is officially out yet in Canada)

    go to control panel.....add or remove programs....then on nokia connectivity calbe driver clik repair

  • Updating problem for Photoshop 7.0

    For two weeks now, I have been unable to downoal routine updates. I get a window that says "Adobe online error" and "file could not be downloaded" and "An unknown internet error has occurred" And there is a long http://cgi... address. Please send me an Adobe tech support e-mail address to which I can mail the screen shot of the above and/or tell me what is happenning and how to fix it. Thanks!
    my e-mail: <Removed by Moderator>

    What error do you receive when you try to apply the updates directly?  You mentioned it was not able to locate your current installation.  Do you have Photoshop 7.0 installed or have you already applied the update?
    If you still have access to the installation media you may want to remove the current installation and reinstall.  You can find a list of the Windows updates for Photoshop 7 at http://www.adobe.com/support/downloads/product.jsp?product=39&platform=Windows.

  • Header text update problem for BAPI_CONTRACT_CREATE

    Hi,
    We are in the process of converting the BDC for Contract creation ME31 into BAPI.
    For the purpose we had identified the BAPI,
    BAPI_CONTRACT_CREATE.
    The bapi works fine , except it doest not update the Header Text.
    The parameters passed for header text are
    Text ID : K01.
    Text Form : *
    Text line : ( Header text content).
    We are working on ECC6.0.
    Pls advice me how to proceed.
    Regards
    harish

    Hi Harish,
      Can you please give me a brief idea on how you are using this BAPI?
    1) What would be the format of excel file?
    2) Does the BAPI work for both create and update ?
    3) Any know limitation ?
    4) Any documentation you have or you can point me to on the web regarding this BAPI?
    Thanks
    AK

  • [SOLVED] Update problem for k3b

    Yesterday I gave the usual pacman -Syu command to update my system, and I saw that an upgrade for k3b, named k3b-1.65.0alpha1-1, was available. But the update process stops giving this error message (I translate it from Italian):
    error: impossible to complete the requested operation (files in conflict)
    k3b: /usr/bin/k3b is already present in the filesystem
    Does anyone has the same issue?
    Last edited by snack (2009-05-20 08:11:58)

    Allan wrote:What package owns k3b?  (pacman -Qo /usr/bin/k3b)
    It says: error: no package contains /usr/bin/k3b
    Last edited by snack (2009-05-20 07:22:16)

  • 10.5.4 update problem for Mac Mini-Desktop is "Crazy"

    Well I had this problem when I updated from 10.5.2 to 10.5.3, and had to revert to 10.5.2 by doing a full reinstall but stopped with the 10.5.2 update. Now I just updated 10.5.2 to 10.5.4 and have the same problem. I downloaded the combo file and ran it and when it rebooted, the screen is in black and white, large fonts, poor resolution and 2 desktops split by a vertical line. The Mini is connected to my Sony 32" using the computer monitor input port on the Sony. It works fine with 10.5.2. Anyone know what's going on?? Thanks. Stephen

    This may not solve anything, but I would open System Preferences and explore the settings in the Displays and Universal Access panels.

  • Iphone 4 when using ipod playing music phone switches to docking station. I think this maybe a software update problem for it did not do this since the last update. please help !!!

    Hello ?????

    hi i had the same problem today when i updated my itunes to latest version. however, i have just found my songs in the 'itunes media' folder. this was accessed through 'my music'  then keep clicking through until you find itunes media and all my library songs were in there and i then just added these files to my library and all were restored however, i have lost all my playlists but at least my 700 songs are back. very dissapointed with apple that they have let this happen with their latest update, the previous version was miles better than this one . hope you find them. stevo

  • Very important update problem for 5.1.1 update?

    i did the new update today to the 5.1.1. for my iphone4, and it says to instal an active sim card, well i dont have one. i cancelled my cell when i got a landline and just used it as a mini computer how do i get past the activation?

    Find a microSIM that you can install, it doesn't even have to be a working one.

  • Ios5 SOFTWARE update problems for iphone 3

    Since uploading the new software (and subsequently re-storing), my phone signal is terrible (Telstra which has never been an issue previously) and the internet connection is slow.
    Should I take phone to Telstra or APple?  No problems at all with this device until I made this ios5 update.

    Put the device in DFU mode and restore it.

  • Update problem for nokia asha 200

    My problem is i cannot update my my mobile Nokia asha 200 even the update is available is it says not enough phone memory even from that i format the phone memory then also says not enough phone memory try again free some space what to do now update is 49 mb and phone memory is 27 mb so please help me
    thank you

    You don't mention whether you have microSD memory card installed in your Asha 200, which may be possible solution.
    Happy to have helped forum in a small way with a Support Ratio = 37.0

Maybe you are looking for

  • Random lock ups on iPod Touch 8GB

    Out of the blue, my ipod screen will go almost completely black. You can barely see the screen that you were on and it becomes unresponsive. It will then show a black screen with the apple logo, but nothing more. I did a restore on it and removed all

  • On the new airport extreme how do you set up a print thats plugged in  to the base station to work on all computer

    I pluged in a printer to my new airport extreme and need to set it up so other computers can see it

  • Interview questions in gems soft sollutions freshers

    hi friends pls tell answers to theese with some sample coding 1.what is the purpose of start of selection .if there  is no start of selection does the report will run ? 2 how to pass data from one report to another report. 3. can we go from 10 th lis

  • Slicing Problems

    Help. I created the graphics in Fireworks. Editor is Dreamweaver. The right side is my problem. My problem arises when I make a slice to cut out a hole in the graphic so I can add a text scroll script. It creates several more images in several cells.

  • Opening a labview 8.5 file with labview 8.21

    Hello, I was working on a project at home with labview 8.21, I nearly finished this project but I addes some stuff at school where they have labview 8.5. Today I wanted to open the labview file on my computer, but It gave an error: labview load error