PDA

View Full Version : Sql


magenet
08-05-2006, 02:36 AM
Hello

im trying setup a php script. so i put my

databasename: mysql?

so does that mean my db = mysql_bleh_bleh ?

Tyler
08-05-2006, 03:29 AM
databasename (Database Name) would be the name you gave your database when you set it up in the control panel (if you did)
http://account.ulmb.com/mysql/
The database name is everything fron the ###_name all of that.


Please search before you post: (you will get a faster answer)
http://forum.unlimitedmb.com/showthread.php?t=180
http://forum.unlimitedmb.com/showthread.php?t=133&highlight=mysql
http://forum.unlimitedmb.com/showthread.php?t=61&highlight=mysql

magenet
08-05-2006, 03:46 AM
i still cant find my answer

define("DATABASE_NAME","191_domo");
define("DATABASE_USER","191_domo");
define("DATABASE_PASSWORD","");
define("DATABASE_HOST","localhost");

what else do i need?

Tyler
08-05-2006, 04:26 AM
Database Host Is wrong.... it should be "mysql" your password is the only other thing... then your good to go.