Click here to Skip to main content
15,903,203 members
Home / Discussions / Database
   

Database

 
AnswerRe: FIlestream of varbinary ? ( To Store files) Pin
Richard MacCutchan14-Jul-13 22:29
mveRichard MacCutchan14-Jul-13 22:29 
AnswerRe: FIlestream of varbinary ? ( To Store files) Pin
Mycroft Holmes14-Jul-13 22:42
professionalMycroft Holmes14-Jul-13 22:42 
GeneralRe: FIlestream of varbinary ? ( To Store files) Pin
Amol_B14-Jul-13 22:58
professionalAmol_B14-Jul-13 22:58 
Questionneed an sql query to extract results in the attached format Pin
vijays.30198914-Jul-13 3:40
vijays.30198914-Jul-13 3:40 
Questionbackup in sqllocaldb Pin
dharmaa.m12-Jul-13 7:57
dharmaa.m12-Jul-13 7:57 
AnswerRe: backup in sqllocaldb Pin
NotPolitcallyCorrect12-Jul-13 8:36
NotPolitcallyCorrect12-Jul-13 8:36 
GeneralRe: backup in sqllocaldb Pin
dharmaa.m12-Jul-13 10:03
dharmaa.m12-Jul-13 10:03 
QuestionMysql query with date conditions not working in server Pin Pin
ven75312-Jul-13 4:11
ven75312-Jul-13 4:11 
GeneralRe: Mysql query with date conditions not working in server Pin Pin
Eddy Vluggen12-Jul-13 4:52
professionalEddy Vluggen12-Jul-13 4:52 
SuggestionDatabse for broadcasting company Pin
aman wangde11-Jul-13 12:34
aman wangde11-Jul-13 12:34 
GeneralRe: Databse for broadcasting company Pin
Eddy Vluggen12-Jul-13 7:57
professionalEddy Vluggen12-Jul-13 7:57 
QuestionExport data in SQL 2008 Pin
vkEE11-Jul-13 9:05
vkEE11-Jul-13 9:05 
AnswerRe: Export data in SQL 2008 Pin
Richard Deeming11-Jul-13 10:40
mveRichard Deeming11-Jul-13 10:40 
Questionbcp command in sql 2008 Pin
vkEE11-Jul-13 6:45
vkEE11-Jul-13 6:45 
AnswerRe: bcp command in sql 2008 Pin
NickPace11-Jul-13 7:10
NickPace11-Jul-13 7:10 
AnswerRe: bcp command in sql 2008 Pin
NickPace11-Jul-13 7:24
NickPace11-Jul-13 7:24 
GeneralRe: bcp command in sql 2008 Pin
vkEE11-Jul-13 8:07
vkEE11-Jul-13 8:07 
GeneralRe: bcp command in sql 2008 Pin
NickPace11-Jul-13 9:23
NickPace11-Jul-13 9:23 
QuestionWhat will be the connection string --- Please read the entire question first Pin
Biplob Singha Shee11-Jul-13 3:04
Biplob Singha Shee11-Jul-13 3:04 
AnswerRe: What will be the connection string --- Please read the entire question first Pin
Eddy Vluggen11-Jul-13 5:02
professionalEddy Vluggen11-Jul-13 5:02 
AnswerRe: What will be the connection string --- Please read the entire question first Pin
jschell11-Jul-13 9:08
jschell11-Jul-13 9:08 
QuestionConnection String of a MySql Database from another computer via LAN Pin
Biplob Singha Shee11-Jul-13 0:53
Biplob Singha Shee11-Jul-13 0:53 
Hi all,

I want to connect a MySql Database.

Suppose.....

Database Name is mydb
Database located on PC-1 (IP- 192.168.0.10)
PC-1 user id = abc
PC-1 password= 123
MySQL Server user ID = root
MySQL Server password= mypassword

now what will be the connection string for PC-1 to connect to the database ?

now I want to connect the database(mydb) from another pc (suppose this pc name is PC-2 and the IP is 192.168.0.11)

what will be the connection string for PC-2 to connect the PC-1 database ?

I searched connectionstrings.com[^] and found ...
Standard
SQL
Server=myServerAddress;Database=myDataBase;Uid=myUsername;Pwd=myPassword;

and
Specifying TCP port
SQL
Server=myServerAddress;Port=1234;Database=myDataBase;Uid=myUsername;
Pwd=myPassword;


but nowhere found if the server pc (PC-1) is protected by user id and password. In this case what should I do ?

I Tried both the above connection string. They are Ok for PC-1 to connect its own database (localhost) but when I tried to connect the database from PC-2, I got the error

Quote:
Host '192.168.0.11' is not allowed to
connect in this mysql server

Can anybody help me ?

modified 11-Jul-13 7:12am.

AnswerRe: Connection String of a MySql Database from another computer via LAN Pin
Garth J Lancaster11-Jul-13 1:13
professionalGarth J Lancaster11-Jul-13 1:13 
GeneralRe: Connection String of a MySql Database from another computer via LAN Pin
Biplob Singha Shee11-Jul-13 1:29
Biplob Singha Shee11-Jul-13 1:29 
GeneralRe: Connection String of a MySql Database from another computer via LAN Pin
Garth J Lancaster11-Jul-13 1:44
professionalGarth J Lancaster11-Jul-13 1:44 

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.