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?
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...
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.