Question about installing Mysql server 2008 R2

neneka

New member
Local time
6:23 AM
Messages
3
[Solved]Question about installing SQL Server 2008 R2

I have a question about Mysql server 2008 R2

What is my server name if I select to install with "Named Instance" not "Default Instance"

with Mixed mode password

P8FoTVT.png


I don't know this because I used to install with Named Instance : neneka and mixed mode password 12345

but I can't login because I don't know what my server name is :(

user id should be : neneka right ? and maybe password is 12345

4gd52Mq.png
 
Last edited:

My Computer

Computer type
PC/Desktop
OS
Windows 7 64 Bits
When using named instances, the server name is of the form [ComputerName]\[InstanceName]
When using the default instance, it's only [ComputerName]

You can alternatively replace the computer name with the IP or "localhost" if it's on the very same box. And on the login dialog, if you open the server name combobox, the option "browse for more" can be used to help you locate the servers in the network too.
Also verify if the server service is running. For named instances to connect over a network, you also need the SQL Browser service running (not needed for the default instance).

BTW, you should rename the post to SQL Server, as it has nothing to do with MySql.
 

My Computer

Computer type
Laptop
Computer Manufacturer/Model Number
Toshiba Sattelite A665-S6092
OS
Windows 7 Ultimate x64
CPU
Intel Core i7-740QM
Memory
8 GB DDR3
Graphics Card(s)
NVIDIA GeForce 330GT
Screen Resolution
1366x768
Hard Drives
Samsung 840 SSD 500GB
1TB USB3 external HD
Cooling
Coolermaster Notepal U3 notebook cooling pad
Internet Speed
3mbps ASDL
Antivirus
ClamWin 0.98.7
Browser
Opera 12.17 x86 (main), Firefox 38 (sec), IE11 (last resort)
@Alejandro85 Thank you for your help.

btw if my instance named is neko and password is 12345

P.s My computer name is Sachi

it should be like this

A5RJjRr.png



Am i right ? :)


----update-----

Still can't login :(

z7ppkK2.png



Problem Solved !


awwwwww, Thanks I found out that I type wrong /

Is in my language (Japanese) いs 
HlBL5J3.png



Thank you :)
 

My Computer

Computer type
PC/Desktop
OS
Windows 7 64 Bits
Use a baclslash (\), NOT a forward slash for the server name.
 

My Computer

Computer type
Laptop
Computer Manufacturer/Model Number
Toshiba Sattelite A665-S6092
OS
Windows 7 Ultimate x64
CPU
Intel Core i7-740QM
Memory
8 GB DDR3
Graphics Card(s)
NVIDIA GeForce 330GT
Screen Resolution
1366x768
Hard Drives
Samsung 840 SSD 500GB
1TB USB3 external HD
Cooling
Coolermaster Notepal U3 notebook cooling pad
Internet Speed
3mbps ASDL
Antivirus
ClamWin 0.98.7
Browser
Opera 12.17 x86 (main), Firefox 38 (sec), IE11 (last resort)
Thank you now my problem is solved Thank you again Alejandro85 for your help :)
 

My Computer

Computer type
PC/Desktop
OS
Windows 7 64 Bits
Back
Top