ST_Admin
06-10-2005, 01:01 PM
" Host '' Not allowed to connect to this MYSQL server "
If you are getting this error it means that by default MySQL only allows connection from localhost. You may have to edit this option to get it to run.
You could also try ' FLUSH PRIVILEGES ' command.
If you are getting this error it means that by default MySQL only allows connection from localhost. You may have to edit this option to get it to run.
You could also try ' FLUSH PRIVILEGES ' command.