Click here to Skip to main content
15,886,199 members
Home / Discussions / Database
   

Database

 
GeneralRe: Best way to get PK value of newly created record Pin
Shameel13-Mar-12 19:33
professionalShameel13-Mar-12 19:33 
GeneralRe: Best way to get PK value of newly created record Pin
PIEBALDconsult14-Mar-12 3:11
mvePIEBALDconsult14-Mar-12 3:11 
GeneralRe: Best way to get PK value of newly created record Pin
jschell14-Mar-12 8:50
jschell14-Mar-12 8:50 
AnswerRe: Best way to get PK value of newly created record Pin
Mycroft Holmes13-Mar-12 19:52
professionalMycroft Holmes13-Mar-12 19:52 
AnswerRe: Best way to get PK value of newly created record Pin
Bernhard Hiller13-Mar-12 21:53
Bernhard Hiller13-Mar-12 21:53 
Question1045 - Access denied for user "root@192.168.1.9" using password: YES Pin
Jassim Rahma12-Mar-12 20:12
Jassim Rahma12-Mar-12 20:12 
AnswerRe: 1045 - Access denied for user "root@192.168.1.9" using password: YES Pin
Wayne Gaylard12-Mar-12 20:42
professionalWayne Gaylard12-Mar-12 20:42 
AnswerRe: 1045 - Access denied for user "root@192.168.1.9" using password: YES Pin
Gerben Jongerius12-Mar-12 23:36
Gerben Jongerius12-Mar-12 23:36 
You need to add additional access rights by executing the following command in Mysql console line:
GRANT ALL on <dbname>.* TO 'root'@'192.168.1.%'


This will allow all computers in the 192.168.1.x subnet to login to your MySQL server.
GeneralRe: 1045 - Access denied for user "root@192.168.1.9" using password: YES Pin
Jassim Rahma13-Mar-12 0:17
Jassim Rahma13-Mar-12 0:17 
GeneralRe: 1045 - Access denied for user "root@192.168.1.9" using password: YES Pin
Gerben Jongerius13-Mar-12 0:22
Gerben Jongerius13-Mar-12 0:22 
GeneralRe: 1045 - Access denied for user "root@192.168.1.9" using password: YES Pin
Jassim Rahma13-Mar-12 1:53
Jassim Rahma13-Mar-12 1:53 
GeneralRe: 1045 - Access denied for user "root@192.168.1.9" using password: YES Pin
Jassim Rahma13-Mar-12 7:16
Jassim Rahma13-Mar-12 7:16 
GeneralRe: 1045 - Access denied for user "root@192.168.1.9" using password: YES Pin
Gerben Jongerius13-Mar-12 22:18
Gerben Jongerius13-Mar-12 22:18 
GeneralRe: 1045 - Access denied for user "root@192.168.1.9" using password: YES Pin
Jassim Rahma14-Mar-12 2:47
Jassim Rahma14-Mar-12 2:47 
Questionhelp me! Pin
anushh12-Mar-12 20:05
anushh12-Mar-12 20:05 
AnswerRe: help me! Pin
Prasad_Kulkarni12-Mar-12 20:25
Prasad_Kulkarni12-Mar-12 20:25 
GeneralRe: help me! Pin
anushh12-Mar-12 20:36
anushh12-Mar-12 20:36 
GeneralRe: help me! Pin
Prasad_Kulkarni12-Mar-12 22:38
Prasad_Kulkarni12-Mar-12 22:38 
QuestionJoining fields from several tables onto one SSRS report Pin
SQL Ed12-Mar-12 4:30
SQL Ed12-Mar-12 4:30 
AnswerRe: Joining fields from several tables onto one SSRS report Pin
Mycroft Holmes12-Mar-12 22:17
professionalMycroft Holmes12-Mar-12 22:17 
GeneralRe: Joining fields from several tables onto one SSRS report Pin
SQL Ed13-Mar-12 0:06
SQL Ed13-Mar-12 0:06 
GeneralRe: Joining fields from several tables onto one SSRS report Pin
Mycroft Holmes13-Mar-12 0:37
professionalMycroft Holmes13-Mar-12 0:37 
QuestionSQL Enable Identity Insert Pin
Zeyad Jalil12-Mar-12 3:32
professionalZeyad Jalil12-Mar-12 3:32 
AnswerRe: SQL Enable Identity Insert Pin
Shameel13-Mar-12 1:34
professionalShameel13-Mar-12 1:34 
Question2013 - Lost Connection to mysql during query Pin
Jassim Rahma11-Mar-12 5:19
Jassim Rahma11-Mar-12 5:19 

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.