Error No. 1130
#1
Posted 13 September 2005 - 03:21 PM
#3
Posted 13 September 2005 - 03:39 PM
#4
Posted 13 September 2005 - 03:53 PM
#5
Posted 13 September 2005 - 04:13 PM
says:
* User is not allowed to connect from the actual host. Note that MySQL by default only allows connection from 'localhost'. To specify from where a user may connect SQL wildcards (% and _) can be used. Simply 'someuser@%' means that user 'someuser' may connect from everywhere.
Please reply back if that was it. If it was I will add the error no. 1130 to the FAQ.
Peter Laursen
Webyog
#6
Posted 13 September 2005 - 04:51 PM
peterlaursen, on Sep 13 2005, 12:13 PM, said:
says:
* User is not allowed to connect from the actual host. Note that MySQL by default only allows connection from 'localhost'. To specify from where a user may connect SQL wildcards (% and _) can be used. Simply 'someuser@%' means that user 'someuser' may connect from everywhere.
Please reply back if that was it. If it was I will add the error no. 1130 to the FAQ.
Added new user granted all permissions on all tables, MySQLadmin would not allow the '%' wildcard, error message that it was a syntax error. Used the "username@_', still have same error message on workstation, " host 'workstation's network name' is not allowed to connect to the MySQL server."
#7
Posted 13 September 2005 - 05:08 PM
On which OS does the server run?
If it is windows, why not install SQLyog on it and manage usrs with it?
If it is not Windows, did you check if MySQL Administrator is available for that platform? http://dev.mysql.com.../administrator/
is "MySQLadmin" the the commandline MySQLadmin.exe? I don't know how to set up user privileges with this one!
This error message "host 'workstation's network name' is not allowed to connect to the MySQL server" is mysterious! You won't need "network names". SQLyog connects through TCP-IP - not named pipes.
Peter Laursen
Webyog
#8
Posted 13 September 2005 - 05:09 PM
Peter Laursen
Webyog
#9
Posted 13 September 2005 - 05:22 PM
peterlaursen, on Sep 13 2005, 01:08 PM, said:
On which OS does the server run?
If it is windows, why not install SQLyog on it and manage usrs with it?
If it is not Windows, did you check if MySQL Administrator is available for that platform? http://dev.mysql.com.../administrator/
is "MySQLadmin" the the commandline MySQLadmin.exe? I don't know how to set up user privileges with this one!
This error message "host 'workstation's network name' is not allowed to connect to the MySQL server" is mysterious! You won't need "network names". SQLyog connects through TCP-IP - not named pipes.
OS system is Windows XP Professional, SQLyog is Free MySQL GUI v4.1, MySQL is 5.0.0-alpha-nt.
Set up another user "Username@workstation's network name" and now have access. For some reason the wildcard "%" was rejected as valid syntax, and the "_" was not accepted as a wildcard.
Thanks to everyone for the help.
#10
Posted 13 September 2005 - 05:51 PM
I did not know that MySQL allowed the use of Windows Network network names.
But I just tested on my own network and it does!
Are you serious that you are using 5.0.0 ?
Not 5.0.11 or 5.0.12 or 5.0.14 for instance ?
Peter Laursen
Webyog
#11
Posted 13 September 2005 - 06:09 PM
peterlaursen, on Sep 13 2005, 01:51 PM, said:
I did not know that MySQL allowed the use of Windows Network network names.
But I just tested on my own network and it does!
Are you serious that you are using 5.0.0 ?
Not 5.0.11 or 5.0.12 or 5.0.14 for instance ?
That version number is correct 5.0.0-alpha-nt, it came off of a CD that came with a book "PHP and MySQL Web Development" by luke welling and Laura Thomson.
Would love to have the latest version of MySql but I am still using a dial up connection and do not have the luxury of downloading large files, my buisness only has one phone line and the download time would be excessive. Can I download the newest binary files and upgrade to the newest release version? Any ideals why the "%" wildcard was invalid syntax or why the "_" was not parsed as a wildcard? When looking at my users I have three that I did not create, one is a blank user @ localhost, one is a blank user@grande, and one is a blank user@grande with no passwords can I delete these three user?
#12
Posted 13 September 2005 - 06:17 PM
Is this so bad: http://dev.mysql.com.../mysql/5.0.html
The list of bugfixes from 5.0.0 to 5.0.12 is no less than 20 pages.
If you want to learn MySQL it would be a bad idea to learn with a version full of bugs.
I have no idea of that wildcard issue. Never used that client.
My advice is that you use SQLyog for manipulation your databases and MySQL Administrator for manipulationg the server environment.
Peter Laursen
Webyog
#13
Posted 13 September 2005 - 06:20 PM
Don't forget the password of root@localhost and don't attempt to change the privileges of root@localhost. Then you can always get back.
But maybe the version that came with that book has some prefigured settings to work with exercises.
You should always get your MySQL from MySQL, I think!
Peter Laursen
Webyog
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users










