7
I am using phpMyAdmin to create the database and the user with the right permissions to create these database tables, but it still does not work. I tried even using root but that did not work either. I have tried a mysql.php file to see if mysql was connecting and it is. So I have no idea why this is not working. The database is empty after I create it. The user has these following privileges:
SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, FILE, INDEX, ALTER, CREATE TEMPORARY TABLES, CREATE VIEW, EVENT, TRIGGER, SHOW VIEW, CREATE ROUTINE, ALTER ROUTINE, EXECUTE
What am I doing wrong?
thank you,
Amy