kk_maths90
Jan 12th 2008, 7:13 pm
Here is the tutorial i have for tinyurl.com Clone and i m trying to install it...
[1] Unzip the distribution file into your http documents directory.
[2] Edit ./includes/config.ini.php file. Set
root=directory_of_the_script (e.g. )
dbhost=your_DB_host
dbname=your_DB_name
dbuser=your_DB_user
dbpass=your_DB_user_password
Be careful during editing this file!
All other options including administrator's login and password you can change after login.
[3] CHMOD ./includes/config.ini.php file to 666
[4] CHMOD ./templates_c folder to 777
[5] Create the mysql database (usually tinylink) with mysqladmin.
mysqladmin -u<your_mysql_user> -p<your_mysql_pass> create tinylink
[6] Create the mysql tables. You have 2 options :
1) mysql -u<your_mysql_user> -p<your_mysql_pass> tinylink < db_structure.sql
2) use phpMyAdmin to run the SQL file 'sql/db_structure.sql'
I got steps 1 to 4 and I am new totally noob at mysql things.....someone plz explain me what are STEPS 5 and 6 ...Thank youu :) I have created database n all like it says on step 2 but just cnt figure out STEPS 5 and 6 so yea... pleasee
[1] Unzip the distribution file into your http documents directory.
[2] Edit ./includes/config.ini.php file. Set
root=directory_of_the_script (e.g. )
dbhost=your_DB_host
dbname=your_DB_name
dbuser=your_DB_user
dbpass=your_DB_user_password
Be careful during editing this file!
All other options including administrator's login and password you can change after login.
[3] CHMOD ./includes/config.ini.php file to 666
[4] CHMOD ./templates_c folder to 777
[5] Create the mysql database (usually tinylink) with mysqladmin.
mysqladmin -u<your_mysql_user> -p<your_mysql_pass> create tinylink
[6] Create the mysql tables. You have 2 options :
1) mysql -u<your_mysql_user> -p<your_mysql_pass> tinylink < db_structure.sql
2) use phpMyAdmin to run the SQL file 'sql/db_structure.sql'
I got steps 1 to 4 and I am new totally noob at mysql things.....someone plz explain me what are STEPS 5 and 6 ...Thank youu :) I have created database n all like it says on step 2 but just cnt figure out STEPS 5 and 6 so yea... pleasee