i got this database (MySQL db) from another server and i want to use it in matrix.
i cant seem to find its location as stated in the data -manuals…
can someone tell me how to locate it or a sample would do…
example:
Database Type: MySQL
Database Name: mydb
User Name: myUserName
Host Name: www.myHost.name <---------------- is this what they mean the database location?
Password: mypassword
any help would do… tnx
[quote]i cant seem to find its location as stated in the data -manuals…
can someone tell me how to locate it or a sample would do…[/quote]
That looks about right, assuming your MySQL database is stored on the machine named "www.myHost.com" – the hostname should be the name of the server hosting your MySQL database. Also ensure that you have permission to access MySQL remotely and that there are no firewalls in the way between Matrix and the MySQL server.