Ho do you 'un-gray' the Databases menu option in the Windows menu?

I seem to be entering a 'world of hurt' with PHP on my iMac running Mac OS X 10.6.6 with Dreamweaver CS4
Under the Windows menu the Database menu option is grayed out.  How do I un-grey it?
In the Site Definition dialog box I have Server Model set to PHP MySQL and PHP appears to be running perfectly well, but Dreamweaver CS4 seems to want to stand in my way and gray out the Database menu option and I have no idea why.
I wish that software developers would implement the idea that if a menu option is grayed yo can still click on it and it will take you to a help page telling you why it is unavailable and how to make it available.
So, I guess I have one of two questions that need to be answerd (and I do not know which one to ask):
1. How do I un-gray the Database menu option.
2. Why is the Database menu option grayed-out?
I am dead in the water until I can work this one out.

I exited Dreamweaver CS4, started it again and magically the menu option was now un-grayed (nothing else, to my knowledge changed).
Now I am getting a different problem - "MySQL Error #2002 - No such file or directory".
I am opening the Database menu option, bringing up the "MySQL Connection dialog box" then I enter:
Connection name: bookstore
user name: root
Password: root
Database:
when I click on the Select...button to choose a database I get "MySQL Error #2002 - No such file or directory".
Which is it?  No such file, or no such directory?  If it would show me the directory it thought it was looking for then I might have a chance in Hell of working this one out!
How do iwork out which folder it is attempting to look in?

Similar Messages

  • Hello Anybody, I have a question. Can any of you please suggest me how to make an xml file from the database table with all the rows? Note:- I am having the XSD Schema file and the resulted XML file should be in that XSD format only.

    Hello Anybody, I have a question. Can any of you please suggest me how to make an xml file from the database table with all the records?
    Note:- I am having the XSD Schema file and the resulted XML file should be in that XSD format only.

    The Oracle documentation has a good overview of the options available
    Generating XML Data from the Database
    Without knowing your version, I just picked 11.2, so you made need to look for that chapter in the documentation for your version to find applicable information.
    You can also find some information in XML DB FAQ

  • Verify that the database is created with the correct path  specification

    Dear All
    When I installed DB2 9.1 with SP4 on windows 2003 64 bit,I use Configuration Assistant tool which is problem
    SQL1031N  The database directory cannot be found on the indicated file system.  SQLSTATE=58031
    Explanation:
    The system database directory or local database directory could
    not be found.  A database has not been created or it was not
    cataloged correctly. 
    The command cannot be processed. 
    User Response:
    Verify that the database is created with the correct path
    specification.  The Catalog Database command has a path parameter
    which specifies the directory where the database resides. 
    sqlcode :  -1031
    sqlstate :  58031
    Thanks

    Hi Phuc,
    Could you please validate, that the database TST is located in driver H: ?
    If the database is there, you find a directory with the name of your instance under the H: drive, inside this directory, you must find a NODE0000 directory and finally inside the NODE0000 directory there must be a SQL0000? directory, where ? is a number.
    You get your instance name from the environment variable DB2INSTANCE or simply by the execution of:
    db2 get instance
    If there is no SQL0000? directory at all, this means the database is located somewhere else.
    If there is SQL0000? directory in that drive, you can perform the following:
    db2 CATALOG DB TST AS TST ON H:
    And provide the error message, if any.
    Hope this helps
    Best regards, Edgardo

  • During initial setup, I deleted the additional colored options in the Calender application. How do I get those colored options back? Thank you!!

    During initial setup, I deleted the additional colored options in the Calender application. How do I get those colored options back? Thank you!!

    Sounds like you have the print dialog minimised, as shown.
    If you click the triangle next to the printer name, this will expand the print dialog and from this view you can see all the menu options as mentioned in the guide.

  • ACR and the Custom Settings option on the flyout menu...

    I am currently running the trial of CS4 to see if its worthy of my hard earned cash. I normally run CS3 and an old version of ACR (4.4.1) specifically for the reason that I can mass process a group of images by using the Custom Settings option in the flyout menu. (Select a file, adjust it, export it, select another or 10 from the same group, hit Custom Settings, and viola, all now have the same adjustments)
    Every ACR 'update' since that one took this option away from me.
    So, here's my quandary... Keep CS3 (and my hard earned $'s) using the old ACR... or figure out how to replace the quick adjustment options I had in CS3 with the New-and-Ever-So-Wonderful CS4...
    Any ideas?
    Thanks in advance!
    Dan

    You can open hundreds of files in ACR, slect and adjust the first one, choose sunchronize and apply the adjustment to all open files.  Try looking at the tutorials on AdobeTV etc, and
    here's some essential reading for you [CLICK HERE] .
    PS—I have no stake in whether you upgrade or not.

  • If the database is shutdown when the applcation is running what is happened

    I am using coneection pool to connect database. If the database is shutdown when the applcation is running what is happened? and how the database will be reconnected.
    I am using MySQL 3.23.52, Tomcat 4.1.12

    Hi,
    Performance of any n-tier system which takes the advantage of connection pooling will be much higher compared to its non-pooled counterpart.
    You have to be very careful while designing/using a connection pool.if u are using pool obtained from a third party,ur control on this pool will be limited - with a few set/get methods.
    A well designed pool wont create much trouble. if u are creating your own pool, basic steps required are
    1.create 'n' number of connections
    2.whenever user requests for a connection, check the validity of the connection- by sendin a simple select query etc- and if its not stale,give this connection to the caller.
    3.if the connection is stale ie it fails the pretest, close all the connections and create the pool afresh.
    4.connections obtained from the pool will be automatically returned back to the pool whenever the applciation call conn.close().
    from ur application, follow the steps for each connection you use (not necessary for a well designed pool)
    1.call ds.getconnection()
    2.check validity of this connection by sending a simple select query.if it works,everything is fine. otherwise something is wrong with connection(not always).
    3.sql exception may occur during the execution of sql query. this can be due to either
    a.database shut down (network related)
    b.database specific - like wrong query,invalid objects etc
    you have to look at the sql state/vendor code (which can be retrieved from the caught exception). the retrieved code will give you a hint why the error (network or database specific).and you can act accordingly.
    Most of the app servers comes with builtin connection pooling module. and handling stale connection is not a difficult task for the programmer. eg: if you are designing applcations for IBM websphere, you can use StaleConnectionException in your code.if this exception is caught,the whole pool is destroyed and created afresh.
    HTH,
    -asharafkk

  • How to access the database jar file using the derby 10.2.1.6 database ?

    Hi,
    How to access the database jar file using the derby 10.2.1.6 database ?
    I have used like below. And i am getting the following the error:
    "org.apache.tomcat.dbcp.dbcp.SQLNestedException: Cannot load JDBC driver class 'org.apache.derby.jdbc.EmbeddedDriver'
    at org.apache.tomcat.dbcp.dbcp.BasicDataSource.createDataSource(BasicDataSource.java:1136)"
    My context.xml file looks like this:
    <Context crossContext="true">
    <Resource name="jdbc/derby" auth="Container"
    type="javax.sql.DataSource" driverClassName="org.apache.derby.jdbc.EmbeddedDriver"
    url="jdbc:derby:jar(\CalypsoDemo\database.jar)samples"
    username="xxx" password="xxx" maxActive="20" maxIdle="10"
    maxWait="-1"/>
    </Context>
    What could be the reason.?
    Any suggestions will be appriciated.
    Thanks in Advance,
    Gana.

    ya, I have restarted. Can you please tell me whether the path which i am giving is right or not in the context file?
    Thanks,
    Gana.

  • I am not able to type anything in the address bar or click on any menu options with the browswer. The whole browser is just stuck, I cant do anything in it. It loads up fine but nothing can be done at all within the broswer.

    I am not able to type anything in the address bar or click on any menu options with the browswer. The whole browser is just stuck, I cant do anything in it. It loads up fine but nothing can be done at all within the broswer.

    Hi,
    ( I search for iChat questions when I have finished in the iChat Forum)
    So the menu bar reads iChat, File,  Edit,  View, Buddies, Video, Window and Help
    There is no Buddy List open.
    There is no other window for iChat open.
    In the iChat Menu you only have access to Status.
    Is an item ticked in the list ?
    Is this a green (Available item) or  Red ( an Away one) ?
    Can you access the Accounts option ?  (Sitll in the iChat Menu)
    Is anything in here ticked ?
    In the Window menu any Logged in account should appear in the list  (Between the Next Chat and File Transfer items)
    It would be useful to know which version of iChat this is.
    If no account is ticked (iChat Menu > Accounts) or not showing in the Window Menu, plus you cannot determine the Status and you cannot access the Preferences then you need to access your Home Folder/Library/Preferences
    As the Library in the Home Holder is Invisible in Lion you will need the Finder's Go Menu > Go to Folder option  (you can use it in earlier OS versions if you want)
    Type in:-
    ~/Library/Preferences
    Find the file called com.apple.ichat.plist
    Drag it to the Trash and Restart iChat.
    This will lose all the settings in iChat that you have changed from Defaults but there is no way around this.
    9:23 PM      Saturday; August 27, 2011
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb( 10.6.8)
     Mac OS X (10.6.8),
    "Limit the Logs to the Bits above Binary Images."  No, Seriously

  • Menu options in the Tools toolbar in EBS (R12).

    Hi,
    I would like to create a custom menu option under the Tools toolbar on a specific form. Could someone point me in the direction of any good documentation on how to do this?
    Regards
    Carl

    Developers Guide http://download.oracle.com/docs/cd/B40089_10/current/acrobat/120devg.pdf has info on this, specifically the SPECIAL1 to SPECIAL45 triggers and section APP_SPECIAL: Menu and Toolbar Control.
    Regards,
    Gareth

  • Hello there, I am creating a database of all our companies press contacts. I would like to create a form that would act as the front end and feed the database which is obviously the back end. The database is in Access 2013. My question is to whether this

    Hello there, I am creating a database of all our companies press contacts. I would like to create a form that would act as the front end and feed the database which is obviously the back end. The database is in Access 2013. My question is to whether this is indeed possible?

    This forum thread appears to point towards the problem.
    Re: Unable to Switch Audio Sync Settings

  • Why can't i access or click on the menu options at the top of ANY web page? Also, Can't close a moddle window using the x in the upper right,?

    Why can't i access or click on the menu options at the top of ANY web page? Also, Can't close a moddle window using the x in the upper right,?

    Problems with buttons and links at the top of the page not working can be caused by an extension like the Yahoo! Toolbar or a Babylon extension that extents too much downwards and covers the top part of the browser window and thus makes links and buttons in that part of the screen not clickable.
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).
    *Do NOT click the Reset button on the Safe mode start window or otherwise make changes.
    *https://support.mozilla.org/kb/Safe+Mode

  • Which is better? store files in the database or directly on the O.S.?

    Hi,
    i´m developing an application to manager files. which is better? store files in the database or directly on the O.S.? If i decide to store on database, i will use the BLOB data type but i have a doubt...the BLOB data type occupies the same space on database regardless of file size? there is another data type better?
    Tks,
    Fernando.

    http://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:1011065100346196442
    Ask Tom has a bit of info to share on the topic. Have a read of this. :)

  • Adstrtal.sh: Database connection could not be established. Either the database is down or the APPS credentials supplied are wrong.

    In our R12.1.3 EBS, on RHEL 5.5, 64-bit, we are getting this error -
    adstrtal.sh: Database connection could not be established. Either the database is down or the APPS credentials supplied are wrong.
    However, neither the db is down nor the APPS password is wrong. I am able to connect from sqlplus from application tier. And also from the 10.1.3 home. I have checked similar threads here but none helped. Raised an SR yesterday but that too hasn't helped yet.
    Any ideas?
    Regards,
    Vinod

    please post he output of
    SQL> show parameter sec_case_sensitive_logon
    $ECHO TWO_TASK
    clean FND NODES
    How to Clean Nonexistent Nodes or IP Addresses From FND_NODES [ID 260887.1]
    Check if all services are down on application node, no process should be running.
    shut down db listener and database
    reboot the server
    start or reload listener on DB node and start the database
    Run autoconfig on db tier -- make sure it completes successfully.
    Run autoconfig on all apps tier -- make sure it completes successfully.
    Now, try to start applications on middle tier.
    ApPsMaStI
    sharing is Caring

  • What happened to the Blu-Ray option under the Share menu in FCPX 10.0.6?

    what happened to the Blu-Ray option under the Share menu in FCPX 10.0.6? The Share menu is now buriedn on the Fil menu and there's no Blu-Ray option for burning AVCHD to a Standard DVD for play on a Blu-Ray player.

    Select Add Destination. Blu-ray is in the Destinations preferences.

  • Hi, i had backed up my data and then when i restored my phone with the restore backup option, all the photos, music where there but no apps. Al my apps are disappeared. Can you please tell me where are my apps backed up?

    Hi, i had backed up my data and then when i restored my phone with the restore backup option, all the photos, music where there but no apps. Al my apps are disappeared. Can you please tell me where are my apps backed up?

    Apps (like other synced media like music) are not included in the backup that iTunes makes. Thus, restoring from backup if the apps are not in the iTunes library there are no apps to restore to the iPod.
    Redownload the apps into your iTunes library.
    Downloading past purchases from the App Store, iBookstore, and iTunes Store
    And then restore from backup.
    Make sure that in iTunes>Preferences>Devices the box that say "Prevent iPods..." is checked otherwise when you connect the iPod to the computer the previous backup (with your app data) might be overwritten.

  • UCM - WEBDAV - How to Disable the New Folder option in the action popup

    I am trying to implement WebDav functionality. I don't want the users to create folders in the folder mapped to a security group. As long as the user has privilege to contribute to the security group he/she can checkin documents but they should not be able to create folder under it. I did not find documentation as to how to disable the new folder option in the context action menu that pops up on mouse right click. Is there any way we can do that?
    Thanx.
    Edited by: user10991492 on Nov 1, 2010 11:24 AM

    This is the boilerplate text often used in connection to networks in general. It is impossible to troubleshoot someone else's network remotely, and that's why it's not supported by Adobe:
    If you are opening files over a network or saving them to a network server, please cease and desist immediately in the event you are currently experiencing problems with one or more files.
    Working across a network in general is not supported by Adobe.
    See: 
    http://kb2.adobe.com/cps/406/kb406793.html
      Copy the CLOSED file from your server to your local hard disk, work on it, save it again to your local hard disk, close it, and copy the closed file back to the server.
        Of course, the fact that Adobe does not support working across a network does not necessarily mean it won't work.  It should.
        Adobe's position is that there are too many variables in a network environment for them to guarantee that everything will work correctly in every network, especially given the fact that if something does not work properly, it's probably the network's fault, and Adobe has no way of troubleshooting your network.
      If you can't work locally, you are on your own, and if something happens, you're on your own. If you must work from a server, make sure your network administrator is a competent professional.

Maybe you are looking for