Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by tshot

  1. tshot

    What Happened to my LAN seeing the *nix machine?

    interesting. how did u get the SCO box on My Network Place [ponder] ---------------- ur feedback is a very welcome desire
  2. tshot

    still exccution error 1045

    if u are using on a LAN, i understand that u are on a diifrent m/c and the mysql server is on a dfiierent m/c. Then how are u giving localhost in MySql Front. Change the localhost value to that of MySql Server. And if yr MySqlServer is on the same machine as yr MySqlFront then either...
  3. tshot

    Can't import more than 3932 recs from text file - why ?

    do u get any error msg ? [ponder] ---------------- ur feedback is a very welcome desire
  4. tshot

    Server hangs going to multi-user

    have u checked TA 103157 at http://support.sco.com/. it has some soultion for you. Normmaly file /etc/ioctl.syscon is corrupt. u can also check TA 104588 [ponder] ---------------- ur feedback is a very welcome desire
  5. tshot

    Installing a SCSI controller from the boot prompt

    Is there a way to get that to look to the floppy? It will only look at the hard drive and is not even looking at the floppy. mount your floopy and read the contents. Then cd and look. You may look under /mnt/ad160 (if you mount under mnt and your driver is ad160. most likely it should be...
  6. tshot

    grep command?

    u can try string <TABLENAME.dbf> | grep '2323435566' [ponder] ---------------- ur feedback is a very welcome desire
  7. tshot

    MySQL performance issues on Linux system

    Something i got in mail - MySql News Letter. Should have relevance to you How to Monitor MySQL's performance Here are some ideas, how you can monitor the database performance of your MySQL installation. Monitoring is always an iterative and continuous process. You need to learn...
  8. tshot

    3.2 freezes before disk initialization on fresh install

    3.2.4.2 works fine on pentiums. Sorry i went too far. It should have been Pentium Pro. On these P-Pro, 3.2.4.2 panics with trap 6 [ponder] ---------------- ur feedback is a very welcome desire
  9. tshot

    Dear Mysql users, At my work it

    It is a good way of learning and i admire it. U can still do all that with code in these front ends e.g. MySqlFront. It allows you to write all the SQL's. What i am saying is that ODBC is not vital. Also you can downlod client part (mysql). and connect direclty using mysql -h... command...
  10. tshot

    3.2 freezes before disk initialization on fresh install

    a better bet it to try upgraded unix or an old system say 486 with < 1gb hdd to avoid 525 mb limitation and processor compatibility issues [ponder] ---------------- ur feedback is a very welcome desire
  11. tshot

    MySQL performance issues on Linux system

    also look for all the variables. it could be thta ur earlie system was optimised [ponder] ---------------- ur feedback is a very welcome desire
  12. tshot

    SQL help: SELECT DISTINCT records while ignoring unique records

    Hi sleipnir214 i would have used swampBoogie 's method. Yur option did not occur to me till i read it. Now which would be a better option to choose [ponder] ---------------- ur feedback is a very welcome desire
  13. tshot

    MySQL performance issues on Linux system

    though not much of idea but to start with 'top' to see all the process at thta time. also chek for indexes and try and rebuild them if possible [ponder] ---------------- ur feedback is a very welcome desire
  14. tshot

    NEED HELP... selecting the last record from a table

    ares666 here vote means star for swampBoogie where is it ? to mark just check at the bottom of swampBoogie's reply to yr query [ponder] ---------------- ur feedback is a very welcome desire
  15. tshot

    Connecting remotely to MYSQL on dynamic IP

    u can grant permission with start netowrk part of ur ip address as GRANT ALL ON <YrDb> tTO<user>@192.168.128.% u can also give like user@192.168.128.0/17. This implies that client hso has 192.168.128 in first 17 bits of ip address and so has 17 bit network number if the system complains about %...

Part and Inventory Search

Back
Top