Connecting to MySQL via DW after Leopard install

I cannot connect to MySQL 5.041 through DW CS3 after
upgrading to Leopard. MySQL Admin and MySQL Query Browser both can
connect and make queries to the database. I just can't connect
through Dreamweaver. I get the "MySQL Error#: 2002" error which
states "Can't connect to local MySQL server through socket
'/var/mysql/mysql.sock' (2). Problem is there is no such
path.

There may be an updated needed for dreamweaver, however, I
did find some info about MySQL running on Leopard:
http://bugs.mysql.com/bug.php?id=32019
and some workarounds that I have not tested as being valid:
http://angry-fly.com/index.cfm/2007/10/26/Fix-for-MySQL-on-Leopard

Similar Messages

  • Iphone won't connect to tomtom via bluetooth after ios 4.2 update

    iphone 3GS won't connect to tomtom via bluetooth after ios 4.2 update. So no handsfree

    This is exactly the same issue that happened to me I've contacted Telus my service provider and Apple and spent countless hours on the phone with both they seem to be blaming each other for the problem Apple says it's a network problem while Telus says it's a hardware problem this happened right after I updated to 4.2 myself need help here no support. Lovvvveeeee this phone but what the $&@!'

  • My iMac does not connect to internet via wireless after I log in. I have to open network preferences and run the assistant everytime to make it work. Its a new system, updated to Mountain Lion,.

    My iMac does not connect to internet via wireless after I log in. I have to open network preferences and run the assistant everytime to make it work. Its a new system, updated to Mountain Lion,.

    Hi, this has worked for a few...
    Make a New Location, Using network locations in Mac OS X ...
    http://support.apple.com/kb/HT2712
    10.7…
    System Preferences>Network, top of window>Locations>Edit Locations, little plus icon, give it a name.
    10.5.x/10.6.x/10.7.x instructions...
    System Preferences>Network, click on the little gear at the bottom next to the + & - icons, (unlock lock first if locked), choose Set Service Order.
    The interface that connects to the Internet should be dragged to the top of the list.
    Instead of joining your Network from the list, click the WiFi icon at the top, and click join other network. Fill in everything as needed.
    For 10.5/10.6, System Preferences>Network, unlock the lock if need be, highlight the Interface you use to connect to Internet, click on the advanced button, click on the DNS tab, click on the little plus icon, then add these numbers...
    208.67.222.222
    208.67.220.220
    Click OK.
    Also, turn off IPv6:
    System Preferences » Network » AirPort » TCP/IP tab » Configure IPv6
    Or whatever Interface you use.

  • Kodak 5500 - cannot print after Leopard install

    Just want to throw this printer into the list of printers that do not work after Leopard install. I get a raster stream error. I have reinstalled Kodak software; deleted and readded printer, etc, etc,. Still now printing. Scanning works fine though!

    Much to my surprise, I received a reply from Kodak a mere few hours after emailing them on Sunday morning. They advised me that a new version of their all-in-one printer software (1.2.0 Release 3) for Leopard will be available on the web on Monday, October 29th.

  • Fan  problem after Leopard install

    PowerMac Dual G5 - after Leopard install, fan between hard drive and optical drive revved up like the computer was going to blast off, faster and faster until I powered down by holding down the power button. Leopard seems to be working fine, but with the fan continuing to go at high speed at all times. I've tried reboot, reinstall, pull plug for a few minutes, remove CMOS battery, and zap PRAM, all to no avail. I haven't put the panel cover back on yet, and that may work, but I won't have time to mess with it for a few days and hope for some insight before I try that.Ideas?

    Problem went away. Must have been a ghost in the machine.

  • After Leopard install I have 2 volumes of equal size

    After Leopard install I have 2 volumes of equal size. One has Leopard and the other has Tiger. How can I delete, remove, or get rid of the volume with Tiger on it? As I have upgraded to Leopard how can tell which one I have, i.e., 10.5 or 10.5.X?
    Thanks for your help.

    For some reason the Leopard installer kept your old Tiger partition instead of deleting it. It's probably your fault, but that doesn't matter...
    Before you do this, back up any data you still want from the Tiger partition. Also rename it to something that will differentiate it from your other volume(s?). Also back up your Leopard partition before any of this.
    Take your Leopard install disk, pop it in, reboot while holding C (or just click Install Leopard), choose a language, then from the menubar click Utilities, then Disk Utility. Once there, click your hard drive (not your Leopard or Tiger volumes) in the sidebar, go to the Partition tab on the right, click your Tiger volume's square (NOT YOUR LEOPARD VOLUME!!!), click the minus sign under that little graph, and click Partition. Then once that's done, drag the little resize line thingy on the bottom-left of your Leopard volume's square so that it fills up the entire area there.
    If you can't make the Leopard volume take up the entire drive, you'll have to wipe the entire hard drive and restore from a backup. Yes, you will have to unless you're okay with having less space then you can. (Why can't GParted resize HFS+?!?! WHY?!!?!?!!??!)

  • How did my desktop appear on another computer after Leopard install?

    I have a Mac G5 connected by ethernet to a cable company. I bought a MacBook for Chicago which is 2,000 miles away. After upgrading my G5 with Leopard I physically took the Leopard CD to Chicago and installed it on my MacBook in Chicago where I have wireless (router) After the install, my desktop was duplicated on this MacBook from the G5 in California. I never had these two computers connected, nor have I ever done a file sharing manipulation between these two computers.
    One of the files on the desk top on my MacBook, when opened reveals all my files just like the one in CA except I can't open any of them because the program cannot be found. That is not suprising at all because I never installed any of these programs.
    One program did open and can be used however and that is PhotoShop which I use lot on my G5. I never installed that program on my MacBook.
    How did this stuff get on my MacBook? I believe there is a bug in the Leopard CD that performs all the functions I could do manually to get this desk top to duplicate.
    What do you say?

    Lizard33, Welcome to the discussion area!
    Do you have a .Mac account? If so you are probably seeing the new Leopard "Back to My Mac" feature in operation.

  • Connection to MySQL via ODBC not working

    Hello all together,
    I've got a problem with the ODBC connection to MySQL. The connection via ODBC is established and things like tnsping are working.
    When I select some data within the SQL*Plus environment, I get no real result. For example "select table_name from all_tables@mysql;" returns nothing.
    My entry in listener.ora:
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME=odbc_mysql)
    (ORACLE_HOME=D:\oracle\product\11.0.1\db_1)
    (PROGRAM=dg4odbc)
    My entry in tnsnames.ora:
    MYSQL =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
    (CONNECT_DATA = (SID=odbc_mysql))
    (HS=OK)
    The initodbc_mysql.ora in ORACLE_HOME/hs/admin/:
    HS_FDS_CONNECT_INFO = odbc_mysql
    HS_AUTOREGISTER = TRUE
    HS_DB_NAME = hsodbc
    I tried some modifications but I still get no data from mysql database. When I try "select * from customer@mysql;" I get the correct number of records, the correct column names, but the content is always "¬¬¬¬". The odbc driver works, because with MS Access I can fetch the data. I'm using Oracle 11g Release 1 EE and MySQL ODBC 5.1.5.
    What could be the reason for this?
    Greetings,
    Joerg

    created in my UTF-8 Mysql DB your table and inserted a record; the select shows:
    SQL> select * from "movieclass"@mysql;
    idClass
    ClassName
    123
    H e l l o
    As you can see the content is there, the "space" between the letters is related to unicode. Each character is interpreted by 2 bytes and SQL*Plus wrongly displays both. Using iSQLPLus or SQLDeveloper does not show the "space" between the letters.
    Here the data type mapping:
    SQL> desc "movieclass"@mysql;
    Name Null? Type
    idClass NUMBER(3)
    ClassName NOT NULL NVARCHAR2(50)
    What's the exact version of DG4ODBC you're using? 11.1.0.7?
    According to the listener file you're using DG4ODBC on Windows. There was a high/low byte issue in DG4ODBC for Windows. This issue is fixed in 11.1.0.7 and a certain patch. So I recommend you to get first the 11.1.0.7 patchset (if you don't already have it installed):
    6890831 Oracle Database Family: Patchset
    11.1.0.7.0 PATCH SET FOR ORACLE DATABASE SERVER 11.1.0.7.0
    and then please apply also the latest patch:
    8689191 Oracle Database Family: Patch
    ORACLE 11G 11.1.0.7 PATCH 16 BUG FOR WINDOWS 32 BIT 11.1.0.7.0
    There was a high/low byte issue
    Edited by: kgronau on Aug 11, 2009 10:28 AM

  • Remotley connect to mySql via mm.mysql

    Hello,
    I'm running WIN2k, JDK 1.2.1_004 and I'm trying to make a local java application to connect to mysql on my web server via mm.mysql. But it doesn't work
    I get the following error:
    SQLState: 08001
    Message: No suitable driver
    Vendor: 0
    I've tried to connect via the ip:
    Connection con = DriverManager.getConnection ("jdbc:mysql://64.176.118.240:3306/grattiskort_com?user=grattis&password=");
    And domain name
    Connection con = DriverManager.getConnection ("jdbc:mysql://grattiskort.com:3306/grattiskort_com?user=grattis&password=");
    I have enabled remote connection in mysql config.
    Do I need to install the driver on my web server too, and if so, how do I do that?
    Does anyone have a clue what's wrong?
    Regards,
    Chrille

    Message: No suitable driverWhere do you load the driver?

  • Help!  External HD data lost after Leopard install!

    After a quirky install of Leopard that included an error message for the install DVD itself, it seems that installation has been completed and this was confirmed by Apple CS. This install was on an iMac. Apple said to disregard the error message. It "appears" to have installed, but has been quirky on not shutting down when directed, and also not ejecting disks. No prior problems whatsoever with this machine -- before Leopard yesterday morning.
    BUT, the external hard drive (Western Digital 80 GB) that was connected to the iMac comes up empty after the install. That's right, EMPTY! Critical client data gone! The only item on the disk is that dark gray icon with a yellow "exec" in the upper left corner (a Unix Executable File apparently).
    Efforts to assess/fix External HD issue:
    1. Disk utility reveals an error-free disk with no data (both permissions and disk repair). Same problem-free assessment by disk utility for the newly Leoparded machine, too.
    2. Western Digital diagnostic says all ok with disk -- ran on another machine.
    3. No data when connected to Leopard MacBook or other iMac running Tiger or other iMac in Windows mode.
    4. Phone consult with ESS Data Recovery Specialist -- they think Leopard might have formatted the external. Note that the external didn't show up as an install option.
    5. ESS Specialist recommended trying DataRescue by www.prosofteng.com.
    My observations related to other related forum topics:
    1. This issue appears different as others seem to have had luck plugging their external HDs into other machines with data recovery success.
    2. This issue appears different as there is no discernable error with the external HD hardware itself.
    3. The external seems to have been formatted by Leopard. Haven't seen anyone talk about this.
    PLEASE HELP me figure out next steps:
    1. Should I try Data Rescue on the external HD?
    2. Is Disk Warrior different from Data Rescue -- better, worse, different? How? I heard DW is not compatible with Leopard but can be used when booting from the DW disk?
    3. Should I used a data recovery service? After one of the above (DR/DW)? What is the best service to use in terms of effectiveness and price?
    4. For the iMac...
    a. Does it make sense to do an archive an install to make sure any issues with the quirky install
    of Leopard are cleaned up?
    b. I've noticed that I might also try a reboot in safe mode and then run disk utility again, or to
    reboot in C.
    c. The only 3rd party software on the iMac is flip-4-mac (.wmv compatibility in Quicktime).
    Should I delete it?
    Thanks for your help. I hope I've laid this out so to be useful to others with similar/dissimilar issues.
    Message was edited by: sillynuggins

    Hi sillynuggins-
    Greetings and welcome to the Apple boards
    I have read that you should disconnect all peripherals such as hard drives before doing an update and now I suppose I know one reason why.
    1,2 and 3: DataRescue is a different program than DiskWarrior. DR is what you need here. DR will be way cheaper, in orders of magnitude, than a data recovery service.
    4. An archive and install does make sense. Definitely remove flip-4-mac beforehand just to make sure.
    Luck-
    -DaddyPaycheck

  • HP LaserJet 1000 problem after Leopard install

    Anyone else have a problem printing after the Leopard install?
    My printer and driver was recognized but I can't print. When I watch the print queue it say there are errors and fails.
    Since HP never made a driver for this printer, I was using a Zenographics driver that worked great. That is, until I upgraded.
    I unplugged the USB and power cords, and removed the printer from System Preferences. After plugging everything back in and adding the printer again, the printer seemed like it wanted to print, but still didn't work.
    Please help.

    Thank you for your answers. I was hoping someone would reply.
    HP LJ 1000 is a great printer and I figured a few people had to have one. It is unfortunate as this printer hardly ever needed the toner changed, and I used it as my main printer. I swear I only changed toner four times in the last five years!
    I looked everywhere for a driver and found nothing. HP said they had no updated driver for the Mac (as they told me a year ago, too) and they were not going to create one.
    My final solution was to give up my printer to a good neighbor for $50 for her pc.
    I researched printers from the Apple store and decided to go with the very Mac friendly HP Laserjet 1022:
    http://store.apple.com/AppleStore/WebObjects/EducationIndividualCustom.woa/94340 03/wa/PSLID?mco=CC919B84&fnode=home/shopmac/macaccessories/printers&nplm=TC976LL/A&wosid=gG2dihO9R0Mg29v6f901bEeWNf2
    Hopefully it will be a good printer. After returning the new toner I bought for the LJ1000, I thought Staples would have it in stock. However, after trying three different stores, it seems the best way to get a Mac-friendly printer is to go online.
    I hope I helped you out as well.
    Again, thank you.
    -NdP

  • Hard Drives locked after Leopard Install

    Since this only happened after I installed Leopard, I figured here would be a good place. My apologies if it is not.
    The root ( /Volumes/Entreri/ and /Volumes/Akira ) are now read only. All folders and files within them have correct permissions.
    History: For a long time now, I've promised myself that one day, I was going to wipe my main drive, Ishii, and do OSX RIGHT. Ever since I had initial permissions problems since I upgraded my systems from OS9 to OSX, I ran my system (a Dual 1 Ghz Quicksilver G4) as root. Cringe away. I was young, and my attitude was that my dang computer was not going to tell me what I could, and could not delete (and trust me, after the initial switch and for years beyond, OSX still gave me plenty of those problems).
    But I grew older and knew it was time to just run as an admin user, and not root. When Leopard was released, I figured it would be time to wipe my system HD (Ishii) totally clean, install OSX 10.5 and run as a normal user "sean."
    Install goes fine. The finder pops up and I start to make what I assume are my first mistakes of my new life as an admin user. I get info on Entreri and Akira, and see their permissions are set to rwrwr-. **** no I say. The Everyone group (for some reason...) needs to have write access!! I change the permissions to rwrwrw and "apply to all enclosed items." It works! "Awesome," I thought, "all my permissions problems have been fixed!" I do that to both my Aux drives.
    Then I get info on the system drive, Ryoko, and see the same thing... and I change it, and I hit apply to all enclosed items. About 30 seconds after a little voice in my head nags: "Why would you need to do that? The drive was wiped fresh- every file in there has the permissions OSX set for it.."
    But it was in process- and I've learned not to interrupt OSX doing file changes.
    As I'm sure you can guess, OSX starts behaving strangely after that. I restart off the Leopard disk, and use the disk utility to Repair Disk Permissions. Due to the number of files I idiotically changed, that takes 4 hours.
    Now OSX runs fine.. but my Aux drives, Entreri and Akira, have their root directories locked.
    •Getting info on the hard drive makes it look like everything's fine.
    •Changing the permissions from rwrwrw to rwrwrw just to try and do something doesn't do anything.
    •Applying to enclosed items run, but the root directory is still locked.
    •Ignoring ownership on the volume doesn't change the locked root folder.
    •FileXaminer can't seem to do anything either.
    •Attempting to change the permissions in the terminal results in a Operation not permitted error.
    •Permissions as reported from terminal: drwxrwxrwx@ 25 root admin 918 Dec 8 14:15 Entreri
    •I ran as root, to see if I could fix the problem, but it's the same thing all over.
    •When booting from leopard and running disk utility, the hard drive's are still appearing as locked- nothing is wrong with the drives. I was thinking about reinstalling, but if the installer disk sees the drives as locked, I doubted that would make an issue.
    Entreri: 500 GB Seagate Barracuda 7200.9
    Akira: 80 GB Seagate Barracuda 7200.6 (4 years old or so)
    Ryoko: 80 GB Seagate Barracuda 7200.6
    Any help would be appreciated. I fully know I screwed up.

    Same here, I have 3 extra internal drives and they now show a lock graphic on the desktop icons. If I try and write any files to the drives I get a prompt stating the drive cannot be modified. I'm given an option to Authenticate with my password, but I then get a message that says I don't have sufficient access privileges. I just updated through Software Update but didn't pay attention to what was being patched. I'm guessing a security update screwed this up. I really need my drives because I use them for media production and I have a serious deadline...come on Apple, test things out before sending updates!

  • Canon MP 600 Printer not working after Leopard Install

    I installed the Leopard OS and now my Canon MP 600 printer that purchased at the MAC store with my Mac in Aug of this year. It was working properly prior to the Leopard install. I tried re-installing the printer drivers, but no change. I can see my MP 600 as the only printer available. I am also unable to even print a 'test' page. When I run the Network Diagnostics everything is fine, but no printing.
    Any suggestions?

    I tried this. I also tried updating the CUPS config file as was noted elsewhere. The printer is a total no-show on Leopard.
    It is being served by an older G4 whose only job is to serve the printer.
    On Tiger it would just *be there* to print to. All the Panther computers see it as a "shared printer" in the printer box.
    In Leopard.... not a &^^&% thing.
    Not happy.
    deviztate wrote:
    Are you using a gimp driver? I had the same issue and gimp was the cause. I went to the Canon website and found the driver I needed. After the install and restart all was well. In fact, when I opened Print Utility, I saw that the system had already defaulted to the new Canon driver. Here's the Canon link...
    http://www.usa.canon.com/consumer/controller?act=ModelInfoAct&fcategoryid=182&mo delid=12892
    Navigate to drivers and downloads... Hope this helps...
    -d

  • Photoshop CS3 Crashes After Leopard Install

    I tried upgrading to Leopard years ago from Tiger but downgraded back because of this same issue. I know I need to upgrade my system so I just installed Leopard again and again the same issue with Photoshop CS3 arises. After the install I am unable to open Photoshop, it just crashes. I imagine someone has to have an answer to this by now. Please help!
    Thanks.

    As mentioned in all the similar topics in this forum:
    http://kb2.adobe.com/cps/834/cpsid_83499.html

  • Lost iSight - Ethernet - Bluetooth after Leopard install

    Hi,
    I installed Leopard - erase and install, in an iMac 1.83, 17 early 2006. After installation seemingly no problems with the installation iSight no longer works, built in ethernet doesn't seem to work and Bluetooth is flaky, sometime bluetooth works sometimes not.
    With iSight, try to use Photo Booth and I get a black window with a picture of a camera with a slash through the camera.
    With Ethernet using DHCP is self assigned an 169 ... number, so I set it to manuel and assigned a IP to it. But then Airport stopped working and lights on router don't light for the ethernet cable, and yes set to no conflicting IP.
    I restarted a few times, installed all the software updates, re-installed Leopard all to no avail.
    iMac Passed All ASD test.
    Worked fine with Tiger
    I'm at a lost so Any ideas welcomed.
    TIA, Bill...

    Welcome to Apple Discussions, hytan
    hytan is giving you good help on resetting the hardware.
    About as close as you can come to an iSight "driver" is the "QuickTimeUSBVDCDigitizer.component" file. That file should be in your GF's Mac's Hard Disk / System / Library / QuickTime folder. Look manually because Spotlight will not find this file. If the file is there, reinstallation is not needed.
    If it is NOT there, you will need to restore the file to its correct location in order for your built-in iSight (or any other USB camera) to work.
    To "reinstall" the file, drag a copy of the file into the correct folder location and restart your Mac. That is all there is to it.
    You can use a copy of the QuickTimeUSBVDCDigitizer.component file from another Leopard Mac or from your Time Machine or other backup. 
    If you do not have a backup or other Mac, make a backup ASAP and use Pacifist to extract QuickTimeUSBVDCDigitizer.component from your Leopard Install disk. Instructions for Pacifist are here.
    (I have seen a web page that offers a download of the QuickTimeUSBVDCDigitizer.component file, but it is labeled for Mac OS 10.4.10. I am always suspicious of non-Apple sources for System files on my Mac. Moreover, even if this file is as advertised, I do not know whether the download is a safe substitute for you. Therefore, I suggest the Pacifist alternative.)
    If the file is where it should be but your built-in iSight is still not working, you will need to consider the hardware possibilities.  If reset won't bring it back, contact Apple or an Apple-Authorized Service Provider for service.
    EZ Jim
    PowerBook 1.67 GHz w/Mac OS X (10.4.11) G5 DP 1.8 w/Mac OS X (10.5.2)  External iSight

Maybe you are looking for

  • An error occurred creating the form (task 327, form 0). (ALC-WKS-007-040)

    Hello All, I know that there have been quite a few discussion on this but none of them seem to correlate to the set up that I have. I am currently using an xdp form and an xml variable. This error occurs when I attempt to start the process via worksp

  • IDVD multiplexing error or freezes

    I am trying to burn 2 videos onto a DVD but I get an error code or else it just hangs and will not complete the burn.  I imported the videos into iphoto and then clicked on SHARE and Send to iDVD.  I used a theme and put in the picture in the drop ar

  • Accessing itunes library from a second volume

    My macbook at the moment has a single start up disk ie. only 1 volume, but I'm looking into creating a 2nd volume, install leopard on this second volume, then import my itunes library onto the leopard based volume. Then I hope to access the second HD

  • Val(sgnl) Property of a Button to Fire Event

    I'm trying to call a button value change event handler by using the Val(sgnl) property of a button control. Its not working. Ive done this with boolean controls and it works great. The boolean version takes a boolean input while the button version ta

  • ESS Form 16 ~designbaseurl illegal host entry

    While executing the form 16 in portal we are getting an error. ~designbaseurl illegal host but if i run this directly using the url its working fine. Suggest mes. Thanks in advance, Mr.Chowdary