About mysql 6.0 data

Hi friends,
I was using mysql 4.0 as my data base before one week and now I have to use mysql 6.0 to store my data. Now in mysql 4.0 I was having a folder named data from where I can get my full data I can't get that folder in mysql 6.1 and I have to take back up from my older data base and it is in bulk. So can any one say me from where can I get that data folder?
Waiting for reply....
Thanks in advance.
Hirav

There is a utility called SQLdump or something, try googling for it.

Similar Messages

  • Weird problem with mysql query and data table buttons !!!!

    Hi,
    I'm using jsc 2 update 1 on windows and mysql 4.1 . I have a page with a data table. One column of the data table contains "Details" buttons.
    Source query for the table is :
    SELECT tbl_tesserati.idtbl_tesserati idTesserato,
    tbl_tesserati.num_tessera,
    tbl_tesserati.nome,
    tbl_societa.codice_meccanografico
    FROM tbl_tesserati
    INNER JOIN tbl_rel_tesserato_discipline_societa ON tbl_tesserati.idtbl_tesserati = tbl_rel_tesserato_discipline_societa.id_tesserato
    INNER JOIN tbl_cariche ON      tbl_rel_tesserato_discipline_societa.id_carica = tbl_cariche.idtbl_cariche
    INNER JOIN tbl_qualifiche ON      tbl_rel_tesserato_discipline_societa.id_qualifica = tbl_qualifiche.idtbl_qualifiche
    INNER JOIN tbl_discipline ON      tbl_rel_tesserato_discipline_societa.id_disciplina = tbl_discipline.idtbl_discipline
    INNER JOIN tbl_societa ON      tbl_rel_tesserato_discipline_societa.id_societa = tbl_societa.idtbl_societa
    LEFT JOIN tbl_province ON tbl_societa.provincia_sede_sociale = tbl_province.idtbl_province
    LEFT JOIN tbl_comuni ON tbl_societa.comune_sede_sociale = tbl_comuni.idtbl_comuni
    LEFT JOIN tbl_rel_tesserato_discipline_praticate ON tbl_rel_tesserato_discipline_praticate.tessera_id=
    tbl_rel_tesserato_discipline_societa.idtbl_rel_tesserato_discipline
    LEFT JOIN tbl_discipline_praticate ON tbl_discipline_praticate.idtbl_disciplina_praticate=tbl_rel_tesserato_discipline_praticate.disciplina_praticata_id
    WHERE
    tbl_tesserati.cognome LIKE ?
    AND tbl_tesserati.nome LIKE ?
    AND tbl_rel_tesserato_discipline_societa.id_societa LIKE ?
    AND tbl_tesserati.idtbl_tesserati LIKE ?
    AND tbl_cariche.idtbl_cariche LIKE ?
    AND tbl_qualifiche.idtbl_qualifiche LIKE ?
    AND tbl_tesserati.data_nascita >= ?
    AND tbl_tesserati.data_nascita<= ?
    AND tbl_discipline.idtbl_discipline LIKE ?
    AND codice_affiliazione LIKE ?
    AND tbl_societa.denominazione LIKE ?
    AND YEAR(tbl_rel_tesserato_discipline_societa.data_scadenza) LIKE ?
    AND (tbl_province.nome LIKE ? OR tbl_province.nome IS NULL)
    AND ( tbl_comuni.nome LIKE ? OR tbl_comuni.nome IS NULL)
    The tbl_tesserati.data_nascita is a mysql date field.
    The click event handler code for the "Details" Button is:
    public String btnModificaTesserato_action() {
            try{
                TableRowDataProvider rowData= (TableRowDataProvider)getBean("currentRowTesserati");
                getRequestBean1().setId_tesserato((Long)rowData.getValue("idTesserato"));          
            } catch(Exception ex) {
                log("errore nella query",ex);
            return "dettaglioTesseratoSocieta";
        }When i run the project and open the page the table is correctly rendered and populated with some rows. But when i click on details button nothing happens, the page is simply reloaded.
    If i set a breakpoint in the code line   TableRowDataProvider rowData= (TableRowDataProvider)getBean("currentRowTesserati");the debbuger does not stop the code execution ! As if the button was never clicked!
    I tried to modify the source query to :
    SELECT tbl_tesserati.idtbl_tesserati idTesserato,
    tbl_tesserati.num_tessera,
    tbl_tesserati.nome,
    tbl_societa.codice_meccanografico
    FROM tbl_tesserati
    INNER JOIN tbl_rel_tesserato_discipline_societa ON tbl_tesserati.idtbl_tesserati = tbl_rel_tesserato_discipline_societa.id_tesserato
    INNER JOIN tbl_cariche ON      tbl_rel_tesserato_discipline_societa.id_carica = tbl_cariche.idtbl_cariche
    INNER JOIN tbl_qualifiche ON      tbl_rel_tesserato_discipline_societa.id_qualifica = tbl_qualifiche.idtbl_qualifiche
    INNER JOIN tbl_discipline ON      tbl_rel_tesserato_discipline_societa.id_disciplina = tbl_discipline.idtbl_discipline
    INNER JOIN tbl_societa ON      tbl_rel_tesserato_discipline_societa.id_societa = tbl_societa.idtbl_societa
    LEFT JOIN tbl_province ON tbl_societa.provincia_sede_sociale = tbl_province.idtbl_province
    LEFT JOIN tbl_comuni ON tbl_societa.comune_sede_sociale = tbl_comuni.idtbl_comuni
    LEFT JOIN tbl_rel_tesserato_discipline_praticate ON tbl_rel_tesserato_discipline_praticate.tessera_id=
    tbl_rel_tesserato_discipline_societa.idtbl_rel_tesserato_discipline
    LEFT JOIN tbl_discipline_praticate ON tbl_discipline_praticate.idtbl_disciplina_praticate=tbl_rel_tesserato_discipline_praticate.disciplina_praticata_id
    WHERE
    tbl_tesserati.cognome LIKE ?
    AND tbl_tesserati.nome LIKE ?
    AND tbl_rel_tesserato_discipline_societa.id_societa LIKE ?
    AND tbl_tesserati.idtbl_tesserati LIKE ?
    AND tbl_cariche.idtbl_cariche LIKE ?
    AND tbl_qualifiche.idtbl_qualifiche LIKE ?
    AND tbl_tesserati.data_nascita >= ?
    OR tbl_tesserati.data_nascita<= ?
    AND tbl_discipline.idtbl_discipline LIKE ?
    AND codice_affiliazione LIKE ?
    AND tbl_societa.denominazione LIKE ?
    AND YEAR(tbl_rel_tesserato_discipline_societa.data_scadenza) LIKE ?
    AND (tbl_province.nome LIKE ? OR tbl_province.nome IS NULL)
    AND ( tbl_comuni.nome LIKE ? OR tbl_comuni.nome IS NULL)
    Using this query everything works well !! The click handler works and the debugger too !!
    I changed only the AND in OR !!!
    I also tried to change mysql-x-x-connector driver but without solving my problem.
    Can someone help me ?
    Thanks
    Giorgio

    You'll find that it is more to do with the way MySql deals with dates than anything else! Depending on how your date field is setup, then try using a BETWEEN statement for those 2 lines in your first query e.g.
    AND ( tbl_tesserati.data_nascita BETWEEN ? AND ?)
    The date column needs to be in the ISO format to work. If you examine your second query output, you might discover that the output is only going to refer to one parameter (probably the OR one). Did you manage to view the output logs from the application server? You would have got an idea from there with a message like stating a conversion error'.
    Alternatively, you could try using the to_days() function and convert it directly to a number which would be a lot easier to deal with. For example:
    AND to_days(tbl_tesserati.data_nascita >= ? )
    AND to_days( tbl_tesserati.data_nascita<= ? )
    Or try the BETWEEN version with to_days() and see what you get.
    More info about date formatting (v5) here:
    http://dev.mysql.com/doc/refman/5.0/en/date-and-time-functions.html#function_to-days
    Before I forget, sometimes you may need to treat dates as Strings rather 'Long' as you did.
    As a matter of interest, did you try your query in a different piece of software?
    If my queries are a little more complicated, I tend to try MySql queries out in the free MySql query browser and also double check in another to verify certain issues. I found it easier to develop SQL in a seperate program then import the final version to JSC making the required modifications for parameters.
    Message was edited by:
    aerostra

  • Every day, just after midnight, my 3GS transmits about a gig of data.  How do I determine what is doing it and where its sending it?

    Every day my 3GS cellularly transmits about 1 gig of data, eating up my monthly limit.  How do I determine what's doing it so I can stop it?

    I'm told that sometimes you can figure out what apps are sending data via Settings -> General -> About -> Automatically Send, and then the following day, look at the Diagnostic & Usage Data.
    The data is rather cryptic, so even if it is in there, it may not be easy to figure out.

  • About Apex4.0 release date

    Hi gurus,
    I'm aware that maybe there's no an official APEX 4 release date but I'm interested on when is expected to be released. So... could you give us some directions about when can we install APEX 4 on our servers?
    Thanks in advance. U have done great work with this tool,
    Dani

    I have no idea about the exact release date but I think it will be released before the next ODTUG:
    http://www.odtugkaleidoscope.com/
    Denes Kubicek
    http://deneskubicek.blogspot.com/
    http://www.opal-consulting.de/training
    http://apex.oracle.com/pls/otn/f?p=31517:1
    http://www.amazon.de/Oracle-APEX-XE-Praxis/dp/3826655494
    -------------------------------------------------------------------

  • IPhoto 5.0.4 has suddenly stopped working. It loads the photo library and then freezes. Rebuilding the library has no effect which has about 3.5MB of data. PowerBook G4 OS 10.5.8

    iPhoto 5.0.4 has suddenly stopped working. It loads the photo library and then freezes. Rebuilding the library has no effect which has about 3.5MB of data. PowerBook G4 OS 10.5.8

    Create a new account (systempreferences -> accounts or Users & Groups on 10.7)  and see if the problem is repeated there. If it is, then a re-install of the app might be indicated. If it's not, then it's likely the app is okay and the problem is something in the main account.
    Regards
    TD

  • Question about mysql and phpbb3. (Easy question to many people.)

    If you go to http://deecode.bounceme.net (My server) You can see that I have put phpBB3 on it. When I go under the install section it doesn't detect that I have installed mysql even though I have. Is there a configuration that I need to change to get this to work? I have the mysql daemon running, and I've checked all the wikis on how to do this, but none have helped.
    Any help here?

    ... mod_logio mod_mime mod_mime_magic mod_negotiation mod_proxy ...
    Nothing about mysql
    search for :
    extension=mysql.so
    in php.ini, if there is à " ; " remove it.
    Don't forget to restart httpd :
    # /etc/rc.d/httpd restart

  • Can anybody tell me about CRM,SD,MM data flows

    Hi,
    can anybody tell me about CRM,SD,MM data flows.
    Thanks & Regards,
    Cheta

    Hi Cheta,
    Please try to search in the forum. This has been discussed many many times.

  • Require information about the Role of Data Analyst

    Hi All,
    I know this might be irrelevent question in this forum, but after a long search, I could not find any suitable place where I can get the information about the role of Data Analyst ( DA ). What all activities the DA needs to perform? Can anyone suggest me anything related to this?
    Thanks in advance
    Himanshu

    As with just about any role, it really depends on the organization. There are dozens if not hundreds of jobs that different organizations might label "Data Analyst." A lot of what a statistician, an economist, or an actuary does would count as data analysis. So would a lot of what a business analyst does. So would a lot of what an software architect does.
    Justin

  • Com.mysql.jdbc.MysqlDataTruncation: Data truncation

    Hi, i have these error
    com.mysql.jdbc.MysqlDataTruncation: Data truncation: Out of range value adjusted for column 'longtitude' at row 1
    at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:2932)
    at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1616)
    at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:1708)
    at com.mysql.jdbc.Connection.execSQL(Connection.java:3255)
    at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:1293)
    at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:1566)
    at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:1480)
    at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:1465)
    at dao.PlacemarkDAO.add(PlacemarkDAO.java:52)
    at web.AddPlacemarkServlet.processRequest(AddPlacemarkServlet.java:70)
    at web.AddPlacemarkServlet.doGet(AddPlacemarkServlet.java:86)
    in my database, i have declare longtitude as double(255,30) but i still dont know why got error data truncation? Can anyone please guide me?

    hmm, i have sloved the error already. I have make my longtitude double(40,20).

  • I transferred about 400 gigs of data from my MacBook Pro to my new iMac using Migration Assistant, but it doesn't show on Finder. How can I locate my data?

    I transferred about 400 gigs of data from my MacBook Pro to my new iMac using Migration Assistant, but can't find any of my data on Finder. I'm thinking that the data got transferred but not cataloged. Finder shows about 400 gigs of my hard drive being used, but the files it shows don't come anywhere close to 400 gigs. How can I find out what is really on the hard drive and how can I access my MacBook files I transferred?

    I suggest that you start over, boot into Internet recovery mode, launch Disk Utility, erase and reformat the HD with one partition and GUID option, quit Disk Utility, restore the OS, and on first boot, use the Setup Assistant to migrate from the MacBook, following the steps in Pondini's Setup New Mac guide. If that doesn't solve your problem, contact Apple's Support. If they recommend the same steps, I'd opt to return the machine and get another (you can do that the first 14 days you own it, no questions asked).
    27" i7 iMac (Mid 2011) refurb, OS X Yo (10.10.1), Mavs, ML & SL, G4 450 MP w/10.5 & 9.2.2

  • JSC, mysql 4.0 data source and utf-8

    Hi all,
    I connected to mysql 4.0 database from JSC and bound some utf-8 encoded text data to a StaticText component in a JSP page. Data is shown improperly, as a bunch of wierd characters.
    MySQL 4.0 knows nothing about encodings other than iso8859-1, afaik, but data is entered as utf-8.
    When I use Eclipse QuantumDB plugin I have the same problem, but when I chose utf-8 encoding, the text shows properly. Similarily, when I use phpmyadmin all is ok after I manually set browser encoding to UTF-8.
    I can't get data to show properly in JDeveloper either.
    Enoding is already set to UTF-8 for pages created in JSC, but that doesn't help.
    Does anyone know how I can fix this? Upgrading to mysql 4.1 is not an option.
    Thanks in advance for any replies.

    Thanks a lot Ridvan :)
    Adding '?useUnicode&characterEncoding=utf8' to the database url solved the problem.
    Thanks again. Cheers.

  • ORA-01461 error when migrating MySQL -- Oracle table data

    All,
    I'm migrating MySQL 4.x to Oracle10g. Everything went smoothly except for one table was unable to migrate data, giving me the following error:
    Unable to migrate data from source table mysql.mytable to destination table root.MYTABLE :
    ORA-01461: can bind a LONG value only for insert into a LONG columnThe offending source column in MySQL is defined as TEXT. In OMWB it is TEXT (5). The Oracle model originally defined it as VARCHAR2(1), but I resized it to VARCHAR2(4000) since it contains about 20 lines of text.
    Neither the mysql or the oracle data models have a LONG column anywhere. Any idea's what might be causing this error?
    Thanks.

    Hi Jon,
    Thanks for the feedback. I'm unable to reproduce the problem you describe at the moment - if I try to migrate a TEXT(5), OMWB creates a VARCHAR(5) and the data migrates correctly!! However, I note from you description that even though the problematic source column datatype is TEXT(5), you mention that there are actually 20 lines of text in this field (and not 5 variable length characters as the definition might suggest).
    Having read through some of the MySQL reference guide I note that, in certain circumstances, MySQL actually changes the column datatype specified either at table creation time or when interfacing with other databases ( ref 14.2.5.1 Silent Column Specification Changes and 12.7 Using Column Types from Other Database Engines in the MySQL reference guide). Since your TEXT(5) actually contains 20 lines of text, MySQL (database or JDBC driver .... or both) may be trying to automatically map the specified datatype of the column to a datatype more appropriate to storing 20 lines of text.... that is, to a LONG value in this case. Then, when Oracle is presented with this LONG value to store in a VARCHAR(5) field, it throws the ORA-01461 error. I need to investigate this further, but this may be the case - its the first time I've see this problem encountered.
    To workaround this, you could change the datatype of the column to a LONG from within the Oracle Model before migrating. Any application code that accesses this column and expects a TEXT(5) value may need to be adjusted to cope with a LONG value. Is this a viable workaround for you?
    I will investigate further and notiofy you of any details I uncover. We will need to track this issue for possible inclusion in future development plans.
    I hope this helps,
    Regards,
    Tom.

  • Hi. I'm new here and a noob. I just got my new rMBP and I already have an iPad3. When I tried syncing it with the MacBook, I was warned that I was about to loose all data?

    My iPad 3 usually syncs with a Windows PC, but since I got the new Mac I thought I'd now sync with it. But when I connected the iPad and tried syncing, iTunes is warning me that I am about to loose all existing data in the iPad and it will be replaced with data from the Mac. I do not have any data on the laptop yet, though I have a lot of photos, music, videos and stuff, most of all many paid apps and games! Now how do I do the syncing without loosing all this? How can I tell my laptop to keep all data in the iPad intact, make a copy of it in teh laptop and go on from there?

    It's a problem that happens when you change libraries. Backward syncing only works if you have the Apps on your iDevice downloaded into iTunes through the Transfer Purchases option, but this still does not cover your media (Movies.. Songs.. etc.)
    When you double click on a file to play it in iTunes, it will duplicate that file and place the new copy in iTunes' directory. By default, all the files that appear in iTunes must come from this location, and you do not have this directory 'filled up' with the same files you used to sync to.
    I guess Apple could solve this issue by allowing iTunes libraries to automatically tag media to particular devices for ease of syncing, but what if you want to sync the same device with 2 different libraries on different computers?
    I normally don't sync apps with iTunes at all, because iCloud handles that.

  • Error while importing the tables from MySQL using the data source connection

    Hi,
    I am trying to import tables from MySQL into Powerpivot using the data source connection, if use the import using the Query option its working fine but not with the select list of table option.
    when i click on the select list of tables option, i get the below error after selecting all the tables to be imported:
    OLE DB or ODBC error.
    An error occurred while processing table 'XXXXXXXXXX'.
    The current operation was cancelled because another operation in the transaction failed.

    Hi Bharat17an,
    Please provide the detail information when create the MySQL connection in your PowerPivot model. Here is a good article regarding "how to Use MySQL and Microsoft PowerPivot Together" for your reference, please see:
    http://www.datamensional.com/2011/09/how-to-use-mysql-and-microsoft-powerpivot-together-2/
    If this issue still persists, please help to collection windows event log information. It maybe helpful for us to troubleshoot this issue.
    Regards,
    Elvis Long
    TechNet Community Support

  • Question about Apps lost during data recovery. Help!

    My hard drive recently failed on my 2007 imac and having not backed up my mac for about 18 months I had to pay specialists to retrieve my data, which they put onto an external drive. I then got a new 1TB hybrid drive installed. Tonight I finally got my computer back. Very naively I was thinking I would be able to pick back up from where I left off. Before my drive broke I had Mavericks and was fully up to date running software like Logic X. Now I am back on 10.6.8. Can I just skip now straight up to Yosemite?

    You don't have an option, Mavericks is no longer available so Yosemite is the only available OS available from Mac App Store.
    Logic will open if you install it from the Mac App Store just as any other previously purchased applications.

Maybe you are looking for

  • Grouping issue- LiveCycle Designer 7.0

    Hello, We are trying for the past few days to create a dynamic PDF that uses an XML Data source to parse and display grouped information, We have taken a look at the samples but none of them seem to be helpful in this case. For ex. If we have a XML d

  • Flash or Micro Dr

    Hi, I'd really like to pick up one of Creative's micro-dri've audio players as a Christmas present, but have a question related to type of storage system and usage. I would assume zero movement of a micro-dri've based player is better than even a lit

  • How can I use table headers only without using rows.

    how can I use table headers only, without using rows and without leaving the space. If anyone could say me how to paste the pic in this questions, I would have shown it. The flow of view is in this way {Table header(table on top of table) column head

  • DTM deleted old entries in iCal!

    I keep my old entries in iCal as sort of a diary.  A short while ago I started looking for something from a couple of years ago (on my computer), and discovered that everything that was over a year old was gone!.  I was not aware of the archive featu

  • Why do my links at the top of the browser keep disappearing ?

    I have version 3.6.3, with the upgrade my web links at the top of the page keep disappearing. Sometimes they reappear, after closing and restarting firefox, but right know they will not come back