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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. xuexuexue

    ERROR 1066: Not unique table/alias: 'person'

    The database 'testdb' has 2 tables, 'person' and 'team', which have the same structure. I tried the query "LOCK TABLES team READ, person AS team WRITE;", and got the following error: ERROR 1066: Not unique table/alias: 'person' What is the worry?
  2. xuexuexue

    How do I close an open table?

    After I finish the SELECT function, I want to close the table I opened just before. Which command can I use to do so?
  3. xuexuexue

    How to connect MySQL server?

    I run Mysql 4.0.18 on window xp. After I trid the command 'mysqladmin shutdown' , I cannot connect the server again. I restarted the computer, and tried the command 'mysqladmin ping'. The followings showed on the screen: mysqladmin: connect to server at 'localhost' failed error: 'Can't...

Part and Inventory Search

Back
Top