I am having problems in incorporating my php code with my normal page design on dreamweaver..How do i go about it ??
Secondly,how do i set up a root password for mysql??.Where can i get the graphic user interface or command prompt to set up the root password and start using it
to change the mysql root:
mysqladmin -u root password <yourrootsqlpassword> mysqladmin -h server1.example.com -u root password <yourrootsqlpassword>
as for your first question, you will have to elaborate alot more than that