If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > accessing mysql using TCP/IP port

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 03-20-04, 02:08
finlay finlay is offline
Registered User
 
Join Date: Mar 2004
Posts: 1
accessing mysql using TCP/IP port

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
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On