i am trying to learn how to load a csv file from and to mysql database
i downloaded the bcp command line utility, opened the command prompt, typed bcp, it worked.
now im trying to connect to my database using the below written code and im getting the below error, can soemone please help me, the microsfot training is not really clear for beginners and people who are new to azure
C:\Users\jtarabay>bcp projectInformation out C:\Temp\DimDate2_export.txt -S xxxxx -d xxxxx -U xxxx -P xxxx -q -c -t
SQLState = 08001, NativeError = 53
Error = [Microsoft][SQL Server Native Client 11.0]Named Pipes Provider: Could not open a connection to SQL Server [53].
SQLState = 08001, NativeError = 53
Error = [Microsoft][SQL Server Native Client 11.0]A network-related or instance-specific error has occurred while establishing a connection to SQL Server. Server is not found or not accessible. Check if instance name is correct and if SQL Server is configured to allow remote connections. For more information see SQL Server Books Online.
SQLState = S1T00, NativeError = 0
Error = [Microsoft][SQL Server Native Client 11.0]Login timeout expired