Jump to content

Recommended Posts

Posted

Hello^^

 

I need help setting up my website and I need this information.

 

1. I created a database and added a username to it.

where I found them?

 

$db_type

$db_host

$db_name

 

 

2. My Installation requires:

"Create a database, add a username to it, and >> import the installation SQL file."

 

How do I do that?

 

Waiting for your help,

 

Thanks in advance^^

 

Juliet

Posted
Hello^^

 

I need help setting up my website and I need this information.

 

1. I created a database and added a username to it.

where I found them?

 

$db_type

$db_host

$db_name

 

 

2. My Installation requires:

"Create a database, add a username to it, and >> import the installation SQL file."

 

How do I do that?

 

Waiting for your help,

 

Thanks in advance^^

 

Juliet

The php vars are

$db_type = "MyISAM"; most likely.

$db_host = "localhost";

$dbname = "the name of the mysql db";

Here is a tut on how to use phpmyadmin to import a sql file

http://www.dewahost.com/tutorials/cpanelx/importsqlfile.html

 

Join the conversation

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

Guest
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...