Where is the database

Hi
I've just started with mysql and is still fighting with my first connection. I have the driver installed and the program finds the driver. My problem is: How do I create a database, where do I put it and how do I connect to it?
Thanks

Hi
I've just started with mysql and is still fighting
with my first connection. I have the driver installed
and the program finds the driver. My problem is: How
do I create a database, where do I put it and how do
I connect to it?Get a database from somewhere, install it, start it and read the JDB tutorials about how to connect to it.

Similar Messages

  • Where is the database panel in Dreamweaver CC?  Was this feature removed?

    Where is the database panel in Dreamweaver CC?  Was this feature removed?
    Mike

    At the link I posted above.
    There is a single extension to restore these features. Extension is available at:
    Vista/Windows 7: C:\Program Files (x86)\Adobe\Adobe Dreamweaver CC\Configuration\DisabledFeatures
    Mac OS X: /Applications/Adobe Dreamweaver CC/Configuration/DisabledFeatures
    To install, follow instructions in the video
    http://www.youtube.com/watch?v=cB2vmNfcq7A
    Nancy O.

  • Hi where is the database link previously under windows menu?

    Hi where is the database link previously under windows menu

    Removed feature: Server Behavior, Bindings and Components Panels and Database feature
    There is a single extension to restore these features. Extension is available at:* Vista/Windows 7: C:\Program Files (x86)\Adobe\Adobe Dreamweaver CC\Configuration\DisabledFeatures* Mac OS X: /Applications/Adobe Dreamweaver CC/Configuration/DisabledFeatures
    As seen on http://blogs.adobe.com/dreamweaver/2013/06/a-look-at-the-modernized-dreamweaver-cc.html
    Video instructions on how to install these back available here: http://www.youtube.com/watch?v=cB2vmNfcq7A

  • Where is the database connection for a mobile site?

    I have a Flash mobile site that I didn't create, but need to edit. On clicking the submit button it checks that the login & password are in a SQL database. The problem is, I can't find the method that runs a query on the database or where the database is even connected. I've tried searching through the code for words like "SQL", "database", and "connection" without success. I stepped through the code where I find a call to method "super", but then it goes back to the original method and then the user is logged in. Can someone explain where the call to the database is?
    Other things I'd like to know are: Where is the SQL Connection? In the main (non-mobile site), there is a web.config with a line that says
    <add name="TPConnectionString1"  connectionString="DataSource=xxx.xx.xxx.xx,xxxx\sqlexpress;Initial Catalog=TP;Persist Security  Info=True;User ID=xxxxx" providerName="System.Data.SqlClient"/>
    Where (what file: ex. web.config, xyz.as, etc.) would a similar line in the mobile code be?
    What does super(type, bubbles, cancelable) do?
    Here's the method for the submit button: LoginView.mxml
            private function btnclicked():void{  techController.username = txtUsername.text;  techController.password = txtPassword.text;  var evt:TechEvent = new TechEvent(TechEvent.LOGIN_USER);  this.dispatchEvent(evt);  }
    Here's the TechEvent function that is called: TechEvent.as
        public function TechEvent(type: String, bubbles:Boolean=true, cancelable:Boolean=false)  {  super(type, bubbles, cancelable);  }
    Here's the dispatchEvent method: UIComponent.as
    override public function dispatchEvent(event:Event):Boolean  {  if (dispatchEventHook != null)  dispatchEventHook(event, this);    return super.dispatchEvent(event);  }

    You are looking for an event handler for the TechEvent.LOGIN_USER event.
    Coding style looks similar to a SWIZ style framework, in which case, the event handlers could be defined using metadata [EventHandler] or [Mediate] tags, but could just be a plain simple .addEventListener(TectEvent.LOGIN_USER,fn); declaration earlier on.
    Either way, this is what has happened:
    1. User enters uname and password, then clicks button
    2. Button click handler populates the techController with relevant values then dispatches an event to let the world know it has done so
    3. The event handler checks the techController and makes the login call
    4. Some time later, the server will respond and trigger another event that the app can respond to
    G

  • Where is the database object administration GUI in Oracle XE 11g?

    Please read my whole question, because I'm sure people will misunderstand, and tell me to load http://localhost:8080/apex in my browser.  I know that is there.
    I am a previous user of Oracle XE 10g, but I just installed Oracle Express 11g. I only want to use it to get a local instance of Oracle database. The 10g APEX UI provided an easy way to administer database objects (users, schemas, and the like), but it appears the 11g APEX UI is some kind of weird application development environment that I don't want to use. It doesn't even seem aware of the schemas I created in the database using SQL Plus.
    So, where is the regular admin GUI for Oracle database objects like users/schemas (i.e. something that will list the schemas that exist in the database, and allow me to add or delete them)? Or does 11g force you to do that using SQL (in which case, I'm going to go back to 10g).
    Thanks,
    Jeff

    No, SQL workshop is not what I want.
    Basically, I don't want to deal with this concept of a "workspace" at all. It's useless to me and just gets in my way. All I want is a a UI where I can view a list of the schemas that exist in the database, and manipulate them easily.
    I have TOAD, so I could use that, but I liked the old 10g administration GUI, since it provided the exact functionality at the exact level of complexity that I needed.

  • Where is the Database Initialization Parameter file (inti.ora ??) located ?

    I have E-Business Suite R12 installed on Windows XP.
    I want to change utl_file_dir path.
    I know that I have to change the Database Initialization Parameter file (inti.ora ??)
    Does anybody know, where is the file located ?
    When I search I am getting two files. (init.ora and init.ora.txt)
    Which file I need to make the changes in ???
    Thanks in advance

    The initialization file for the database is located in the $ORACLE_HOME/dbs directory, and is called init<SID>.ora

  • Ms SqlServer connection: where is the database?

    I'm connecting to MS SQL 2000 with a user that is owner of the database i want to convert into oracle. The connection is OK, but when i connect i cannot see the database and its tables. The same if i connect with user "sa".
    Can anybody help me?

    Hi,
    I'm not sure where the problem is, I think it is more how SQL Server is implemented, whenever we look for tables they always appear under the 'dbo' schema regardless of who created them. All that JDeveloper does is query the Database metadata.
    Regards,
    Lisa

  • Where is the Database-Explorer View in NWDI CE 7.1

    Hello,
    i tried the download for the nwdi ce 7.1 and i want to learn something about developing java ee5 applications on sap netweaver. for this i worked with the book "Java-Programmierung mit SAP Netweaver" and the document "Developting Java EE 5 Applications from Scratch".
    Working with this documents at some point one should use the Database-Explorer to create Java Entity-Objects. But my Netweaver Developer Studio CE 7.1 does not contain it. As mentioned by the documentation it should be started by Window->Show-View->Other->Data->Datbase Explorer. But even the Entry Data is missing under Window->Show-View->Other.
    Does anybody have an idea why the view is missing??
    My NWD-Studio Version is 7.1 SP03 Pat0000
    Regards

    wrong category

  • Where is the database of "server side" sync items?

    Server 10.5.6 clients 10.5.5
    Problem: Server side file tracking for Mobile Home sync is on. Files are not syncing reliably. Desktop items don't make it back to the network home and other similar issues. The clients get several errors stating that there was a problem syncing one file or another and to contact the admin if it continues.
    Turn off Server side tracking. Files sync runs as one would expect, all files sync correctly with no errors.
    We use two off site subnets connected via site to site VPN. Sync now takes 10 minutes at those locations.
    Turn Server side tracking back on, assuming it might recreate the database automatically. Problems come back.
    Needed: How to delete the current presumably corrupt database on the server so that we can run server side tracking again?
    Thanks
    -Erich

    See
    http://lists.apple.com/archives/Client-management/2008/Nov/msg00075.html
    As well, you might wish to hold off on updating your clients to 10.5.6 if you can, some have reported PHD syncing reliability issues.

  • Where is the Database-Explorer View in NWDS CE

    Hello,
    i tried the download for the nwdi ce 7.1 and i want to learn something about developing java ee5 applications on sap netweaver. for this i worked with the book "Java-Programmierung mit SAP Netweaver" and the document "Developting Java EE 5 Applications from Scratch".
    Working with this documents at some point one should use the Database-Explorer to create Java Entity-Objects. But my Netweaver Developer Studio CE 7.1 does not contain it. As mentioned by the documentation it should be started by Window->Show-View->Other->Data->Datbase Explorer. But even the Entry Data is missing under Window->Show-View->Other.
    Does anybody have an idea why the view is missing??
    My NWD-Studio Version is 7.1 SP03 Pat0000
    Regards

    Hi, Matthias,
    As of NW 7.1 CE, the Database Explorer view has been renamed to Data Source Explorer. It should open automatically, when you switch to the Java EE perspective. If it does not, you can use Window >> Show View >> Other >> Connectivity >> Data Source Explorer.
    You can read some more information about developing Java EE 5 applications in the SAP official documentation:
    http://help.sap.com/saphelp_nwce10/helpdata/en/44/c778033d5360eee10000000a155369/frameset.htm
    I hope that helps!
    Regards,
    Yordan

  • Where in the database should my themes and styles and maps etc... go?

    We had a problem performing an export of the MDSYS schema for backup purposes. When we tried to import our data, after a database corruption thanks to a patch, the themes and styles, and maps that we created did not get put back in user_sdo_themes, maps, styles, etc... the data was never exported.
    Oracle support is saying that these things should not be going in the MDSYS schema, if they do not go in there, then where should they be going? Also how do I map the definitions back to where I should be putting them? We create all of our spatial data in a schema named RESOURCES. Should I be creating tbles such as user_sdo_themes in my RESOURCES Schema?
    thank you!

    The MDSYS user does in fact contain all of that information, but you should not be exporting the mdsys user any more than you export the sys or system users.
    When I export map metadata for a user, and I want to be able to reinsert that data on import, I will do something like the following:
    before exporting, I will create metadata tables
    create table my_maps as select * from user_sdo_maps;
    create table my_themes as select * from user_sdo_themes;
    create table my_styles as select * from user_sdo_styles;
    I'll export those tables with whatever data I am exporting.
    After the import, I'll do something like this:
    insert into user_sdo_styles (select * from my_styles);
    insert into user_sdo_themes (select * from my_themes);
    insert into user_sdo_maps (select * from my_maps);
    When I am sure everything looks copacetic, I will drop the tables I created for export.
    hope this helps.

  • Where is the Database Concepts book?

    I can't find the documentation referenced in the Administrator's Guide(A96521-01) as "Oracle 9i Database Concepts" for release 1 a.k.a. 88856-02. I would really like to get my hands on it.

    Here's the link:
    http://otn.oracle.com/docs/products/oracle9i/doc_library/release2/nav/getting_started.htm
    You might also want to look at:
    Oracle9i Database: Getting Started
    http://otn.oracle.com/docs/products/oracle9i/doc_library/release2/nav/getting_started.htm
    Getting Started with Oracle
    http://otn.oracle.com/products/gswo/getstart.html
    Regards,
    -rh

  • Where can i find the database?

    im using the discovery server now. and i need to update some data in. however i could not find where is the database store and how i can edit/add/update it. please advise.

    Hi
    Can you explain your problem briefly . and one more thing  what is discovery server ??
    Thanks
    Ankit

  • How/where can i find "user" entity from first cup tutorial in the database

    within the first cup java ee tutorial a user entity is crated:
    @Entity
    public class FirstcupUser implements Serializable { ...in some other code the user is created and inserted?:
    @PersistenceContext
        private EntityManager em;
    FirstcupUser user = new FirstcupUser(date);
            em.persist(user);the question is how or where in the database(i don't know the database name, the table name should be user?) i can find the inserted users? within net beans in "services" i can see a db server with a "sample" database - this seems to be a preinstalled example db. but where can i find the db created by the web app i wrote?
    thx in advance

    Press Option key and select Go > Library in the menu bar. To show that folder, open Terminal and copy:
    chflags nohidden ~/Library

  • Where is the value of report repository stored in the database?

    Hi all,
    One of our developers is trying to write a code that would send the output report (pdf)of a process through mail, typical work flow stuff.But the problem is that we are not supposed to hard code the value of report repositiry from where the report has to be picked.can anybody suggest a table in the database from where the value of report repository can be queried.
    we tried using
    select reportrepositorypt from pswebprofile.
    but this doesnt return the correct path. we went to PIA->peopletools->webprofile ->webprofie configuration
    here we updated the value in report repository field and saved it and queried again.
    But this didnt solve our problem.
    Its showing the previous value which is different from the actual report repository path.
    all the servers are in solaris box.
    please suggets.
    Thanks!

    Right now, I am trying to send a PDF (XML Publisher report) as an email to our vendors (it is their ACH Advice).
    What I have done so far is: Created an App Engine, one step to populate a state record with run control information and the second step that runs XML Publisher and creates PDF report(s) which are published to the Report Repository and saved to a file on our network. Now I think I just need to create a third step to recall the PDF(s) and send the PDF(s) out as emails to our vendors.
    I have found that the PDF information from Report Repository is stored in the Database in the CDM_LIST_VW record (this is a view and the main underlying table is CDM_LIST, but this contains what I need for now, so I'm going to try using it first). The Report ID is stored in the CONTENTID field and the Report Description (description shown on the Report Repository -- which in our case contains the email address) is stored in the CONTENT_DESCR field. So I am going to try over the next week to write the logic to query the CDM_LIST_VW for the data needed for the email address and the ReportID to go and grab the file....The hardest part is finding the actual file but I am hoping that I can also find a URL on that table. I'd pull the file from the network, but XML Publisher writes them out into numbered folders where all the PDFs are named the XML Report Defn - thus same name). I have not tried any of this yet, but am hoping I'm on the right path.
    I hope this helped answer your question.
    Good Luck!
    Jennifer

Maybe you are looking for

  • EH&S WWI Issue-Page no is printing incorrect

    Hi all, I have a problem when issuing a printout of an MSDS document from CG54 .The pagenumbers are not incrementing.For eg if i have 3 pages the print out shows 0 of 3 in all the pages and not as 1 of 3 ,2 of 3 etc...can anyone help on this?? Is thi

  • Bluetooth not working after upgrading to Vista

    Hi All, I called tech support and they pretty much informed me that I'm s.o.l. so I thought I'd turn here.  I'm running a T60 (model 8744).  I was running Win XP and getting blue screened to death.  So I upgraded to Vista Business.  I now have everyt

  • Can I AirPrint to a dell C1765nfw printer?

    I Am trying to airprint from my mini iPad and iPhone 4s to a dell C1765nfw that is connected to my home wifi.  I am able to wireless print from a dell laptop but not my apple devices??  AirPrint doesn't find any printers????

  • QuickTime X opens 7 to play MIDI files

    I've been wondering this for a while, but only recently thought to ask as it isn't that much of a concern. I installed QuickTime 7 on my Mountain Lion installation per the official instructions (I had QuickTime Pro on my old Mac and needed to retain

  • New MacBook Pro - user name and password question

    Okay, I am fired up. I just opened my brand new MacBook Pro 15.4". I purchased it from MacMall and had them install Parallels (I use one program that is Windows only) and Office:mac 2008 Special Media Edition. Since MacMall installed Office and Paral