[web2py] Re: Copying Date From Sqlite to a Mysql database

2012-05-01 Thread nick name
On Tuesday, May 1, 2012 3:11:19 AM UTC-4, Hassan Alnatour wrote: > > How Can i copy all the records and tables in my sqlite database to a mysql > database ? > Web2py comes with a tool called "cpdb" (under scripts/) that does exactly that, and more. run with "--help" to get complete explanation.

Re: [web2py] Re: Copying Date From Sqlite to a Mysql database

2012-05-01 Thread Anthony
On Tuesday, May 1, 2012 10:02:51 AM UTC-4, Hassan Alnatour wrote: > > Can you tell me some more about it how do i use it ?? and i want to use > web2py and would this take all the recordes and stuff in the database ? > It should copy everything. You have to define all the db tables in web2py, tho

Re: [web2py] Re: Copying Date From Sqlite to a Mysql database

2012-05-01 Thread hasan alnator
Can you tell me some more about it how do i use it ?? and i want to use web2py and would this take all the recordes and stuff in the database ?

[web2py] Re: Copying Date From Sqlite to a Mysql database

2012-05-01 Thread Anthony
If you want to use web2py, you can also do this: http://web2py.com/books/default/chapter/29/6#CSV-(all-tables-at-once) Anthony On Tuesday, May 1, 2012 3:17:20 AM UTC-4, kokoyo wrote: > > hi, try this: > http://www.maxkpage.com/blog/free-sqlite-to-mysql-converter-super-easy/ > > On Tuesday, Ma

[web2py] Re: Copying Date From Sqlite to a Mysql database

2012-05-01 Thread kokoyo
hi, try this: http://www.maxkpage.com/blog/free-sqlite-to-mysql-converter-super-easy/ On Tuesday, May 1, 2012 4:11:19 PM UTC+9, Hassan Alnatour wrote: > > Dear ALL, > > How Can i copy all the records and tables in my sqlite database to a > mysql database ? > > regards, >