mysql数据库.smi什么文件

mysql数据库.smi什么文件,第1张

SMIDB和MY都是数据库文件,它和MIB的关系是:MIB是旧版的数据库文件,SMIDB和MY是新版的数据库文件,可以用Access 2007来打开,但Access 2003就打不开SMIDB的数据库文件。

生成MIB数据库文件的步骤如下:

第一步:在打开的Access 2007窗口中,单击Office 按钮,在打开的工作区中选择【模板类别】选项区域下的【空白数据库】选项卡,在工作区右下角的【文件名】文本框中输入创建数据库的名称,单击其右侧的文件夹图标,d出【文件新建数据库】对话框,在【保存位置】下拉列表框中选择文件保存的位置,单击【确定】按钮。

返回工作区,单击【文件名】文本框下方的【创建】按钮,创建数据库文件。返回Access 2007的 *** 作界面,即可看到新建的空白数据库。

第二步:在编辑完成的数据库中单击Office按钮,在其d出的下拉菜单中选择【另存为】命令,d出【另存为】命令,d出【另存为】对话框,在【另存为】文本框中输入数据库的名称,并在【保存类型】下拉列表中选择要保存的类型为MIB,单击【确定】按钮,返回Access 2007的 *** 作界面,就生成了一个MIB数据库文件,可以看到保存后的效果。

MySQL 5.7 新增默认账号 mysql.session和mysql.syshttps://www.jianshu.com/p/427cac0d8763Privileges Supported by MySQLhttps://dev.mysql.com/doc/refman/5.7/en/grant.htmlMySQL 5.7 Reference Manual/Reserved Accountshttps://dev.mysql.com/doc/refman/5.7/en/reserved-users.htmlWhat are mysql.session@localhost and mysql.sys@localhost user accounts good for?https://stackoverflow.com/questions/46149220/what-are-mysql-sessionlocalhost-and-mysql-syslocalhost-user-accounts-good-forOne part of the MySQL installation process is data directory initialization (see  Section 2.10.1, “Initializing the Data Directory” ).  During data directory initialization, MySQL creates user accounts that should be considered reserved:'root'@'localhost : Used for administrative purposes. This account has all privileges and can perform any operation. Strictly speaking, this account name is not reserved, in the sense that some installations rename the root account to something else to avoid exposing a highly privileged account with a well-known name.'mysql.sys'@'localhost' : Used as the DEFINER for  sys  schema objects. Use of the mysql.sys account avoids problems that occur if a DBA renames or removes the root account. This account is locked so that it cannot be used for client connections.'mysql.session'@'localhost' : Used internally by plugins to access the server. This account is locked so that it cannot be used for client connections.用于sys schema中对象的定义。使用mysql.sys用户可避免DBA重命名或者删除root用户时发生的问题。该用户已被锁定,客户端无法连接。插件内部使用来访问服务器。该用户已被锁定,客户端无法连接。root账号,其用于管理。该用户拥有所有权限,可执行任何 *** 作。 root是MySQL的特权账号,这个众所周知,也带来安全隐患,建议将root账号禁用或者删除,新建一个特权账号用于管理。


欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/zaji/7644636.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2023-04-08
下一篇 2023-04-08

发表评论

登录后才能评论

评论列表(0条)

保存