摘要:
1 /* 2 * Licensed to the Apache Software Foundation (ASF) under one or more 3 * contributor license agreements. See the NOTICE file distributed with 4 阅读全文
摘要:
1 /* 2 * Licensed to the Apache Software Foundation (ASF) under one or more 3 * contributor license agreements. See the NOTICE file distributed with 4 阅读全文
摘要:
mysql 登录命令: mysql -uroot -pbank 这句话的意思是用root用户登录,密码是bank。 mysql -uroot -p bank 这句话的意思是用root用户登录,bank是进入后切换到bank这个数据库,此时按下回车会提示输入密码。进入后不用use bank 来切换到b 阅读全文