Jump to content

Recommended Posts

Posted

I'm trying to use a 3rd party db tool (DBManager) to manage my MySQL db.

Here is what is required to connect:

 

- server name

- hostname

- port number

- userid

- password

- database

 

Is anyone else using such a tool, and can you help me with these requirements. I have attempted to create a db using the cp admin, but even that is a little cryptic in the way it appends names to things.

 

TIA,

 

Phillip

Posted

Well, the name that is added to the database, is automatic. That's the way that the server can manage to have databases for everyone without the chance of two sharing the same name.

 

However, to answer your question:

 

Hostname is localhost

Port number can be left alone, it will have a default that is correct.

Server name I believe would be your domain name...

Userid can be your regular userid

and password is your login password

And database sounds like it wants the name of a database you create which would end up as <username>_<dbname you selected>

 

If you need any more help feel free to PM me.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...