Issue with Setting Up Test Server for PHP/MySQL to work

I've got a few newbie issues
which I hope someone can help with!
I'm trying to get Security Assist to work, so I've put MYSQL and workbench on my computer to get it going. I haven't created a test server in PHP, because I'm wondering if it will affect my already running website ftp? Will it take down my company website if I create a test server with the same ftp as my website?
So, I created a model in workbench (table) and I've tried to connect mysql to dreamweaver. I keep getting an error when I try to connect!
Despite the error saying an error has occurred..I have something which looks like a plus (+) sitting in my database area on DW, but it says there's no tables there! And in mysql there is a table!
I'm a bit bloody lost to tell you the truth. Just changing the password on mysql to get going was horrendous.
Anybody have a solution to get me going, so that my tables are sitting nicely in my dW and can be connected to my SA (Security Assist).
Ugh!

The first question: on what platform? Windows - Mac?
I only succeeded in setting up a testing server on my Mac
with PHP and MySQL after reading a book of David Powers. On Leopard
I belief there still are problems connecting PHP to MySQL.

Similar Messages

  • Issues with setting up Exchange Server 2013

    Hi All
     Not sure what im doing wrong yet i am having issues with exchange server 2013.
    Currently I have got general SMTP Mail flow working. as long as i log onto the local servers OWA (https://10.x.x.x/owa) i can log into a users mailbox. i have tested sending and recieving mail using this and it works.
    My main issue now is with accessing the OWA externally via our website.  (owa.xx.xx.au/owa) or connecting ANY Outlook to the server.
    When i connect to the exchange server via outlook it asks for the password again multiple times never authenticating it then time's out and says:
     " the action cannot be completed. the connection to microsoft exchange is unavailable, outlook must be online or
    connected to complete this action "
    then when i click on OK it goes to the General Tab and under microsoft exchange server: the name for it appears as 
    [email protected]
    with mailbox set as:
    =SMTP:[email protected]
    Currantly on our DNS i have
    mx=  10  mail.xx.xx.au
    CNAME= autodiscover  = mail.xx.xx.au
    CNAME= OWA = mail.xx.xx.au
    A = mail = 12.34.56.78 
    On our modem/router i have set one-to-one nat to our firewall IP
    On our firewall i have
    SMTP SAT and NAT to Exchange server
    HTTPS Sat and NAT to exchange Server
    HTTP Sat and Nat to exchange Server
    Port 587 SAT and Nat to exchange server
    pop SAT and NAt to exchange server
    Im willing to bet its something stupid i have overlooked but i was wondering if anyone would be able to help me out
    Regards
    Sibsy

    Hello,
    Firstly, please follow the Shadab's suggestion to check related virtual directory settings.
    Please make sure you use certificate that's created by a CA that's trusted by the client computer's operating system. 
    Please use get-outlookanywhere | fl cmdlet to check ExternalClientAuthenticationMethod. By default, the authentication is Negotiate.
    Cara Chen
    TechNet Community Support

  • Issue with setting an Action Listener for a Command Button

    Hi all,
    I'm trying to set an action listener for a CoreCommanButton in a backing bean. Here's my code:
         CoreCommandButton editBtn = new CoreCommandButton();
              MethodBinding mb = FacesContext.getCurrentInstance().getApplication().createMethodBinding("#{backBean.doButtonAct}",null);
              editBtn.setActionListener(mb);
    //Action listener method
         public void doButtonAct(ActionEvent actionEvent)
    I keep getting a javax.faces.el.MethodNotFoundException error. However when I remove the ActionEvent parameter in doButtonAct(), I get a wrong number of arguments error.
    So i'm guessing there is something wrong with the parameters i accept in my action listener method. what can be causing this issue?
    Cheers.

    I figured this out.
    Since doButtonAct() requires an ActionEvent object as a parameter, i needed to define the parameter type when I create the method binding.
    Solution:
         Class argsString[] = new Class[] { ActionEvent.class };
              MethodBinding mb = FacesContext.getCurrentInstance().getApplication().createMethodBinding("#{backBean.doButtonAct}",argsString);

  • Creating local test server for PHP / Apache

    Hello,
    I've downloaded and installed XAMPP for Windows and I'm
    trying to get a PHP-based site in Dreamweaver to be able to display
    properly in the browsers using the Apache/Linux server environment.
    What site settings do I need to setup ? Do I need to move site
    location within the Apache server location? I also have IIS setup
    and running which uses the localhost/wwwroot, so I don't know to
    bypass/re-direct to the php environment.
    Any help is appreciated, as you can tell, I'm not real
    experienced in setting up servers/locations, etc.
    Thanks,
    rvanburen

    try this
    http://www.sebastiansulinski.co.uk/web_design_tutorials/web_server/installing_apache_php_m ysql_a.php

  • Issue with setting up an account for Apple Discussions

    Off and on for 4 or 5 years I have posted questions or responded to them the in PowerBook G4 15" Titanium section. Then a couple of weeks ago I tried to log in and was informed that my Apple ID had been disabled for security reasons. I then created a new Apple ID and password and had no difficulty logging in with that. However, to post in the Apple Discussions I was prompted to create a new account for that purpose. When I filled in the fields, checked the box agreeing to the conditions, and clicked the Submit button, I got no error message, but the "Create New Account" screen reloaded and I still couldn't post. Clicking login just brought up the same screen again. After trying and failing to create a new posting account off and on over a period of a week I finally went to the Seattle Apple Store to see if they could help me. The first employee kindly went through the steps with me three times with the same baffling result. Finally a second employee helped me and was successful on his third try (I thanked him profusely!). However, even he could not identify the problem because no error message ever appeared. Was I trying to use an alias that didn't work for some reason? Does the Other Computer Information field need to be filled in even though it looks optional because it doesn't have an asterisk? Is the secret to get help at an Apple Store? All just FYI.

    Thanks, jpfresno. The Apple Store guy also suggested that the alias I wanted might already be in use, but evidently that wasn't the case.
    At this point I should clarify that my account issues have been fully resolved. The point of my post is a larger issue--usability of the Create New Account screen. The fact that neither I nor two Apple Store employees could figure out why attempting to create a new account for Apple Discussions repeatedly failed was due to lack of feedback after clicking the Submit button. I would normally expect to see a message like "This alias already in use" or "This field must be filled in" but there were no messages of any sort.

  • Issue with setting up standby server::::Urgent

    Hello,
    I am setting up a standby database to an existing database (running in NOARCHIVELOG mode). I have made it ARCHIVELOG mode today.
    I have followed the below stated steps to create the standby...
    1. Edited primary and standby init.ora files
    2. Created TNS services and listed both of them in each of the server, and verified that each one of them are accessible from the other.
    3. Both the databases use the same SID, and db_names. But they differ in DB_UNIQUE_NAMEs
    4. Created Standby redo log (SRL) on the primary.
    5. Copied all the files from primary to a standby location (say /u02/app/oradata/standby/)
    6. The directory structures on these servers differ, so made two entries in both init.ora files (DB_FILE_NAME_CONVERT, and LOG_FILE_NAME_CONVERT).
    Values for DB_FILE_NAME_CONVERT and LOG_FILE_NAME_CONVERT are exactly same in both the init files ('/primary/structure', '/secondary/structure',...)
    7. On primary machine as sysdba:
    SQL> startup mount;
    SQL> alter database archivelog;
    SQL> alter database open;
    8. On standby machine as sysdba:
    SQL> startup mount pfile='/u02/app/oracle/dbs/initDBASE.ora'
    SQL> alter system recover managed standby database disconnect from session
    The problem:
    Archive logs are not being brought onto the standby! Even though when i make a logfile switch on the primary.
    This is very urgent...
    Any help would be greatly appreciated.
    Thanks,
    Aswin.

    Hi navneet,
    I am posting the log_archive_dest-1 & 2 here... Please go thru this...
    LOG_ARCHIVE_DEST_1='LOCATION=/u01/app/oracle/flash_recovery_area/DLNX/archivelog/ VALID_FOR=(ALL_LOGFILES, ALL_ROLES) DB_UNIQUE_NAME=DLNX'
    LOG_ARCHIVE_DEST_2='SERVICE=DLNX2 LGWR ASYNC VALID_FOR=(ONLINE_LOGFILES, PRIMARY_ROLE) DB_UNIQUE_NAME=DLNX2'
    LOG_ARCHIVE_DEST_STATE_1=ENABLE
    LOG_ARCHIVE_DEST_STATE_2=ENABLE
    DLNX is the db_unique_name for primary, and tnsservice name in the secondary for the primary db.
    DLNX2 is the db_unique_name for secondary, and tnsservice name in the primary for the secondary db
    Each of them can be accessed from the other thru sqlplus sys/pwd@<db> as sysdba.
    Any corrections in this ???

  • Setting up local testing server for coldfusion 9

    I could use some help with this thread in coldfusion forum...
    setting up local testing server for coldfusion 9 w dreamweaver on mac
    http://forums.adobe.com/thread/773350
    thanks

    I'm marking this as assumed answered, as you seem to have solved the problem in the other thread.

  • Setting up local testing server for coldfusion 9 w dreamweaver on mac

    Hi All,
    I'm rusty at this - need some help...
    here's my files on mac-
    ... Applications/ColdFusion9/wwwroot/main/site1
    how do I set the testing server up in DW?
    local site ...
    /Applications/ColdFusion9/wwwroot/main/site1
    testing server
    server field - i put...
    /Applications/ColdFusion9/wwwroot/main/site1
    web URL...
    http://localhost:8500/site1/
    then I test in browser:
    http://localhost:8500/site1/test.cfm
    but it fails with : FILE NOT FOUND
    but this works but not what i want
    http://localhost:8500/site1/test.cfm
    I WANT the sub folder also!
    What's wrong ?

    I think i fixed it.... so please disregard...
    was this.........
    server field - i put...
    /Applications/ColdFusion9/wwwroot/main/site1
    web URL...
    http://localhost:8500/site1/
    now this..... and it works
    server field - i put...
    /Applications/ColdFusion9/wwwroot/
    web URL...
    http://localhost:8500/main/site1/

  • HT3743 HT4623 We're sorry, we are unable to continue with your activation at this time. Please try again later, or contact customer care.----How to fix this issue while setting up the iphone for the new ios?

    HT4623 We're sorry, we are unable to continue with your activation at this time. Please try again later, or contact customer care.----How to fix this issue while setting up the iphone for the new ios?

    If you don't have a SIM card in the phone, you must put one in. It's required for activation.
    If you do, then your phone was probably hacked to unlock it from the original carrier. Contact them and see if they will unlock it. If they will not do so, then you can't use that phone.

  • HT6154 Is there an issue with the software update server? My iphone has been trying to update to the new iOS for almost two hours

    Is there an issue with the software update server? My iphone has been trying to update to the new iOS for almost two hours

    Hello brownie67,
    Thanks for using Apple Support Communities.
    If you're currently unable to update your iOS device Over The Air, then please update it using iTunes.
    Update your iPhone, iPad, or iPod touch iOS software
    Take care,
    Alex H.

  • Set Up Test Server

    The guy who developed our website recently disappeared
    leaving me with the responsibility of making the minor changes we
    needt to make. I only think this is relevant because I really have
    no business doing this and I'm hoping that you all will help me
    through my issue and not tell me to hire a professional.
    Anyway I installed Dreamweaver and IIS on my XP Pro machine.
    I set up the remote server and downloaded (Get) the entire site
    onto a network drive. I set the Local root folder to the location
    that I downloaded the site. I set the Testing Server folder to the
    same location. Given my experience I thought I would change/test in
    the local copy of the site and then Put the changes up for the
    world to see.
    The URL Prefix for my Testing Server is:
    http://localhost/.
    When I try to preview my changes I get a page can not be
    found error. I believe this is because the local copy of my website
    is not in the C:\Inetpub folder. Do I have to move it?
    Do I have to set up a Virtual Directory in IIS? Is it right
    that I can't do this if my website is on a network drive?
    My website does not have a wwwroot page, does that matter?
    I read IIS and Dreamweaver help files today and still
    couldn't figure this out. Thanks for the help.
    Po
    Also - I tried to copy the installation of the software on
    his computer but it doesn't work. I think he changed stuff and IIS
    isn't even there.

    Is the site using ASP? Or ASP.NET?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "powlaz" <[email protected]> wrote in
    message
    news:f97n0v$p1p$[email protected]..
    > The guy who developed our website recently disappeared
    leaving me with the
    > responsibility of making the minor changes we needt to
    make. I only think
    > this
    > is relevant because I really have no business doing this
    and I'm hoping
    > that
    > you all will help me through my issue and not tell me to
    hire a
    > professional.
    >
    > Anyway I installed Dreamweaver and IIS on my XP Pro
    machine. I set up the
    > remote server and downloaded (Get) the entire site onto
    a network drive.
    > I set
    > the Local root folder to the location that I downloaded
    the site. I set
    > the
    > Testing Server folder to the same location. Given my
    experience I thought
    > I
    > would change/test in the local copy of the site and then
    Put the changes
    > up for
    > the world to see.
    >
    > The URL Prefix for my Testing Server is:
    http://localhost/.
    >
    > When I try to preview my changes I get a page can not be
    found error. I
    > believe this is because the local copy of my website is
    not in the
    > C:\Inetpub
    > folder. Do I have to move it?
    >
    > Do I have to set up a Virtual Directory in IIS? Is it
    right that I can't
    > do
    > this if my website is on a network drive?
    > My website does not have a wwwroot page, does that
    matter?
    >
    > I read IIS and Dreamweaver help files today and still
    couldn't figure this
    > out. Thanks for the help.
    >
    > Po
    >
    > Also - I tried to copy the installation of the software
    on his computer
    > but it
    > doesn't work. I think he changed stuff and IIS isn't
    even
    > there.
    >

  • Issue with Setting Application Item

    Hi All,
    I have an issue with setting the value of application item G_USER_ID as part of the login process.
    I use customized authentication for login. I have created an application item G_USER_ID, and in my CUSTOM_AUTH procedure, I am setting its value as APEX_UTIL.SET_SESSION_STATE('G_USER_ID', l_user_id);
    For some reason, the value is not set to G_USER_ID the first time I login. When I log out and login again without closing the browser, the value is set. Note that I even tested with a static value instead of l_user_id like APEX_UTIL.SET_SESSION_STATE('G_USER_ID', '5555555'); but still fails to set during the first login.
    I hope someone can guide me as to what I am doing wrong here.
    Thanks!
    JMcG

    What does this do?
    :SVR_FLAG := NVL(l_mult_svr,'N');
    Scott

  • Issue with setting ratings and labels

    Greetings all. I am having an issue with setting ratings AND labels on image files at the same time. If the script sets the label first then the rating, the label doesn't show in Bridge. If the script sets the rating first then the label, the rating doesn't show in Bridge.
    Is there a workaround for this? Here is my script function for doing this. file=filename minus extension. Rating is a number for the desired rating. lab is a number for the level of Label I wish to set. Everything works great except that I can't set both Rating and Label with the script as shown. In this instance, only the Ratings will show up in Bridge after running the script. If I move the x.label=Label line under the x.rating=Rating line, then the ratings only show for those images with no label (lab=0). Any image that gets a label receives no rating.
    If you're going to test this, you may want to comment out the Collections part. That's the part within the "switch(Number(Rating))" block.
    function setRating(file,Rating,lab) {
        try{
            cr=File(file+"CR2");
            psd=File(file+"psd");
            jpg=File(file+"jpg");
            tif=File(file+"tif");
            switch(lab) {
                case 0: Label = ""; break;
                case 1: Label = "Select"; break;
                case 2: Label = "Second"; break;
                case 3: Label = "Approved"; break;
            if (cr.created) {
                var c=new Thumbnail(cr);
                c.label=Label;
                c.rating=Rating;
                if (psd.created) {
                    p=new Thumbnail(psd);
                    p.label=Label;
                    p.rating=Rating;
                    if (jpg.created) {
                        var j=new Thumbnail(jpg);
                        j.label=Label;
                        j.rating=Rating;
                        Rating=0;
                    else addFile=psd;
                else addFile=cr;
            switch(Number(Rating)){
                case 0 : break; /* No Rating */
                case 1 : if(!app.isCollectionMember(OneStar,new Thumbnail(addFile))) app.addCollectionMember(OneStar,new Thumbnail(addFile)); break;
                case 2 : if(!app.isCollectionMember(TwoStars,new Thumbnail(addFile))) app.addCollectionMember(TwoStars,new Thumbnail(addFile)); break;
                case 3 : if(!app.isCollectionMember(ThreeStars,new Thumbnail(addFile))) app.addCollectionMember(ThreeStars,new Thumbnail(addFile)); break;
                case 4 : if(!app.isCollectionMember(FourStars,new Thumbnail(addFile))) app.addCollectionMember(FourStars,new Thumbnail(addFile)); break;
                case 5 : if(!app.isCollectionMember(FiveStars,new Thumbnail(addFile))) app.addCollectionMember(FiveStars,new Thumbnail(addFile)); break;
                default : break;
        }catch(e){
              alert(e);
              return -1;

    Afew errors to start with, you were not creating a proper file as there wasn't a fullstop in the filename.
    If a CR2 file didn't exist no other file was looked for, you were using "created" and should have been "exists"
    This now labels and rates....
    setRating("/C/Test Area/NEF/z",2,1);
    function setRating(file,Rating,lab) {
        try{
            cr=File(file+".CR2");
            psd=File(file+".psd");
            jpg=File(file+".jpg");
            tif=File(file+".tif");
            switch(Number(lab)) {
                case 0: Label = ""; break;
                case 1: Label = "Select"; break;
                case 2: Label = "Second"; break;
                case 3: Label = "Approved"; break;
            if (cr.exists) {
                var c=new Thumbnail(cr);
                c.label=Label;
                c.rating=Rating;
                if (psd.exists) {
                    p=new Thumbnail(psd);
                    p.label=Label;
                    p.rating=Rating;
                    if (jpg.exists) {
                        var j=new Thumbnail(jpg);
                        j.label=Label;
                        j.rating=Rating;
                        Rating=0;
            switch(Number(Rating)){
                case 0 : break;
                case 1 : if(!app.isCollectionMember(OneStar,new Thumbnail(addFile))) app.addCollectionMember(OneStar,new Thumbnail(addFile)); break;
                case 2 : if(!app.isCollectionMember(TwoStars,new Thumbnail(addFile))) app.addCollectionMember(TwoStars,new Thumbnail(addFile)); break;
                case 3 : if(!app.isCollectionMember(ThreeStars,new Thumbnail(addFile))) app.addCollectionMember(ThreeStars,new Thumbnail(addFile)); break;
                case 4 : if(!app.isCollectionMember(FourStars,new Thumbnail(addFile))) app.addCollectionMember(FourStars,new Thumbnail(addFile)); break;
                case 5 : if(!app.isCollectionMember(FiveStars,new Thumbnail(addFile))) app.addCollectionMember(FiveStars,new Thumbnail(addFile)); break;
                default : break;
        }catch(e){
              alert(e);
              return -1;

  • Setting up SQL Server for LiveCycle ES2

    I have few queries regarding the installation please help.
    I am trying to install livecycle ES2 in Windows 7 system,Weblogic 11g,Sql server 2005 Dev Sp3
    1. In the installation guide under the section setting up sql server for Livecycle ES2 the below point mentioned .
    Select the Memory page and enter a size in the Minimum Server Memory (in MB) box that is equal to
    the size of the free memory on the server.
    How to find the free memory on the server ??
    http://help.adobe.com/en_US/livecycle/9.0/prepareinstallsingle.pdf
    2. Is It required to create LiveCycle ES2 database user, schema, and login in Sqlserver 2005 ? this step is not mentioned as optional why its required to create this stuffs ?
    3. While installing the Live Cycle Server when the installer prompts for a database configuration popup which db i should point to is it the db created for Livecycle or it should be the db from which i want fetch the data?
    4. In case if i am connecting to my application db (the place where my app data presents) where do i link the Livecycle db created with the Livecycle Server configuration?

    Hi,
    Do you have solution for this yet?
    I have same issue.
    Thanks
    YogLC

  • Setting up Oracle Server for Home???

    hello
    Please would someone help me, I recently installed in Oracle Developer Suit on my machine, and so far the Developer icons and ohters show up .. but cannot seem to connect to the main Developer suite program frm Start>Programs>Oracle>Oracle Developer Sute....
    here is where the big problem is and that is how do I set up a server at home for it, as the college has a server for their oracle program. Without Oracle running i cannot really do my assignment two of using Oracle itself to produce a database through the program.
    I want to ask would the Net manager allow me to set up and test the server this way? note that i have followed the instructions of my lecture handsouts taht he put on blackboard, the thing is taht he has not yet shown me how to set it up and get it to run? so I was thinking do any of you people know how to do this?
    id b great if you could post some instructions ro guidlalines or email me the screen dumps of how i can clearly set up a server for my program so i can log in with a username and passworld and connect string @ home.
    email is [email protected]

    Bo,
    If you have the means, I would recommend placing spatial indexes on a separate physical device from data and other indexes. This is an extension of the data separate from indexes rule of thumb.
    Matt.

Maybe you are looking for

  • How to call a shell script in Java ?

    Hi there, i try to call a shell script in java but it wont work. please can anybody help me. my Code : import java.io.*; public class SendMessage{ Runtime rt; public SendMessage(){ rt = Runtime.getRuntime(); public void send(){ try{      rt.exec("sen

  • Problems using java.xml.xpath - How to get values from DTMNodeList?

    Sorry for the waffle in the subject title, but I was unsure what to call it. I hope this thread is in the correct forum. I'm having problems using xpath to parse some data from an XML file. I am able to create an expression which obtains the elements

  • Next Line item details in MB_MIGO_BADI

    Hi All I have created a custom tab in MIGO to show total of current line item quantity and PO line item net price on creating GR for Purchase Order . Now when I use next item say from item 2 to move to item 3 , in method LINE_MODIFY I get i_line_id a

  • Icon for Desktop Shows Up as a Generic Icon in the Places Sidebar

    Noticed yesterday that the icon for the Desktop showed up as a generic icon in the Places Sidebar. I have tried resetting the PRAM, repaired the Hard Disk and Permissions using the Disk Utility and deleted the com.apple.desktop.plist pref in my user

  • Firefox opens my homepage AND a new tab on start-up. Help

    When I open Firefox, it opens my homepage (Google) and a new tab. How do I get it to just open my home page?