Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/mysql/55.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
在sqldeveloper中选择MYSQL数据库_Mysql_Oracle Sqldeveloper - Fatal编程技术网

在sqldeveloper中选择MYSQL数据库

在sqldeveloper中选择MYSQL数据库,mysql,oracle-sqldeveloper,Mysql,Oracle Sqldeveloper,我已经在MYSQL中创建了一个名为“X”的数据库(例如)。当我在sqldeveloper中创建一个新连接并选择数据库时,我只得到“information_schema”和“test”,这是MYSQL提供的默认表 如何在SQL Developer中获取手动创建的数据库名称?好的,我得到了答案: 创建用户并为手动创建数据库的用户提供访问权限。之后,在SQL Developer中创建与在数据库中创建的用户名相同的用户名

我已经在MYSQL中创建了一个名为“X”的数据库(例如)。当我在sqldeveloper中创建一个新连接并选择数据库时,我只得到“information_schema”和“test”,这是MYSQL提供的默认表


如何在SQL Developer中获取手动创建的数据库名称?

好的,我得到了答案:

创建用户并为手动创建数据库的用户提供访问权限。之后,在SQL Developer中创建与在数据库中创建的用户名相同的用户名