![]() | |
![]() |
| | Thread Tools | Display Modes |
#11
| |||
| |||
|
|
In article <8778dc14-8033-4956-a73b-7f6fd0705... (AT) u38g2000prh (DOT) googlegroups..com>, JRough <jlro... (AT) yahoo (DOT) com> wrote: On Jul 9, 10:19=A0am, Lennart Jonsson <erik.lennart.jons... (AT) gmail (DOT) com wrote: On 2010-07-09 19:10, JRough wrote: [...] adsl-99-157-73-33:~ jr$ telnet 99.157.73.33 port:3306 This syntax may hold for your version of telnet, but I haven't seen it before. In the versions of telnet that I have used the syntax would be: telnet 99.157.73.33 3306 /Lennart [...] No it is still UNIX, my mistake, I tried it your way, at least I got a response message. it tried for a time and then timed out. so I don't know what the issue is now. Probably a router or firewall issue -- something preventing the traffic from coming through. |
#12
| |||
| |||
|
|
Thanks, made those changes and it started up. It is getting closer. I can't connect via MySQL Administrator using the root login. I telneted to the server and this is what I got: adsl-99-157-73-33:~ jr$ telnet 99.157.73.33 port:3306 99.157.73.33: nodename nor servname provided, or not known |
|
at least I got a response message. it tried for a time and then timed out. so I don't know what the issue is now. |
#13
| |||
| |||
|
|
JRough <jlro... (AT) yahoo (DOT) com> wrote: Thanks, made those changes and it started up. *It is getting closer. I can't connect via MySQL Administrator using the root login. I telneted to the server and this is what I got: adsl-99-157-73-33:~ jr$ telnet 99.157.73.33 port:3306 99.157.73.33: nodename nor servname provided, or not known Telnet is not a suitable client to speak to a MySQL server. at least I got a response message. it tried for a time and then timed out. so I don't know what the issue is now. Try shell> mysql -h 99.157.73.33 'mysql' is the name of the MySQL command line client. See also: http://dev.mysql.com/doc/refman/5.0/en/mysql.html By default MySQL has a SUPERUSER account root@localhost with no password. So maybe you better try shell> mysql -h localhost -u root This will get you an SQL connection with SUPER privileges. You are then free to follow http://dev.mysql.com/doc/refman/5.0/en/tutorial.html XL |
#14
| |||
| |||
|
|
On Jul 9, 4:29*pm, Axel Schwenke <axel.schwe... (AT) gmx (DOT) de> wrote: JRough <jlro... (AT) yahoo (DOT) com> wrote: Thanks, made those changes and it started up. *It is getting closer. I can't connect via MySQL Administrator using the root login. I telneted to the server and this is what I got: adsl-99-157-73-33:~ jr$ telnet 99.157.73.33 port:3306 99.157.73.33: nodename nor servname provided, or not known Telnet is not a suitable client to speak to a MySQL server. at least I got a response message. it tried for a time and then timed out. so I don't know what the issue is now. Try shell> mysql -h 99.157.73.33 'mysql' is the name of the MySQL command line client. See also: http://dev.mysql.com/doc/refman/5.0/en/mysql.html By default MySQL has a SUPERUSER account root@localhost with no password. So maybe you better try shell> mysql -h localhost -u root This will get you an SQL connection with SUPER privileges. You are then free to follow http://dev.mysql.com/doc/refman/5.0/en/tutorial.html XL :-( I logged on with /usr/local/mysql-5.0.77-osx10.4-powerpc/bin/mysql -h localhost -u root I get an error message 1045: sh-3.2# /usr/local/mysql-5.0.77- osx10.4-powerpc/bin/mysql -h localhost -u root ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO) Why do I get access denied when there is no password required? |
|
thanks, |
#15
| |||
| |||
|
|
On Jul 9, 4:29=A0pm, Axel Schwenke <axel.schwe... (AT) gmx (DOT) de> wrote: By default MySQL has a SUPERUSER account root@localhost with no password. I logged on with /usr/local/mysql-5.0.77-osx10.4-powerpc/bin/mysql -h localhost -u root I get an error message 1045: sh-3.2# /usr/local/mysql-5.0.77- osx10.4-powerpc/bin/mysql -h localhost -u root ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO) Why do I get access denied when there is no password required? |
![]() |
| Thread Tools | |
| Display Modes | |
| |