below is the details of the mysql that the web hosting site send me, but i dun understand what it really means especially how to access the database using TCP/IP port.
how to i go to line 1(below) on my computer to access the the database of the web hosting site?
i only know on my localhost, to access i go dos command and type smtg like that
C:\mysql\bin>mysqladmin -u root password 'new-password'
but for web hosting site where do i type in the command line as stated by them below?
-----------------------------------------------------------------------------------
Please note that there is no root password set, please proceed to set the root password. You can use the following command, including the quotes, to designate a root password:
mysqladmin -u root password 'new-password' //line 1
To access your database,
1. you can use either TCP/IP port:
SERVERNAME.webvis.net: PORTNUMBER