Skip to content

Tag Archives: mysql

SQLite3 to MySQL Dump

26-Jun-10

From MySQL to SQLite3
Here is a little trick to make a migration of data between a SQLite3 database to a MySQL
The first will make the dump of the database SQLite:
$ cd db /
$ Sqlite3 development.sqlite3
SQLite version 3.3.5
Enter. “Help” for Instructions
sqlite>. dump.sql output
sqlite>. dump
sqlite> exit;
sqlite>. exit
What we generate a file dump.sql

Share on Facebook

var button = document.getElementById(’facebook_share_link_360′) [...]

Share on Facebook

mysql work from my server in my hosting

05-Jun-09

My Personal hosting only gives me two database but …
Can working with my database mysql from my server and redirecting in my hosting and that use this …
Then I could use more database mysql from my url…it’s great ..!!!
of course, you can use other dababase , for example sqlite3 , PostgreSQL .

Share on Facebook | [...]

Share on Facebook