mysql默认数据库名称,默认的MySQL数据库名称
生活随笔
收集整理的這篇文章主要介紹了
mysql默认数据库名称,默认的MySQL数据库名称
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
I'm trying to install mybb on a server but the admin is taking too long to respond. I have all the information I need except the database name. Is there a default name for mysql on a linux server?
解決方案
There is no default database.
A fresh MySQL server install will have 0 databases. The install script will run mysql_install_db after the server is running to create a mysql database, which MySQL uses to store users and privileges. Don't put your data there.
You can create your own databases by issuing CREATE DATABASE [name] queries if your user has permission.
總結
以上是生活随笔為你收集整理的mysql默认数据库名称,默认的MySQL数据库名称的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 64位linux安装mysql数据库吗_
- 下一篇: mysql安装1335_Mysql 安装