随笔分类 - mysql
摘要:第一部分:dos窗口操作,创建相应数据库、表 1、进入mysql :mysql -uroot -p 2、查看所有数据库:show batabases; 3、创建数据库:create batabase test; 4、选择数据库: use test; 5、创建user表: CREATE TABLE `
阅读全文
摘要:D:\TestSoftware\mysql5731>cd bin D:\TestSoftware\mysql5731\bin>mysql -uroot -p Enter password: **** Welcome to the MySQL monitor. Commands end with ;
阅读全文
摘要:1、进入mysql ,密码输入当前密码 mysql -u root -p select User from user; #此处为查询用户命令 2、修改账户密码加密规则并更新用户密码 ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_
阅读全文
摘要:XAMPP中Apache和Mysql启动失败问题总结 一、Apache启动失败 xampp启动时显示的错误为: 9:52:41 [Apache] Attempting to start Apache app... 9:52:41 [Apache] Status change detected: ru
阅读全文

浙公网安备 33010602011771号