inc.php. This should solve the problem.
??? ??? ??? ???
Troubleshooting and Support
[ 302 ]
Not Being Able to Create a Database
No privileges appears next to the Create database dialog on the Home page if
phpMyAdmin detects that the account used to log in does not have the permissions
to create a database. This situation occurs frequently on hosted servers where the
system administrator prefers to create one database for each customer.
If we are not on a hosted server, this message simply reflects the fact that we do
not have the global CREATE privilege, nor any CREATE privilege on a wildcard
database specification.
Problems Importing Large Files or Uploading Large
BLOB Files
Usually, these problems indicate that we have hit a limit during the transfer. Chapter
8 explains these limits and the recommended course of action. As a last resort solution,
we might have to split our large text files. (Search the Internet for file splitters.)
MySQL Root Password Lost
The MySQL manual explains the general solution at
http://www.mysql.com/doc/en/Resetting_permissions.html.
The solution involves stopping the MySQL server, restarting it with the special option,
skip??“grant??“tables (that basically starts the server without security). The way to stop
and restart the server depends on the server platform used. Then, we can connect to
the server from phpMyAdmin as a superuser (like root), and any password.
Pages:
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274