MySQL Forums
Forum List  »  Newbie

Re: Trying to setup db
Posted by: Keith Larson
Date: June 08, 2013 07:04PM

You can define a variables like this

SET @DB_NAME = 'a6852953_article' ;
Query OK, 0 rows affected (0.00 sec)
> SELECT @DB_NAME;
+------------------+
| @DB_NAME |
+------------------+
| a6852953_article |
+------------------+
1 row in set (0.00 sec)

Just trying to help....

http://anothermysqldba.blogspot.com

Options: ReplyQuote


Subject
Written By
Posted
June 08, 2013 10:45AM
Re: Trying to setup db
June 08, 2013 07:04PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.