RE: What is a schema?

2005-08-03 Thread Cope, Jared
Yes, I was going to echo this. In terms of MySQL, I think of the schema as the collection of DDL (data definition language) statements that make up your database. Table structure, column types etc. The schema, together with the actual data make up a database. Cheers, Jared. -Original

RE: Please Give me Solution for this

2005-08-02 Thread Cope, Jared
Usually those kind of errors mean that the MySQL server program is not running -- there is nothing to connect to. The socket file is used for when you connect to MySQL from the server that is running it. Make sure that the server is up and running before connecting. Look for it in the process

RE: Views in 5.0.1

2005-07-18 Thread Cope, Jared
Hi, I think you may be getting confused with the version 5 'releases' available. It helps to understand the MySQL release cycle a little bit and then it may become clearer. Basically, version 5 is in alpha and beta stages at the moment which means that the developers are very actively working on