Hi,
Could someone help with the scrip below please, I am working my way through a set of instructions for something I have downloaded and am not sure what to put where in the script below. The intructions ask for my database details to be added but what and where? The database I have created is called 'rmt'. Do I need to change the word 'localhost' and if so to what. The same question for 'myroot' and finally the default is 'realestate' is this what I should call the database rather than 'rmt' which is what I have called it presetly.
<database type="mysql">
<server>localhost</server>
<login>myroot</login>
<password>mypass</password>
<default>realestate</default>
</database>
Again, thanks for any help
Rob
Could someone help with the scrip below please, I am working my way through a set of instructions for something I have downloaded and am not sure what to put where in the script below. The intructions ask for my database details to be added but what and where? The database I have created is called 'rmt'. Do I need to change the word 'localhost' and if so to what. The same question for 'myroot' and finally the default is 'realestate' is this what I should call the database rather than 'rmt' which is what I have called it presetly.
<database type="mysql">
<server>localhost</server>
<login>myroot</login>
<password>mypass</password>
<default>realestate</default>
</database>
Again, thanks for any help
Rob
Comment