Forum Moderators: coopster
Thanks
Warning: Host 'h69-10-138-98.n-01.net' is not allowed to connect to this MySQL server in /home/httpd/vhosts/site/httpdocs/cards/cfg.php on line 25
Warning: Supplied argument is not a valid MySQL-Link resource in /home/httpd/vhosts/site/httpdocs/cards/cfg.php on line 27
Warning: Access denied for user: 'apache@localhost' (Using password: NO) in /home/httpd/vhosts/site/httpdocs/cards/index.php on line 18
Warning: Supplied argument is not a valid MySQL-Link resource in /home/httpd/vhosts/site/httpdocs/cards/index.php on line 20
My host as a control panel where I access mysql but not sure how to set it up. Any advice?
[edited by: jatar_k at 6:39 pm (utc) on Dec. 12, 2003]
[edit reason] generalized [/edit]
Warning: Access denied for user: 'apache@localhost' (Using password: NO) in /home/httpd/vhosts/site/httpdocs/cards/index.php on line 18
Warning: Supplied argument is not a valid MySQL-Link resource in /home/httpd/vhosts/site/httpdocs/cards/index.php on line 20
However, in config that is neither my username or password. I don't see either anywhere in the script. UGH
[edited by: jatar_k at 6:40 pm (utc) on Dec. 12, 2003]
[edit reason] generalized [/edit]
I found a doc called mysportsdb.sql and my site has a mysql gui interface but the text in the doesn't match the "wizard"
I'm not sure what you mean by the text doesn't match the "wizard". I use the oh so popular phpMyAdmin. Is this what you're using?
Mysportsdb.sql is the file you want. It has a bunch of sql queries which will build the tables for your database to work with the script. In phpMyAdmin once you create the database theirs a tab that says "SQL". In there is a place you can load that sql file, run it and whalla you've got a database.
PhpMyAdmin also has a section to administer priviledges which is where you would set up the users and what they can do.