You're welcome. Yeah, the docs don't make it very clear that once you create a database, you assign a user with a password to the database. This is what you use in the connection string, since A) that it's not a good idea to use your root password & B) use the same username and password on each database. In case A if your account was compromised then they'd have access to everything in your account. In case B if compromised they'd have access to all of your databases.
You could also use a small php script on the server and keep the login credentials separate from your app. -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Database-error-tp4690936p4691023.html Sent from the Revolution - User mailing list archive at Nabble.com. _______________________________________________ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode