http://www.frihost.com/forums/vt-73765.html
I used that script, i created the following tables:
I configured my login info right, but I get this error
Hmmm... maybe an error in the config file?
Edit: i fixed the config file, it dosnt blurt out mysql erros but i outputs the error Problem gathering data from database
I used that script, i created the following tables:
| Code: |
|
CREATE TABLE `warallthe_tutorials` ( `tutorial_content` TEXT NOT NULL , `tutorial_title` VARCHAR( 60 ) NOT NULL , `tutorial_user_id` TEXT NOT NULL , `ip` VARCHAR( 30 ) NOT NULL , `tutorial_cat_id` VARCHAR( 10 ) NOT NULL , `tutorial_date` VARCHAR( 60 ) NOT NULL ) ENGINE = MYISAM ; |
I configured my login info right, but I get this error
| Code: |
| Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'vmagici'@'localhost' (using password: YES) in /home/vmagici/public_html/config.php on line 22
Warning: mysql_select_db(): supplied argument is not a valid MySQL-Link resource in /home/vmagici/public_html/config.php on line 23 Warning: mysql_query() [function.mysql-query]: Access denied for user 'vmagici'@'localhost' (using password: NO) in /home/vmagici/public_html/tutorials.php on line 156 Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /home/vmagici/public_html/tutorials.php on line 156 Problem gathering data from database |
Hmmm... maybe an error in the config file?
Edit: i fixed the config file, it dosnt blurt out mysql erros but i outputs the error Problem gathering data from database
