Posts Tagged ‘mysql server’

How to automatically regenerate in memory tables after MySQL restarts?

I want to use in-memory tables for improved performance in MySQL. But what is the cleanest way to ensure that the tables reload (from on-disk tables) when the MySQL server restarts? Is there any way to configure this natively within MySQL, without resorting to Perl and similar external script hacks? Thanks

How to install a MySQL command line client in other PC so I can access the MySQL server?

Packaged in MySQL installer are the main server and the commandline client. Do I need to install another server on the remote PC?

I want to use commandline and batch scripts because I don’t have any idea about PHP when accessing MySQL server… or am I doing it correctly anyway? Help me.

How to connect your C# program to a remote server Mysql database?

I have a program that runs in a local computer that wants to connect to a remote mysql server on http://www.bluehost.com how can i connect it there? what are the procedures? what is the connection string?

How can I restore an sql dump file to a mysql server?

How can I restore an sql dump file to a mysql server?

How do I get all the default databases back in MYSQL?

I accidentally deleted all the default databases like mysql and test and information_schema and now, when I click localhost, it says 1130 – Host ‘localhost’ is not allowed to connect to this MYSQL server

How do I get a php script to run on a MySQL servor?

I have a mysql server up and running on my local machine, but I can’t seem to get a simple php script to execute on it. I thought I had php installed correctly. Is there some special folder I have to save the script in to make it work. I have it in my bin folder right now. Is there an easy way to know whether I have php installed correctly or not?

Can you run MySQL and SQL server from the same PC without problems? Are they compatible?

I want to run a MySQL server and a microsoft SQL server one the same computer.

Will I encounter problems doing this? Are they compatible?

How am I supposed to know the username and password for my local host mySQL database server?

I keep getting this error:

Error connecting to MySQL server: Access denied for user ‘root@localhost’@'localhost’ (using password: YES)

How am I supposed to know what the username and password are?