
December 14th, 1999, 09:30 AM
|
|
Guest
|
|
Posts: n/a
Time spent in forums:
Reputation Power:
|
|
|
Your Telnet userid does not have to be the same as your MySQL loginid. So always login into MySQL using: mysql [-h host] -u userid -p
As I understand from your message, you are able to login into the MySQL server, but are unable to perform ALTER queries on tables.
Ask your MySQL-administrator if you have the proper privileges. You need extra privileges to perform ALTER, LOAD DATA INFILE queries etc.
Good luck!
Peter
[This message has been edited by PAV (edited 12-14-99).]
|