What is hosting localhost ؟؟؟؟

Status
Not open for further replies.

lfnager7

New Member
Messages
16
Reaction score
0
Points
0
What is hosting localhost ؟؟؟؟
define('DB_NAME', 'database_name_here');


define('DB_USER', 'username_here');


define('DB_PASSWORD', '---');


define('DB_HOST', 'localhost'); <==== ؟؟؟؟؟؟؟؟


define('DB_CHARSET', 'utf8');

Plzzz help oki








 

essellar

Community Advocate
Community Support
Messages
3,295
Reaction score
227
Points
63
It's "localhost". You can only access the database using the string "localhost"; the database server is not accessible otherwise.
 
Status
Not open for further replies.
Top