PDA

View Full Version : Need help on making MySQL connection


TheCut
01-14-2003, 01:27 PM
Hello everyone,

I'm using DreamWearverMX, and try to establish the MySQL connection, but I'm confuse when it's asking for the connection name, MySQL server info, user name, password, and database. Where I can get these information to make the MySQL connection. I already build the "reservation" database, which contained fours tables, booking, clients, room and users. Please anyone guide show me how. Thank a lot.

TheCut

bcarl314
01-14-2003, 06:23 PM
Never used DW, but here's what I would try.

mysql server info = localhost
username = yourUserName
password = yourPassword
database = reservation

If you don't remember your user name and password, login to my sql and create a new one.

You can do this by using the GRANT statment. Search the docs for proper use.