Radicore Forum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » RADICORE » RADICORE Installation Issues » mysql scripts do not create databases
Re: mysql scripts do not create databases [message #96 is a reply to message #94] Wed, 21 June 2006 16:31 Go to previous message
AJM is currently offline  AJM
Messages: 2350
Registered: April 2006
Location: Surrey, UK
Senior Member
Unfortunately MySQL does not have a CREATE DATABASE IF NOT EXISTS ... so all I can do is insert the following lines at the top of each script:

CREATE DATABASE xxx ;
USE xxx ;

This really is such a trivial issue that most people do not seem to have a problem with, so trying to automate it or make it even simpler just for a few novices would not seem that important in the great scheme of things. Anyone who struggles to create a few databases is probably too much of a newbie to really appreciate the numerous features in a product such as Radicore.


 
Read Message
Read Message
Read Message
Read Message
Previous Topic: Radicore installation problem
Next Topic: Steps for installation of radicore in Fedora Core 4
Goto Forum:
  


Current Time: Fri May 17 04:43:36 EDT 2024

Total time taken to generate the page: 0.00881 seconds