This is not doing the trick on my side. started mysql with user name and password, so far so good I can run a 'status' command, and it responds.
if i enter ALTER TABLE SERVICES ENGINE = MyISAM nothing much happens, prompt is back immediatly .. thus i quit with ^c. Can I alter it in a file somewhere ? 2012/12/12 Daryl McQuinn <[email protected]> > Peter, > I am not an expert only a Ubuntu and Rivendell fan. This worked for me and > I hope it will work for you. > From an Ubuntu Terminal type > > mysql --user=root --password=*yoursqlpassword* Rivendell > > from that you should get a mysql prompt, from that prompt type > > ALTER TABLE SERVICES ENGINE = MyISAM > > to exit hold cntrl +c > > Good luck, > Daryl McQuinn, St. Louis Missouri > > >
_______________________________________________ Rivendell-dev mailing list [email protected] http://lists.rivendellaudio.org/mailman/listinfo/rivendell-dev
