For Dreamweaver how to copy database to MAMP

How do I copy a database for use with MySQL?
MAMP PRO web server and the MySQL server are running.
Via http:localhost:8888/MAMP/ phhpMyAdmin screen is visible and shows four databases by default from installation:
information_schema
mysql
performance_schema
test
There is data in the first three.  On page 345 of Adobe Dreamweaver CS5 Classroom in a book instructions are: " Copy this database [greendata] to the testing server as required under your PHP/MySQL server installation."  I installed MAMP using the all in one step option.  Everything seems to work fine.  But no where can I find instructions for copying a database to the testing server.
On the same page in the digital Classroom in a Book there is the "tip: In OS X, the greendata database … would be copied to the MAMP > db > mysql." I have copied greendata there.  And see two other folders there, performance_schema and mysql.  Those are two of the databases that I can access in phpMySQL.  But my database, greendata is not visible.
So where do I copy the database and how do I access it?

CREATE TABLE AS SELECT via DBLink

Similar Messages

  • Hi Experts ,how to copy database schema without data ? very urgent...*****

    Hi experts,
    How to copying database without Data.
    Its very urgent..pls help out me......
    Thanks
    Vijay

    Use Transfer database objects task or script the objects out using generate scripts wizard from SSMS and apply them in the new server
    Please Mark This As Answer if it helps to solve the issue Visakh ---------------------------- http://visakhm.blogspot.com/ https://www.facebook.com/VmBlogs

  • Looking for Dreamweaver How to's

    Hi all,
    As a beginner, I am having problems with Dreamweaver CS4. Mainly with creating an email campain page. I have read so much on does and don't, which many people seem to disregard. I would like to know the following...
    1. Should I use tables or divs or both, for holding text and images in position?
    2. When I adjust the center line in a 3 row 3 column table, the center line moves in all rows. How do I adjust each center line in each row seperately?
    3. When I send the HTML as email, the text and pictures move from their positions.
    Can anyone point me to links that show beginner detailed page building?
    Many thanks again,
    HDsuperglide

    Lots of links...
    CSS explained http://forums.adobe.com/thread/507829?tstart=0
    CSS Tutorials http://forums.adobe.com/thread/545660?tstart=0
    http://validator.w3.org/
    http://www.w3schools.com/
    http://www.hotscripts.com/
    http://webdesignledger.com/
    http://www.projectseven.com/
    http://www.adobe.com/devnet/
    http://www.scriptarchive.com/
    http://www.htmldog.com/guides/
    http://www.htmlcodetutorial.com/
    http://alistapart.com/topics/code
    http://www.how-to-build-websites.com/
    http://css.maxdesign.com.au/floatutorial/
    Download User Guide as PDF for easy search
    http://www.adobe.com/support/documentation
    http://www.ianr.unl.edu/internet/mailto.html
    http://lynda.com/ Hours of videos. (must pay)
    http://apptools.com/examples/pagelayout101.php
    http://www.thesitewizard.com/archive/css.shtml
    http://www.projectseven.com/tutorials/index.htm
    If not PDF (link above) an online guide to read
    http://livedocs.adobe.com/en_US/Dreamweaver/9.0/
    Nate's Forms http://www.mindpalette.com/scripts/
    Customizing the layouts that come with CS3 (VIDEO)
    http://www.adobe.com/designcenter/video_workshop/?id=vid0155
    FormMail http://www.bebosoft.com/products/formstogo/index.php
    For those using MySQL - Installing PHP and MySQL on Windows XP
    http://www.webassist.com/professional/products/solutionrecipes.asp
    Community MX lessons http://www.communitymx.com/abstract.cfm?cid=3D074
    http://www.adobe.com/cfusion/designcenter/search.cfm?product=Dreamweaver&go=Go
    The Contact Form Solution Pack is only $29.99. To learn more, visit
    http://www.webassist.com/go/cfsp
    Web advisor extension to DW
    Date and Time through Javascript http://www.mediacollege.com/internet/javascript/date-time/
    HTM Color Codes
    http://www.visibone.com/
    or http://html-color-codes.com/
    or http://www.pagetutor.com/common/bgcolors1536.html
    or http://www.geocities.com/SiliconValley/Network/2397/

  • How to copy Database installation?

    Hi All!
    I would like to ask, if is possible to copy whole hard disk with Oracle Database already configured on it?
    Server is running on CentOs and it has Oracle 10.2 - test server and environment.
    I want to create another test environment but on PC not server. So I want to copy server hard disk and re-create it on PC hard disk.
    Server is HP GL380 but PC will be like Pentium 4 :p - only 1-2 users will connect to database.

    If the plan is to install the same OS on the PC, then pl refer to MOS Doc 565009.1 (FAQs on RDBMS Oracle Home Cloning Using OUI) on how to clone the Oracle binaries. Copying the database over should be a relatively simple task.
    HTH
    Srini

  • How to copy Database?

    I'm new to Oracle 10G Application Express. I have created a database and would like to upload to the apex oracle host site. I used the export feature and exported the database and i was able to import and install unto the host site but i'm not getting further than the logon page of my database. Can anyone help?

    You should probably ask this in the Apex forum (Oracle Application Express (APEX)

  • How to create an extend for dreamweaver

    here is the thing,i writter same code use Dreamweaver evey day,it's so bored!now i want to create an extend for dreamweaver,how to star?
    or maybe someone who can recommended me a Book,tell me the book's name,or recommended some video,thanks so much!

    Hi Steven,
    This question may get more answers if you repost it in the Dreamweaver community (http://forums.adobe.com/community/dreamweaver) - as this forum is for questions regarding Adobe Exchange.
    Here are some links which may be of interest:
    http://www.adobe.com/uk/products/cs-extension-builder.html
    http://www.adobe.com/support/dreamweaver/extend.html
    http://help.adobe.com/en_US/dreamweaver/cs/extend/index.html
    Best wishes,
    Fraser

  • How to copy file to another server from database using FTP in oracle

    How to copy file to another server from database using FTP in oracle.
    Please do the needfaul.

    Billy  Verreynne  wrote:
    BluShadow wrote:
    Not to mention that some FTP servers can return more than one return message per operation whereas others may return one message for the same operation.I had the problem using the LIST command to determine if a file exists on the server. Cannot be determined via the FTP server's return code. Which means parsing and checking the text response from the server to the command. And this vary from server to server.
    But the basics were quite easy to code. The entire package is 500 lines, includes comments and blank lines for formatting, and supports the basic FTP client command set. Not really a complex piece of software to write - but I found that many developers seem to think that writing network socket software is complex. Not really the case...Mine's a big larger, but incorporates functionality similar to what Chris provided in his, such as being able to use SQL to query a remote file using pipelined functions, or functionality to write the results of a query directly to a remove file.
    :)

  • I am looking for assistence how to import an existing website in Dreamweaver CS4

    I need help to import an existing website in Dreamweaver CS4

    Only have one Dreamweaver CS4 installed, trying to get my DW CS4 disk I
    bought installed on computer (done)  I only need to figure out  how to link
    my website to the DW CS4 on my second computer.
    L. Francesca Ferrari, L.Ac., DTCM, DMQ (China)
    Ferrari Center of Chinese Medicine
    222 Forest Avenue
    Pacific Grove, CA 93950
    831.818.3993
    www.francescaferrari.com
    L. Francesca Ferrari, L.Ac., DMQ (China)
    Department Chair Medical Qigong Science
    Five Branches University
    This message, together with any attachments, is intended only for the use of
    the individual or entity to which it is addressed and may contain
    information that is confidential and prohibited from disclosure. If you are
    not the intended recipient, you are hereby notified that any dissemination,
    or copying of this message, or any attachment, is strictly prohibited. If
    you have received this message in error, please notify the original sender
    immediately by telephone or by return e-mail and delete this message, along
    with any attachments, from your computer.
    From: "Nancy O." <[email protected]>
    Reply-To: <[email protected]>
    Date: Sat, 04 Sep 2010 18:34:03 -0600
    To: Francesca Ferrari <[email protected]>
    Subject: i am looking for assistence how to import an existing
    website in Dreamweaver CS4
    >> I do not know where the site files are. They are on my initial Mac laptop
    >> computer, and I use Hostway as my server.
    Do you mean you lost your local copy of your site files from on an old
    computer?
    Log-in to your Remote Server and GET the site files using DW or your favorite
    FTP application (Cute, Filezilla, WS_ftp, etc....)
    >> But I was distinctly told my the call yesterday with Adobe that I must have
    >> CS5 to get my website, www.francescaferrari.com with Dreamweaver on my
    >> second computer.
    Which version of DW did you have before?
    How many installations of DW did you have? You can have up to 2 at a time.
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb
    >

  • Is there database integration for dreamweaver?  I want a template that will personalize each of my teams website.

    I want to be able to use this website, [link removed by moderator] for my team members so they can have their own urls, email addresses, particular text, and images.
    Front page did this years ago.  Does dream weaver have this built in?

    Hi Ben,
    Kind response, but the other responses that tend to be insulting remind me of how great success, can deliver me from having to resort to cheap help!
    I cut and pasted this this historical fact from a website that supports my statement, "The FrontPage 2003 page editor is better than ever, and supports all kinds of drag-and-drop items that greatly simplify creating and using Web forms and updating databases."[emphasis added] source Frontpage history I used front page with a database program in the 90's.
    So becauseI used Front page, and word, for that matter, back in the 90's to creat forms from a database, I thought something similar may exist for dreamweaver.  For instance, I could make a letter and a database from a spread sheet would place the form in ms works or word in brackets, as I recall {user name} something like that.  Front page did the same.  So I could build one web template, and instead of the tedious job of going to each link and putting in someone elses personal info, URL's, emails the data base fields would be in place to hold the url for the specific user name, and the web site could be changed instantly to allow the user the same template html website.
    So I fearlessly exposed my curiosity to ask the question and lo and behold, I drew out some subhuman types that typically even genetically tend to join Nazi party events.  Is there a higher quality, not superior race where I can get some humane comments? or has graphic communication and arts joined the dregs of society?
    Golly g sociopaths in an adobe forum taunting could-be idiots, what a nice crowd!  Even if I appear to be retarded to some of you, didn't mommy tell you pointing out that stuff was rude?
    Get a job as a cop! I got my hands up, please don't shoot me! lol

  • How to copy the content in XMLtype column between databases

    Hi, there,
    Does anyone know how to copy the content in XMLtype clumn between databases? I tried insert as select via database link and it gives me the following message:
    SQL> insert into nrt_ot_request_temp (SR_ID, SR_VERSION, ITEM_NUMBER, COMMON_XML, REQUEST_XML )
    2 select SR_ID, SR_VERSION, ITEM_NUMBER, COMMON_XML, REQUEST_XML from nrt_ot_request@nrtdb_acacia;
    select SR_ID, SR_VERSION, ITEM_NUMBER, COMMON_XML, REQUEST_XML from nrt_ot_request@nrtdb_acacia
    ERROR at line 2:
    ORA-00942: table or view does not exist
    Thanks,
    Jessica

    Hi Jessica,
    in my eyes the second statement
    select ... xmlstring_column ... from table@remote_side;
    causes the error. Columns of type XMLString internally are stored as CLOBs in Oracle. Unfortunately there are restrictions on statements for CLOBs and remote locators.
    It seems you cannot say
    SELECT clob_column FROM table@remote_site;
    Remark: For me this is a showstopper for the datatype XMLString if you cannot run a simple statement like this one. It seems you can do an insert and an update but no select.
    On the other hand your first statement
    INSERT INTO table_local SELECT * FROM table@remote_site;
    should work following the documentation.
    See also
    http://docs.oracle.com/cd_a97630/appdev.920/a96591/adl04mng.htm#98328
    Best regards
    Indu Keilitz

  • Set up php on MAMP for dreamweaver?

    How do I set up php on MAMP for dreamweaver?

    Also see this:
    Setting up a PHP environment in Dreamweaver
    http://www.adobe.com/devnet/dreamweaver/articles/setup_php.html
    Nancy O.

  • How do i get lorem ipsum for dreamweaver cs5.5?

    How do i get lorem ipsum for Dreamweaver cs 5.5?

    Go to http://generator.lorem-ipsum.info/
    and copy a few paragraphs of lorem-ipsum text.to you clipboard,
    In DW, open your Snipppets panel and create a new snippet and paste your text in it and save it..

  • How to copy the same address for multiple contacts in Address Book?

    Hi! I got a question, I didn't find an answer for yet.
    How to copy the post address from one contact to another, without manual entering. I mean if I have one contact with already entered post address, can I just copy it someway at once to another contact?
    I don't want cards to merge, I need separate contacts, that may have different phones, e-mails, but the same post address. Please, advise.

    Thanks! yes, this is a solution I'm following now. But I was wondering about the similar way as it is made in Daylite or Contactizer - you create company with name and post address first, and then can create a contact for that company. And company name and post address will appear in contact name.
    I just wonder why such a simple and useful solution isn't available in Address Book as default.
    I know there are many scripts written for Address Book. Maybe there is something for this purpose?

  • I submitted a credit card to pay for Dreamweaver but got PhotoShop. How can I make an exchange?

    I submitted a credit card to pay for Dreamweaver and got PhotoShop. How can I make an exchange?

    Hi Charles,
    Please contact Customer Support to sort out your issue.
    http://helpx.adobe.com/contact.html
    Thanks,
    Preran

  • How to determine database growth for new B1 instalation

    Hello B1 people,
    I'm working on the capacity planning of my new business one project and must know how to determine database growth. Does anyone did something like that before?
    Wich tables should I consider?
    Thanks in advance.

    Hello Gabriel,
    I think it is difficult to make any predictions about database growth because this depends on the volume of your business transactions, the number of users, the continuity of your master data...
    For example a small number of users can create a lot of transactions (accounting, logistics) with big documents like sales orders with more than 100 items, or a lot of users who primarily look up things but only create small transaction won't create too much data and thus influence database growth in totally different ways.
    You should collect information about the volume of daily business to make any forecasts.
    If you start with an empty database, the first big growth will be when you upload your master data, but if only few business transactions follow, you shouldn't use that first increase for your calculation.
    Is this your very first B1 installation, or do you already have B1 systems running? If you use the EWA service on a running B1 installation on a regular basis, then you will get a good impression of database growth and transaction volume but you should only use this as a basis for your calculation if the business of the new installation is similar to already running company's.
    Hope that helps,
    Sandra

Maybe you are looking for