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

 

Posted
The names of your DB and user should be on cPanel, under MySQL.

 

Thanks for all replies....I don't know why I can't log in ..... is the server down?

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...