Help - Search - Members - Calendar
Full Version: Mysql Name , Host And User..
Zymic Webmaster Forums > Zymic Free Web Hosting > Databases & MySQL
shiet
Sorry for my bad english ..
but i am a swedish living.

i have i file that i must conect to mysql , an i have upload the sql table
and i think it works..
Here is the problem i think , what is the name of the sql file..
can you help me fill in the missing in this code

Info :
Database : stayahead_sys
Database user : stayahead_login
Database pass : ****

____________________

I dont know witch i will put thoose in.. HELP ME!
____________________

CODE
// Set the database access information as constants:
DEFINE ('DB_USER', '');
DEFINE ('DB_PASSWORD', '');
DEFINE ('DB_HOST', 'localhost');
DEFINE ('DB_NAME', '');
swordz
This should work.

CODE
// Set the database access information as constants:
DEFINE ('DB_USER', 'stayahead_login');
DEFINE ('DB_PASSWORD', '****');
DEFINE ('DB_HOST', 'localhost');
DEFINE ('DB_NAME', 'stayahead_sys');


swordz
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2012 Invision Power Services, Inc.