Change of Database name

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
kohle
User
Posts: 11

Change of Database name

Post by kohle »

Hi,

I have a phpmaker2024 project on my desktop and the name of the database is test1.
On my laptop the name of the database is web222_db1.
Now I open the project on my laptop and the system says "unknown database test1"
I say Yes to contine loading and change the database name. I loose all programming....

How I can change the database name without loosing my programming ?

rgs
J.


mobhar
User
Posts: 11905

Post by mobhar »

You may see the instruction #5 from readme.txt file of demo2024 project file, as follows:

...
5. Change the connection info and save the project if necessary:
- change the connection info in the [Database] tab, click "Tools"->"Synchronize" to update the main database connection info,
- click "Edit"->"Add Linked Tables", select "demo2 (var: demo2, type: MySQL)" from the Database selection list (error may occur because the username and password are incorrect, ignore it),
- click the "Synchronize" button to update the database connection info and then click "OK' to close the form
...

Post Reply