Hello firend's,
I just installed mysql but dont know how to start when i started it will ask for "server hostname","username","password","default schema".
.
anybody tell me what i have to fillup in oredr to get access them??

Hello,

if mysql server is running on the same machine,(pc).

hostname","username","password","default schema".

1. Hostname is the host (pc) where the mysql server is. in this case, its localhost.
2.The username is the user(the mysql user account) default is root.
3. Password is the user's password( the mysql user account password). in this case, but id you do not have own yet. This is the password you usually use to login to your system OR the password mysql requested when you were installing.
4. The default schema, is just the default operation mysql mechanism. you can ignore that when you populate the mysql server connection.

That is .

mysql_connect(localhost,root,password).// very simple

have fun ;)

Explore ;)

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.