apache/php/mysql problem

z4ph0d

Raving Mad Mac Evangelist
Hey people :D

I'm trying to implement a php-based news system in a page I'm writing. Weird thing is, I can't run the install page of the script (wich creates the tables) or login to the page after I have manually created all tables. I'm starting to suspect it's a php problem, since I can manually insert the tables via the msyql command line. Any files that control what access php commands have on my system? For instance if the php is allowed to insert/change tables in mysql?

On a side note, I know the connection between the database and the webpage is intact, since I can list news after manually inserting them.

Please help, I've run out of hairs to rip off my skull..

Zaphod
 
if the user you are using to connect to the db is not root then make sure you have done GRANT in mysql to give your user privileges.

if thats not it post the specific error you are getting..
 
Back
Top