ryukenden
01-06-2007, 02:16 PM
I am trying to install a script and the file says that to change config data
dbhost=your_DB_host
dbname=your_DB_name
dbuser=your_DB_user
dbpass=your_DB_user_password
And then it says
Create the mysql database (usually tinylink) with mysqladmin.
mysqladmin -u<your_mysql_user> -p<your_mysql_pass> create the link
[6] Create the mysql tables. You have 2 options :
1) mysql -u<your_mysql_user> -p<your_mysql_pass> your link < db_structure.sql
2) use phpMyAdmin to run the SQL file 'sql/db_structure.sql'
I thought dbname is same as mysql database name. I could not find mysqladmin at Hostmonster. I could only find phpMyadmin.
I am currently stuck with this installation and any suggestions are appreciated.
dbhost=your_DB_host
dbname=your_DB_name
dbuser=your_DB_user
dbpass=your_DB_user_password
And then it says
Create the mysql database (usually tinylink) with mysqladmin.
mysqladmin -u<your_mysql_user> -p<your_mysql_pass> create the link
[6] Create the mysql tables. You have 2 options :
1) mysql -u<your_mysql_user> -p<your_mysql_pass> your link < db_structure.sql
2) use phpMyAdmin to run the SQL file 'sql/db_structure.sql'
I thought dbname is same as mysql database name. I could not find mysqladmin at Hostmonster. I could only find phpMyadmin.
I am currently stuck with this installation and any suggestions are appreciated.