15,050
edits
mNo edit summary |
mNo edit summary |
||
| Line 3: | Line 3: | ||
== Steps of migration database engine from MySQL to SQLite == | == Steps of migration database engine from MySQL to SQLite == | ||
# Migrate database data from MySQL to SQLite using the SQLite management software | # Migrate database data from MySQL to SQLite using the [[SQLite management software]] | ||
# Modify the scripts of database access | # Modify the scripts of database access | ||
# Testing the scripts | # Testing the scripts | ||
| Line 24: | Line 24: | ||
* Other functions are not supported such as: SET | * Other functions are not supported such as: SET | ||
== References == | == References == | ||