Can you help me to correct this errror?

1 vue (au cours des 30 derniers jours)
Tomas
Tomas le 7 Nov 2012
Hi
Why sometimes I managed to connect MATLAB and MySQL and sometimes I get this error?? Can you help me please
No connections open
Connecting to host = localhost user = root password =
??? Error using ==> mym
Unknown MySQL server host 'localhost' (10022)
Error in ==> diagnostics>diagnostics_OutputFcn at 79
mym('open', 'localhost', 'root', '')
Error in ==> gui_mainfcn at 265
feval(gui_State.gui_OutputFcn, gui_hFigure, [], gui_Handles);
Error in ==> diagnostics at 42
gui_mainfcn(gui_State, varargin{:});
thanks
  6 commentaires
David Barry
David Barry le 7 Nov 2012
As mym isn't a MATLAB command I assume you have downloaded something off the File Exchange. I suggest you try using the built in MATLAB function database.fetch which has a very good help document
David Barry
David Barry le 7 Nov 2012
Assuming of course you have the database toolbox

Connectez-vous pour commenter.

Réponses (1)

Tomas
Tomas le 7 Nov 2012
  3 commentaires
David Barry
David Barry le 9 Nov 2012
Have you tried using the built in database functions like I suggested?
Tomas
Tomas le 9 Nov 2012
I tried to do this
conn = database('localhost','root','')
a = isconnection(conn)
but i get this result
conn =
Instance: 'localhost'
UserName: 'root'
Driver: []
URL: []
Constructor: [1x1 com.mathworks.toolbox.database.databaseConnect]
Message: [1x166 char]
Handle: 0
TimeOut: []
AutoCommit: 'off'
Type: 'Database Object'
a =
0

Connectez-vous pour commenter.

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by