to access any of the databases or run sql queries. Any suggestions?
>
> Sean Tibbetts
> "Do nothing which is of no use."
> Miyamoto Musashi
>
>
> Sean Tibbetts
> Web Technologies Group
I installed the RPM of 3.23 on RH 7.1 today. Everything seemed to go OK
(once I got Perl in the right place), but now I don't have any client tools
to access any of the databases or run sql queries. Any suggestions?
Sean Tibbetts
"Do nothing which is of no use."
Miyamoto
I used Access (sorry) to develop a db design. I then used ODBC to export it
to MySQL. The tables all lost their primary key definitions. Now I need to
set them back to be a primary key. I have tried:
ALTER TABLE def_categories MODIFY ID PRIMARY KEY
Any help is appreciated!
Sean Tibbetts