Click here to Skip to main content
15,919,749 members
Home / Discussions / Database
   

Database

 
AnswerRe: meaning of @ in sql Pin
Colin Angus Mackay8-Jun-07 2:41
Colin Angus Mackay8-Jun-07 2:41 
GeneralRe: meaning of @ in sql Pin
Colin Angus Mackay8-Jun-07 2:40
Colin Angus Mackay8-Jun-07 2:40 
QuestionConnecting to the server Pin
taherjaorawala7-Jun-07 23:34
taherjaorawala7-Jun-07 23:34 
AnswerRe: Connecting to the server Pin
Paul Conrad8-Jun-07 10:07
professionalPaul Conrad8-Jun-07 10:07 
Questionhow to get current time Pin
rkherath7-Jun-07 23:33
rkherath7-Jun-07 23:33 
AnswerRe: how to get current time Pin
Harini N K7-Jun-07 23:52
Harini N K7-Jun-07 23:52 
GeneralRe: how to get current time Pin
rkherath7-Jun-07 23:57
rkherath7-Jun-07 23:57 
Questionuser mysql [modified] Pin
WhiteGirl237-Jun-07 21:03
WhiteGirl237-Jun-07 21:03 
Hi,
I use mysql on my project and I can connect to mysql with my IP,this is a good thing.
But the problem is that I can't create a user.
My sintax is:

cmd1.CommandText = "GRANT ALL PRIVILEGES ON test .* TO 'myuser'@'%' IDENTIFIED BY 'mypassword' WITH GRANT OPTION;"<br />
 cmd1.ExecuteNonQuery()<br />
<br />
 cmd1.CommandText = "flush privileges;"<br />
 cmd1.ExecuteNonQuery()


The problem is that when I connect to mysql with localhost this command works and when I connect with my IP it doesn't work.

Thank .





-- modified at 1:21 Monday 11th June, 2007
AnswerRe: user mysql Pin
Paul Conrad9-Jun-07 5:23
professionalPaul Conrad9-Jun-07 5:23 
Questionhow to connect Remote Database with ASP.NET application Pin
Elena20067-Jun-07 20:50
Elena20067-Jun-07 20:50 
AnswerRe: how to connect Remote Database with ASP.NET application Pin
Manas Bhardwaj7-Jun-07 23:05
professionalManas Bhardwaj7-Jun-07 23:05 
QuestionCreate a make-table quary using a parameter Pin
Chatura Dilan7-Jun-07 20:28
Chatura Dilan7-Jun-07 20:28 
Questionoracle client component Pin
shereem khaleel7-Jun-07 9:36
shereem khaleel7-Jun-07 9:36 
QuestionRe: oracle client component Pin
andyharman7-Jun-07 20:47
professionalandyharman7-Jun-07 20:47 
QuestionExtract email address from text Pin
conniek7-Jun-07 5:04
conniek7-Jun-07 5:04 
AnswerRe: Extract email address from text Pin
Manas Bhardwaj7-Jun-07 5:51
professionalManas Bhardwaj7-Jun-07 5:51 
QuestionHow to run a sql script in Visual Studio Pin
ComCoderCsharp7-Jun-07 3:27
ComCoderCsharp7-Jun-07 3:27 
AnswerRe: How to run a sql script in Visual Studio Pin
szukuro7-Jun-07 4:03
szukuro7-Jun-07 4:03 
QuestionPassing multiple values to a select statement Pin
Mel Padden7-Jun-07 0:32
Mel Padden7-Jun-07 0:32 
AnswerRe: Passing multiple values to a select statement Pin
ganti.r7-Jun-07 1:33
ganti.r7-Jun-07 1:33 
AnswerRe: Passing multiple values to a select statement Pin
Arun.Immanuel7-Jun-07 4:20
Arun.Immanuel7-Jun-07 4:20 
QuestionMSSQL 2000 Database Conversion to MSSQL 2005 Pin
UweOeder6-Jun-07 23:11
professionalUweOeder6-Jun-07 23:11 
AnswerRe: MSSQL 2000 Database Conversion to MSSQL 2005 Pin
originSH7-Jun-07 5:52
originSH7-Jun-07 5:52 
QuestionBring back certain records Pin
Brendan Vogt6-Jun-07 22:29
Brendan Vogt6-Jun-07 22:29 
AnswerRe: Bring back certain records Pin
Harini N K6-Jun-07 23:00
Harini N K6-Jun-07 23:00 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.