Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: OT: SQL

From: mccarter:uniserve at: 8-Jul-2001 11:05

Hello Chris, I have MySql running on my RedHat 7 box. It did take a while to get it figured out. The best resource is to get on the MySql list at www.mysql.com all the questions I had were answered there, just by doing a search on the archives of the list. The main thing is once you have MySql installed on the system is to make sure you have the file permissions correct, make sure that you can execute the program. Sometimes you can run it as root but no other... Other than that the main thing is that the name and password system for MySql is separate from the system name and password. http://www.mysql.com/documentation/mysql/bychapter/manual_Tutorial.html#Tutorial I found this tutorial invaluable to my learning of MySql. Peruse the docs http://www.mysql.com/documentation/mysql/bychapter/manual_Installing.html#Installing This should get you started. Bill. Chris wrote: