100th Database name request

Status
Not open for further replies.

darkbluesun12558

New Member
Messages
2
Reaction score
0
Points
0
Hello :D

I've been trying for over an hour now and I'm lost.

I'm using Ravan Scripts and I'm stuck on the install.php stage.

It asks for the Hostname which I read was 'localhost'. It also asks for a database name.

Now I'm a tad lost where I find my mysql databases. There are two files that has mysql:
class_db_mysql.php and class_db_mysqli.php

So since my username is aderik...

What do I use?

aderik_class_db_mysql ?
aderik_classdbmysql ?
aderik_classdb ?

Please, any assistance would be helpful. I don't even know if I'm looking in the right area :p
 

descalzo

Grim Squeaker
Community Support
Messages
9,372
Reaction score
326
Points
83
Manual installs require you to create the databases and users separately.

cPanel --> MySQL Databases

Create database. Name will be aderik_somename .... aderik_ is required, the somename whatever you want.
Create user. Sort of standard to make it the same as the database.
Write down the password!!
Attach user to database, make sure to check ALL PRIVILEGES when the popup appears.

Use that db name, user name, password when you install the software.
 
Status
Not open for further replies.
Top