i am not able to understand this querry
gumchat.net v4 alpha
Collapse
X
-
Gumslone bro i upload this v4.zip script on my site.But when i visit my site it also show this(Warning: mysql_pconnect() [function.mysql-pconnect]: Access denied for user 'user'@'localhost' (using password: YES) in /home/u983335707/public_html/online/v4 2/include/db/db.class.php on line 94)
Now plz give me solution for me.........plz plz plz
Comment
-
Originally posted by Addabuj View PostGumslone bro i upload this v4.zip script on my site.But when i visit my site it also show this(Warning: mysql_pconnect() [function.mysql-pconnect]: Access denied for user 'user'@'localhost' (using password: YES) in /home/u983335707/public_html/online/v4 2/include/db/db.class.php on line 94)
Now plz give me solution for me.........plz plz plz
Comment
-
re
have u created your database in phpmyadmin?
have you created a database username and password
have you given access of the username to the database
have you edited online/v4 2/include/db/db.class.php and plased your database details in there
and last of all have u uploaded the database tables......Last edited by metulj; 10.07.12, 06:58.
Dont Ask Me Dumb Questions.Or you'l get a Dumb Answer..
Want A Profesional Logo or Theme For Your wap site Pm Me.If I Have The Time Ill Make It For Free
Comment
-
Originally posted by arnage View PostHi, edit and run this.
PHP Code:mysql_query('CREATE TABLE IF NOT EXISTS `"'.$room_name.'"` (
`id` bigint(100) NOT NULL auto_increment,
//other params... ,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ');
Comment
Comment