On 14.1.2011 13:41, Alexandre Andrade wrote:
How to do it:
1. backup it, exporting to csv - you can use appadmin for it
2. rename
Here you have to remember to modify your model file where you define db
variable.
db = DAL('mysql://old_database_name:password@localhost/')
to
db = DAL('mysql://new_database_name:password@localhost/')
and
Correct all permissions in database.
3. restore the csv backup, using appadmin
Atenciosamente
Alexandre Andrade
Hipercenter.com Classificados Gratuitos e Inteligentes
2011/1/14 Stef Mientki <[email protected]
<mailto:[email protected]>>
hello,
I would like to rename a database, is that possible ?
thanks,
Stef Mientki
--