Re: mysql and swing application



kivanchleo@xxxxxxxxx wrote:
hi everyone. i working on a java swing application. i want to load
mysql program as automatic with nullsoft install program and i want the
define mysql user and password as automatic. i dont know these, how to
copying mysql database as offline file (such as ms access file  .mdb
extension). This question is very important for me. Please help this
subject. Thanks for everything...


mysqldump will export a schema to one single sql file, with data, table-definitions and everything. the mysql command can then be used to import the data again into another mysql instance. This is somewhat similart to saving an Access database into a .mdb file and have another Access instance open it.


--
jon martin solaas
.



Relevant Pages

  • mysql and swing application
    ... i want to load ... mysql program as automatic with nullsoft install program and i want the ... define mysql user and password as automatic. ... copying mysql database as offline file (such as ms access file .mdb ...
    (comp.lang.java.databases)
  • Re: mysql and swing application
    ... mysql program as automatic with nullsoft install program and i want the ... define mysql user and password as automatic. ... i dont know these, how to ... copying mysql database as offline file (such as ms access file .mdb ...
    (comp.lang.java.databases)