I have tried "myisamchk -d testtable;". It failed with message "You have an error in your SQL syntax near 'myisamchk -d testtable' at line 1". The table testtable exists.
Thank you!
Well, done.
Now i need dbName to connect it from JAVA application.
For example for Oracle DB i use, dbName is "jdbc:oracle:thin:@castro.telekom.lv:1525:z81".
Is it possible to connect from application on my PC to MySQL DB on my pc without using net?
Thanx. That is what I get:
mysql> SELECT DATABSE yo
-> create table t (a BLOB, index(a(10)));
ERROR 1064: You have an error in your SQL syntax near 'create table t (a BLOB, index(a(10)))' at line 2
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.