Well, mate did you supply the correct hostname, user and password for database connection?
Can you please check it again when that screen comes up when you try to call the install script?
Thanks
Well, mate did you supply the correct hostname, user and password for database connection?
Can you please check it again when that screen comes up when you try to call the install script?
Thanks
Tutorials on Zen Cart
http://tutorials.zen-cart.com/index.php
---------------
advanced.programmer at gmail dot com
In love with Zen Cart!!
Hi superprg,
I did setup and supply the correct hostname, user and password for database connection. I even done it 5 times.
I have also create and re-create mySQL database and I do have the some problem.
Do you think it might be other cause, that is generating this error?
Thx,
Chris
Hi superprg,
I did setup and supply the correct hostname, user and password for database connection. I even done it 5 times.
I have also create and re-create mySQL database and I do have the some problem.
Do you think it might be other cause, that is generating this error?
Thx,
Chris
Create a php script and write this in that
Let me know what are the resultsCode:<?php $link = mysql_connect('localhost', 'mysql_user', 'mysql_password'); if (!$link) { die('Could not connect: ' . mysql_error()); } echo 'Connected successfully'; mysql_close($link); ?>
Tutorials on Zen Cart
http://tutorials.zen-cart.com/index.php
---------------
advanced.programmer at gmail dot com
In love with Zen Cart!!
I am also having problems. I ran your script and it 'Connected successfully'.
Thanks,
Can I see the url?
Tutorials on Zen Cart
http://tutorials.zen-cart.com/index.php
---------------
advanced.programmer at gmail dot com
In love with Zen Cart!!