venteens Posted February 20, 2010 Posted February 20, 2010 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 Quote
andrewq2 Posted February 20, 2010 Posted February 20, 2010 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 Quote
Wizard Posted February 20, 2010 Posted February 20, 2010 The names of your DB and user should be on cPanel, under MySQL. Quote
venteens Posted February 20, 2010 Author Posted February 20, 2010 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? Quote
Wizard Posted February 20, 2010 Posted February 20, 2010 Did you read the Support FAQ? Username? Domain name? Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.