I tested on terminal and it works correctly. But on textmate, there is no thing happen when I use a database.

My code:

<b>create database demo;</b> ( it worked)
<b>use demo;</b> ( when I show this message on corner right "use demo; 0 rows affected")

then I try create a table in demo database. It shows no error but cannot create table because <b>no database selected</b>.




<blockquote class="quote light-black dark-border-color"><div class="quote light-border-color">
<div class="quote-author" style="font-weight: bold;">David Parry wrote:</div>
<div class="quote-message">
On 08/03/2011, at 12:24 PM, richdang wrote:

> I am pretty new in textmate and working with MySQL. Anyone know how I use SQL query to use a database in MySQL via textmate. I tried USE [database name], the database browser show 0 affected

Sounds like you got a connection. What happens when you do a real query?

        show databases;

or

        show tables;

or

        describe your_table_name;

Do you have any tables or rows in your database?

If so, can you show us what they are?

Do you know how to do an SQL query?


You might want to google for some basic MySQL tutorials.



_______________________________________________
textmate mailing list
textmate@lists.macromates.com
http://lists.macromates.com/listinfo/textmate

</div>
</div></blockquote>


<br><hr align="left" width="300">
View this message in context: <a href="http://old.nabble.com/SQL-in-textmate-tp31093481p31093607.html">Re: SQL in textmate</a><br>
Sent from the <a href="http://old.nabble.com/textmate-users-f18157.html">textmate users mailing list archive</a> at Nabble.com.<br>