20 Most Recent Sun MySQL Questions & Answers

0helpful
5answers

Table Repair MySQL

MySQL offers Check Table syntax that checks a table or tables for errors. It works for several storage engines like MyISAM, InnoDB, & Archive. If you run this syntax then you can the cause of problem & reported tables.If Check Table finds errors then you can repair reported tables by Repair MySQL Table syntax.
8/26/2019 12:13:54 PM • Sun MySQL • Answered on Aug 26, 2019
0helpful
1answer

How to solve the mysql error 2003 Can't Connect to mysql server on 'localhost' (10061)

Your client software attempts to connect to a MySQL database instance on your local computer. There is no DB server running locally, hence the error. Before reinstalling Windows, did you connect to a remote DB server or did you use a local instance? In former case, you need to configure the DB connection to point to the remote serve. In the latter case, on top of Windows you also need to reinstall the MySQL DB server software locally, and it needs to be started.
6/10/2019 5:08:24 PM • Sun MySQL • Answered on Jun 10, 2019
0helpful
2answers

How to restore MySQL database Windows tool?

You can restore corrupt and delete SQL database file in few steps for MySQL Restore Toolbox. With this software you can also recover triggers, keys, indexes and table. Software support multiple MDF file recovery option. Software is supported by all Windows operating system. Get more ideas and download free trial version from -http://www.filerepairforum.com/forum/databases/databases-aa/mysql/1162-dump-mysql-database-file-is-error
6/13/2017 12:15:09 PM • Sun MySQL • Answered on Jun 13, 2017
0helpful
1answer

When i open mysql administrator than i got an error EMyxError 001105F2

check ur xml connections file inside mysq Calgary Website Design Firm Agua Web
8/11/2014 5:36:30 AM • Sun MySQL • Answered on Aug 11, 2014
0helpful
1answer

Need to make my table display in rows instead of

David, what you're looking for is pivot table functionality. Unfortunately, that is not a built-in feature for MySQL (it is for SQL Server 2005/2008).Not knowing your table structure, or the size/number of rows/columns, I found the following link to be most helpful example: MySQL Pivot Table Example
9/25/2013 6:12:44 PM • Sun MySQL • Answered on Sep 25, 2013
0helpful
1answer

Mysql> desc contact_info -> ; --------------

Hi David,It looks like you're missing two more null's in the third record, the column count is only 21 and you have 23 fields in your destination table. All your data matches up to the columns, but you'll need to insert ", null, null" before the last paren to cover CompanyURL and companyPhone): ('Karson', 'B', 'Campbell', null, 'Dr.', 'Chief Resident', 'Pediatrics', '[email protected]', null, null, '585-544-1212', 'home', '1955-01-05', 'Wife: Molly Kids: Cassidy, Justine, and Cory.', 'Mountain View Hospital', null, null, null, null, null, null, null, null, null, null )
9/24/2013 5:28:38 PM • Sun MySQL • Answered on Sep 24, 2013
0helpful
2answers

Mysql Report Error

An example of getting feedback from MySQL about a PHP problem -

mysql_connect("my.site.com", "username", "password")
This can also be done with this code -
die(mysql_error())

Each of the above lines will return the errors, if you have problems connecting to your MySQL database.
There are many more ways, this is just a taste.
4/9/2013 9:04:39 PM • Sun MySQL • Answered on Apr 09, 2013
0helpful
4answers

MySQL Error Messeage

When you install MySQL for the first time, no password is set for root user.
Move to the installation directory of mysql (cd/usr/local/mysql) Set the password for user, using the following command -
./bin/mysqladmin -u <username> password

Enter your password. Then you can connect to the mysql client as
./bin/mysql -u <username> -p <password>
10/16/2012 3:37:51 PM • Sun MySQL • Answered on Oct 16, 2012
0helpful
2answers

MySQL Crashes

could you give me more info plz
6/24/2012 1:09:49 AM • Sun MySQL • Answered on Jun 24, 2012
0helpful
2answers

Im getting a MySQL error saying : "Exception

Try to remove or rename your existing connection file, QB creates a new one if it does not find any existing, allowing so to recover from broken files.

MySQL Repair
5/31/2012 5:34:57 PM • Sun MySQL • Answered on May 31, 2012
0helpful
1answer

Cannot connect root@localhost error 1045

This is an access denied error. If you have specified a root password during install, you must supply it when you connect, e.g.:mysql -pwill prompt you for the password.
10/29/2011 4:56:19 PM • Sun MySQL • Answered on Oct 29, 2011
0helpful
1answer

My SQL Server changed IP (from ISP) and now even

you could refer to user@localhost in your connectionstringthis should resolve your problem when the database is on the same machine
10/25/2011 6:57:19 PM • Sun MySQL • Answered on Oct 25, 2011
0helpful
1answer

MySQL Error Number 1045\r\nAccess denied for user

When you connect to your database you need to supply the password you created for your database in the connection string
10/25/2011 6:42:21 PM • Sun MySQL • Answered on Oct 25, 2011
0helpful
1answer

Hi! I am new to

i have solution
please contact this number

8983403348
6/25/2011 6:24:09 AM • Sun MySQL • Answered on Jun 25, 2011
0helpful
2answers

Rename a mysql database with phpmyadmin

Yes. In the SQL tab,

RENAME DATABASE test TO new_test ;
6/6/2011 5:37:52 PM • Sun MySQL • Answered on Jun 06, 2011
0answers
Not finding what you are looking for?
Sun MySQL Logo

53 questions posted

Ask a Question

Usually answered in minutes!

Top Sun Computers & Internet Experts

Rob Hill
Rob Hill

Level 3 Expert

1480 Answers

k24674

Level 3 Expert

8093 Answers

Sean Wright
Sean Wright

Level 3 Expert

2045 Answers

Are you a Sun Computer and Internet Expert? Answer questions, earn points and help others

Answer questions

Manuals & User Guides

View Most Popular

Sun Computers & Internet

  • Sun Computers & Internet

Most Popular Question

restore mysql database windows tool

  • Computers & Internet
Loading...