|
-
Jul 2nd, 2014, 06:05 PM
#1
Thread Starter
New Member
MySQL Error When Saving Records
I'm working on a program to allow users to enter contact details through a VB application and have these details saved in a MySQL database. However, when I try to save a record an error dialog pops up saying "Host fe80::1048... is not allowed to connect to this mysql server". Does anyone have any insight into this problem?
-
Jul 2nd, 2014, 06:34 PM
#2
Re: MySQL Error When Saving Records
Is MySQL configured to only allow connections from specific remote machines?
-
Jul 2nd, 2014, 07:22 PM
#3
Re: MySQL Error When Saving Records
Sounds like the user you're using to login with isn't part of the proper domain. MySQL logins can be set up to work based on domain. Example: you can have admin@localhost ... which means that login will only work from the localhost machine (it can't be used to login from a different machine.) AND it is different from admin (which would be a global access admin.)
-tg
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|