Search found 5 matches

by MoFFaTT
Thu Sep 06, 2007 5:46 am
Forum: Help/Support
Topic: Server Crashing Frequently
Replies: 7
Views: 13229

Thanks YamiKaitou, I've had the same problem for a while now and that seemed to do the trick.
by MoFFaTT
Mon Aug 06, 2007 3:21 pm
Forum: Help/Support
Topic: MYSQL Querying Error
Replies: 7
Views: 12897

Still got the access denied error without the @'8.2.122.172'.

The wild card is "%". I added "%" as an access host but that still gave me the same error I originally posted about.
by MoFFaTT
Mon Aug 06, 2007 6:34 am
Forum: Help/Support
Topic: MYSQL Querying Error
Replies: 7
Views: 12897

After looking around for the correct syntax I tried using this.

Code: Select all

grant all on cs167294_csstuff.* to 'cs167294_csstuff'@'8.2.122.172';
I got an "access denied for user", does this just mean I don't have the privileges required to set the required permissions?
by MoFFaTT
Sun Aug 05, 2007 10:28 am
Forum: Help/Support
Topic: MYSQL Querying Error
Replies: 7
Views: 12897

I can only seem to find the option to set permissions to users on the database as a whole and can't find anywhere where I can set or view per table permissions.

I had a look through phpMyAdmin and I couldn't find an option for doing it through there. According to the wiki for it, there should be a ...
by MoFFaTT
Sat Aug 04, 2007 3:18 am
Forum: Help/Support
Topic: MYSQL Querying Error
Replies: 7
Views: 12897

MYSQL Querying Error

I've managed to get the FT plugin to connect to a remote mysql database and I have used the "vault to mysql" conversion page to convert everyones xp over. That worked fine but no one is recieving their original xp although any xp they do gain (after the database was connected) is still saved.

This ...